Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?source_project_id=70&limit=5&offset=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Thu, 01 Jun 2023 05:55:56 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://production.openhumans.org/api/public/datafiles/?limit=5&offset=10&source_project_id=70",
    "previous": "https://production.openhumans.org/api/public/datafiles/?limit=5&source_project_id=70",
    "results": [
        {
            "id": 27280,
            "basename": "My Twitter Archive 20171103.zip",
            "created": "2018-01-10T19:54:08.886806Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/27280/?key=19f7465a-1704-4cb6-80d1-473494c0ead3",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 5689,
                "name": "IanG",
                "username": "IaninSheffield"
            }
        },
        {
            "id": 2558201,
            "basename": "twitter-2019-05-28-6147e01cc26d3f0cc5a14f91ed4921663d0b2cee02b5668f2e1efdd7edcbfc25.zip",
            "created": "2019-05-28T23:39:34.587431Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/2558201/?key=526b8be8-fab3-4834-8040-636dcff3dfa7",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 8095,
                "name": "Janie",
                "username": "jasteige"
            }
        },
        {
            "id": 696021,
            "basename": "71557700_fdb222f17c3bf0a269de700fdded7091b2d03553.zip",
            "created": "2019-01-03T23:07:04.849978Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/696021/?key=a212ac95-dad4-449b-9e43-76e37dd60325",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 2,
                "name": "Mad Price Ball",
                "username": "madprime"
            }
        },
        {
            "id": 1034446,
            "basename": "122141282_61473fcbf1a0311d8a3adb3cc6f45938309e0ed8.zip",
            "created": "2019-02-19T20:32:23.329822Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/1034446/?key=c1ba991c-76d0-4403-8c38-1ccf1ff6069c",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 6740,
                "name": "Mairi Dulaney",
                "username": "mdulaney"
            }
        },
        {
            "id": 18655275,
            "basename": "twitter-2020-06-17-17582806a6619fc64f0196860f4a0406d15d59d3dd6def6d2c5ac050e979dd2f.zip",
            "created": "2020-06-18T08:26:58.075853Z",
            "datatypes": [
                "https://www.openhumans.org/api/public/datatype/4/",
                "https://www.openhumans.org/api/public/datatype/6/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/18655275/?key=e8663a01-442a-4aa4-8a0c-cfdefb5379d2",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive",
                    "new-twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 11632,
                "name": "Mikka Luster",
                "username": "medimikka"
            }
        }
    ]
}