Return list of public DataFiles and associated information.

Supported filters: - datatype_id - source_project_id - username

GET /api/public/datafiles/?format=api&offset=7600
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Sat, 27 Apr 2024 17:16:12 GMT
Vary: Accept

{
    "count": 7561,
    "next": null,
    "previous": "https://research.openhumans.org/api/public/datafiles/?format=api&limit=100&offset=7500",
    "results": []
}