Reference Guide
HTTP Specification
This page provides an overview of the endpoints that are accessible via HTTPS and originate at https://developer.api.autodesk.com/tokenflex/v1/.
Note: Each of the endpoints listed below provide responses that are only specific to the client ID performing the API invocation.
For an overview of the Token Flex Usage Data API endpoints, see API Basics for more information.
Contracts
Endpoint | Description |
---|---|
GET contract | Gets a list of all contracts. |
GET contract/:contract_number | Gets details about the specified contract. |
GET contract/:contract_number/enrichment | Gets a list of enrichment fields for the specified contract. |
GET contract/:contract_number/enrichment/:enrichment_category | Returns a list of all unique values in the specified enrichment_category. |
GET contract/:contract_number/:field | Returns a list of all unique values in the specified field (note: only standard fields, not custom enrichment fields). |
Usage
Endpoint | Description |
---|---|
GET usage/:contract_number/summary | Get summary usage data at a monthly level. |
GET usage/:contract_number/last | Gets last updated dates for the specified contract. |
POST usage/:contract_number/query | Run a custom ad-hoc query. |
GET usage/:contract_number/query/:query_id | Get status and results of a custom ad-hoc query. |