Skip to main content
GET
/
api
/
ageing
List case ageing distribution
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": [
      {}
    ]
  }
]

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.

This is to add additional info

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json
T_0
object[]
T_1
object[]
T_2
object[]
T_3
object[]
T_4
object[]
T_5
object[]
T_plus_5
object[]