Return the list of public data files.

GET /api/public-data/?source=direct-sharing-141
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Mon, 25 Sep 2023 02:19:36 GMT
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 42007,
            "basename": "mPower-Parkinsons.zip",
            "created": "2018-05-01T22:57:04.167116Z",
            "download_url": "https://www.openhumans.org/data-management/datafile-download/42007/?key=8ca80b07-61f9-40c6-9599-ed2dcb250691",
            "metadata": {
                "tags": [
                    "mPower",
                    "CSV",
                    "JSON"
                ],
                "description": "mPower data, original format"
            },
            "source": "direct-sharing-141",
            "user": {
                "id": "37872431",
                "name": "Gabriel Dean",
                "username": "gsdcomo"
            }
        }
    ]
}