cURL
curl --request GET \ --url https://api.example.com/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.
JWT token obtained from AWS Cognito or custom authentication service
User ID
Serializer for case ageing data, grouping alerts by priority and ageing buckets.
Show child attributes