DiscoverText API - Project Item Details

GET
https://api.discovertext.com/api/v1/projects/{project_id}
Return Value: A project item
{
    "id": {project_id},
    "name": "{project_name}",
    "timestamp": "{iso timestamp when created}",
    "href": "{link to this item}",
    "links": [
        {
            "name": "archives",
            "href": "{link to project archive listing}"
        },
        {
            "name": "buckets",
            "href": "{link to project buckets listing}"
        },
        {
            "name": "datasets",
            "href": "{link to project datasets listing}"
        },
        {
            "name": "units",
            "href": "{link to project units listing}"
        }
    ]
}