Summary
info
At this time, only a subset of the available end points is documented for public use. Please contact us if you would like to use a feature that is not documented.
Action | URI |
---|---|
Get list of metric categories | /api/v1/companies/{COMPANY_ID}/categories |
Get list of venue sectors | /api/v1/locations/{LOCATION_ID}/folders |
Get list of metrics by category | /api/v1/locations/{LOCATION_ID}/categories/{CATEGORY_ID}/metrics |
Get the latest value of a single metric | /api/v1/locations/{LOCATION_ID}/metrics/{METRIC_ID}/count |
Get the latest values of all metrics by category | /api/v1/locations/{LOCATION_ID}/categories/{CATEGORY_ID}/count |
Get historical values of all metrics by category (JSON) | /api/v1/locations/{LOCATION_ID}/categories/{CATEGORY_ID}/trend?q={FILTER} |
Get historical values of all metrics by category (CSV) | /api/v1/locations/{LOCATION_ID}/categories/{CATEGORY_ID}/csv?q={FILTER} |