Field | Type | Required | Description | Example |
---|---|---|---|---|
APIID |
string | ✔️ | N/A | |
ExternalID |
*string | ➖ | N/A | |
KeyID |
*operations.KeyID | ➖ | Only include data for a specific key or keys. When you are providing zero or more than one key ids, all usage counts are aggregated and summed up. Send multiple requests with one keyId each if you need counts per key. |
[ "key_1234" ] |
Tag |
*operations.Tag | ➖ | Only include data for a specific tag or tags. When you are providing zero or more than one tag, all usage counts are aggregated and summed up. Send multiple requests with one tag each if you need counts per tag. |
[ "key_1234" ] |
Start |
*int64 | ➖ | N/A | 1620000000000 |
End |
*int64 | ➖ | N/A | 1620000000000 |
GroupBy |
*operations.GroupBy | ➖ | By default, datapoints are not aggregated, however you probably want to get a breakdown per time, key or identity. Grouping by tags and by tag is mutually exclusive. |
|
Limit |
*int64 | ➖ | N/A | |
OrderBy |
*operations.OrderBy | ➖ | Sort the output by a specific value. You can use this in combination with the order param. |
|
Order |
*operations.Order | ➖ | Define the order of sorting. Use this in combination with orderBy |