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": [
{}
]
}
]JWT token obtained from AWS Cognito or custom authentication service