Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?format=api&limit=5&offset=15&source_project_id=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Sun, 05 May 2024 13:13:14 GMT
Vary: Accept

{
    "count": 16,
    "next": null,
    "previous": "https://www.openhumans.org/api/public/datafiles/?format=api&limit=5&offset=10&source_project_id=70",
    "results": [
        {
            "id": 72631,
            "basename": "twitter-2018-06-12-2b6395f10201d0746e8cc9026eb91242db9240e613d8ed321ee300ab9398ae94.zip",
            "created": "2018-06-13T03:15:58.239908Z",
            "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/72631/?key=4e44a01d-a08b-41e3-859e-49d1d22183c1",
            "metadata": {
                "tags": [
                    "twitter",
                    "twitter-archive"
                ],
                "description": "Twitter archive file"
            },
            "source_project": "https://www.openhumans.org/api/public/project/70/",
            "user": {
                "id": 2123,
                "name": "Marco",
                "username": "uticamarco"
            }
        }
    ]
}