Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost/api/metrics/{metric}
{ "data": { "id": "<string>", "type": "metrics", "attributes": { "id": 123, "name": "<string>", "suffix": "<string>", "description": "<string>", "default_value": "<string>", "display_chart": true, "places": 123, "threshold": 123, "order": 123, "created": { "human": "<string>", "string": "<string>" }, "updated": { "human": "<string>", "string": "<string>" } }, "relationships": { "points": { "data": [ { "type": "metricPoints", "id": "<string>" } ] } } } }
The metric ID
Available includes are points, pointsCount, pointsExists. You can include multiple options by separating them with a comma.
points
pointsCount
pointsExists
Metric
Show child attributes