Get Metrics Info
GET {{baseUrl}}/v1/metrics?page=0&count=50
Returns a list of all the metrics in your account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | For pagination, which page of results to return. Default = 0 | |
count | number | For pagination, the number of results to return. Default = 50 ; Max = 100 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"object":"$list","data":[{"object":"metric","name":"Active on Site","integration":{"object":"integration","name":"API","category":"API"},"created":"2020-11-03 17:28:09","updated":"2020-11-03 17:28:09"}],"page":0,"start":0,"end":1,"total":1,"page_size":1}