curl --request GET \
--url http://localhost/api/api/ageing/{id} \
--header 'Authorization: Bearer <token>'{
"T_0": [
{}
],
"T_1": [
{}
],
"T_2": [
{}
],
"T_3": [
{}
],
"T_4": [
{}
],
"T_5": [
{}
],
"T_plus_5": [
{}
]
}Fetch ageing distribution of cases assigned to a specific user.
curl --request GET \
--url http://localhost/api/api/ageing/{id} \
--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
User ID
Serializer for case ageing data, grouping alerts by priority and ageing buckets.