DiscoverText API - Archive Item Details

GET
https://api.discovertext.com/api/v1/archives/{archive_id}
Return Value: An archive item
{
    "id": {archive_id},
    "name": "{archive_name}",
    "timestamp": "{iso timestamp when created}",
    "href": "{link to this item}",
    "links": [
        {
            "name": "units",
            "href": "{link to archive units}"
        }
    ]
}