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: Sun, 01 Oct 2023 15:41:04 GMT
Vary: Accept

{
    "count": 16,
    "next": "https://research.openhumans.org/api/public/datafiles/?limit=5&offset=10&source_project_id=70",
    "previous": "https://research.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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/27280/?key=a3776186-3fc3-4243-94d0-89377191949c",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/2558201/?key=508d2841-8ea0-401c-9bed-c70ca922fe55",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/696021/?key=b5aada59-8654-4705-b5cc-ffba481fc0c2",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/1034446/?key=507afafe-f8ea-4c4e-a5b4-3d19fe88b47b",
            "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/6/",
                "https://www.openhumans.org/api/public/datatype/4/"
            ],
            "download_url": "https://www.openhumans.org/data-management/datafile-download/18655275/?key=148d9ba4-9555-42e4-bedb-62a72c64b20d",
            "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"
            }
        }
    ]
}