GET /kpi/{id}
Returns information about KPI by ID.
Address: GET https://instance_name/api/data/v1.3/kpi/{id}/
Content-type: application/json
Path parameters
id
integer
Request example
curl –i –X GET
https://test.inspector-cloud.com/api/data/v1.3/kpi/13/
-H ‘Authorization: Token <<your_token>>’
Response example
Response code: 200
{
"id": 11,
"cid": "% Shelf Share Linear Pet Food Home Shelf",
"name": "% Shelf Share Linear Pet Food Home Shelf",
"units": "%"
}
Response definitions
id
integer
KPI ID.
cid
string <= 255 characters
Nullable
name
string <= 255 characters
Nullable
KPI name.
units
string <= 255 characters
Nullable