cURL
curl --request GET \ --url {protocol}://{host}/api/v1/kpis/{id}/values \ --header 'Authorization: Bearer <token>'
{ "values": [ { "date": "2024-03-14", "actual": 95.5, "target": 100, "metadata": {} } ] }
A valid request URL is required to generate request examples
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Start date for KPI values (YYYY-MM-DD)
End date for KPI values (YYYY-MM-DD)
Organization ID to fetch values for
KPI values found
Show child attributes