Return list of DataTypes and source projects that have registered them.

Supported filters: - source_project_id

GET /api/public/datatypes/?format=api&source_project_id=176
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Thu, 25 Apr 2024 01:25:11 GMT
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 14,
            "name": "Music Listening Data",
            "parent": 5,
            "children": [],
            "description": "Record of music listening, e.g. from streaming services",
            "details": "",
            "uploadable": false,
            "source_projects": [
                "/api/public/project/1989/",
                "/api/public/project/810/",
                "/api/public/project/781/",
                "/api/public/project/1587/",
                "/api/public/project/176/"
            ]
        }
    ]
}