curl --request GET \
--url https://instance.prod.onboardapp.io/v1/analytics/cases \
--header 'X-API-KEY: <api-key>'{
"data": {
"total": 123,
"opened": 123,
"closed": 123,
"escalated": 123,
"throughput_rate": 123,
"average_age_days": 123,
"breakdown": [
{
"label": "<string>",
"count": 123,
"percentage": 123
}
],
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
}
},
"meta": {
"request_id": "req_9k4m2n1p3q",
"page": {
"cursor": "<string>",
"has_more": true
}
}
}Retrieve case throughput, aging distribution, type breakdown, and risk tier distribution for the specified time period.
curl --request GET \
--url https://instance.prod.onboardapp.io/v1/analytics/cases \
--header 'X-API-KEY: <api-key>'{
"data": {
"total": 123,
"opened": 123,
"closed": 123,
"escalated": 123,
"throughput_rate": 123,
"average_age_days": 123,
"breakdown": [
{
"label": "<string>",
"count": 123,
"percentage": 123
}
],
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
}
},
"meta": {
"request_id": "req_9k4m2n1p3q",
"page": {
"cursor": "<string>",
"has_more": true
}
}
}Project-scoped API key for server-to-server authentication. Obtain keys from the Zenoo dashboard under Project Settings > API Keys. Staging and production environments use separate keys.
Start date (ISO 8601).
End date (ISO 8601).
Group results by dimension.
type, status, risk_tier, entity_category