Skip to main content
GET
/
api
/
cases
/
timeline
Get cases timeline
curl --request GET \
  --url https://api.example.com/api/cases/timeline \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Response

200 - application/json

Cases timeline retrieved successfully.