Return information about an individual DataType.

GET /api/public/datatype/12/?format=api
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 03:53:37 GMT
Vary: Accept

{
    "id": 12,
    "name": "Microbiome Data",
    "parent": 3,
    "children": [],
    "description": "Latitude/longitude data",
    "details": "",
    "uploadable": false,
    "source_projects": [
        "/api/public/project/134/",
        "/api/public/project/246/",
        "/api/public/project/132/"
    ]
}