List of KPI's schema
List of KPI's
Bad Request.
Unauthorized access.
Forbidden.
The specified resource was not found
Too Many Requests.
Internal Server Error.
Service Unavailable.
{- "content": [
- {
- "id": "AVG_EVENTS_PER_CASE",
- "name": "Average events per case",
- "description": "An average events per case",
- "format": "#.###",
- "unit": "euros",
- "direction": "Up, Down, None",
- "target": "any value",
- "parameters": [
- {
- "id": "parameter_1",
- "name": "My First Parameter",
- "value": "1"
}, - {
- "id": "parameter_2",
- "name": "My Second Parameter",
- "value": "a"
}, - {
- "id": "parameter_3",
- "name": "My Third Parameter",
- "value": "5"
}
]
}
], - "page": 0,
- "pageSize": 50,
- "total": 1,
- "sort": "+id"
}