Metric Points

List Metric Points

get/metrics/{metric}/points

Path parameters

metricinteger required

The metric ID

Query parameters

sortstring

Available sorts are name, order, id. You can sort by multiple options by separating them with a comma. To sort in descending order, use - sign in front of the sort, for example: -name.

includestring

Available includes are metric, metricCount, metricExists. You can include multiple options by separating them with a comma.

per_pageinteger

How many items to show per page.

pageinteger

Which page to show.

Response

Paginated set of MetricPoint

Changes