Consumption
Get series consumption for a company
Return the series consumption data for the authenticated user for a given company.
Inputs
- company_id is required (integer).
Response
- The user's current series-per-company limit.
- The number of unique series the user has accessed for the company.
- A list of accessed series with their IDs and names.
get/api/v2/consumption/series-access
Query parameters
company_idinteger required
The company ID to query series consumption for.
Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.