cURL
curl --request GET \ --url https://dev.exante.app/api/metrics/{metric_uid} \ --header 'Authorization: Bearer <token>'
{ "status": "success", "status_code": 200, "message": "<string>", "data": { "uid": "dso", "name": "Days Sales Outstanding", "context_type": "ORGANIZATION", "description": "<string>", "formula": "(Average AR / Credit Sales) x Days in period", "value_type": "currency", "storage_unit": "raw", "is_snapshot": true, "period_definition": "as_of_date", "is_active": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Returns a single metric definition by UID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Metric UID
Metric definition
"success"
200
Show child attributes