Skip to main content
GET
/
api
/
ageing
/
{id}
Retrieve case ageing data for 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": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

User ID

Response

200 - application/json

Serializer for case ageing data, grouping alerts by priority and ageing buckets.

T_0
object[]
T_1
object[]
T_2
object[]
T_3
object[]
T_4
object[]
T_5
object[]
T_plus_5
object[]