DiscoverText API - Dataset Item Details

GET
https://api.discovertext.com/api/v1/datasets/{dataset_id}
Return Value: A dataset item
{
    "id": {dataset id},
    "name": "{dataset name}",
    "timestamp": "{iso timestamp when created}",
    "href": "{link to this item}",
    "hasClassifier": {boolean},
    "codesetName": "{ name of classifier codeset used }",
    "links": [
        {
            "name": "units",
            "href": "{link to dataset units}"
        },
        {
            "name": "stats",
            "href": "{link to dataset summary statistics }"
        },
        {
            "name": "codings",
            "href": "{link to dataset codings and classifications }"
        }
    ]
}