Return information about an individual DataType.

GET /api/public/datatype/9/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: max-age=0, no-cache, no-store, must-revalidate
Content-Type: application/json
Expires: Fri, 01 Dec 2023 13:21:02 GMT
Vary: Accept

{
    "id": 9,
    "name": "Viral exposure data",
    "parent": null,
    "children": [],
    "description": "Data and testing results related to exposure to viruses.",
    "details": "",
    "uploadable": false,
    "source_projects": [
        "/api/public/project/510/",
        "/api/public/project/42/",
        "/api/public/project/24/",
        "/api/public/project/1186/"
    ]
}