curl --request GET \
--url http://localhost/api/api/ageing \
--header 'Authorization: Bearer <token>'[
{
"T_0": [
{}
],
"T_1": [
{}
],
"T_2": [
{}
],
"T_3": [
{}
],
"T_4": [
{}
],
"T_5": [
{}
],
"T_plus_5": [
{}
]
}
]Retrieve case ageing distribution across all cases.
curl --request GET \
--url http://localhost/api/api/ageing \
--header 'Authorization: Bearer <token>'[
{
"T_0": [
{}
],
"T_1": [
{}
],
"T_2": [
{}
],
"T_3": [
{}
],
"T_4": [
{}
],
"T_5": [
{}
],
"T_plus_5": [
{}
]
}
]This is to add additional infoDocumentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service