curl --request GET \
--url http://localhost/api/api/cases/active \
--header 'Authorization: Bearer <token>'{
"ageing": 123,
"priority": 123,
"case_status_order": 123,
"alert_date": "<string>",
"alert_risk_rating": "<string>",
"assignee": {
"id": 123,
"name": "<string>"
},
"bucket": {
"id": 123,
"name": "<string>"
},
"case_action": "<string>",
"case_status": "<string>",
"case_subjects": {
"subject_1": {
"id": 123,
"name": "<string>",
"client_subject_id": "<string>"
},
"subject_2": {
"id": 123,
"name": "<string>",
"client_subject_id": "<string>"
}
},
"created_on": "<string>",
"id": 123,
"rule": 123,
"active_timestamp": "2023-11-07T05:31:56Z"
}Retrieve a list of active cases, A case is considered active if its status is not TRUE_HIT nor FALSE_HIT.
curl --request GET \
--url http://localhost/api/api/cases/active \
--header 'Authorization: Bearer <token>'{
"ageing": 123,
"priority": 123,
"case_status_order": 123,
"alert_date": "<string>",
"alert_risk_rating": "<string>",
"assignee": {
"id": 123,
"name": "<string>"
},
"bucket": {
"id": 123,
"name": "<string>"
},
"case_action": "<string>",
"case_status": "<string>",
"case_subjects": {
"subject_1": {
"id": 123,
"name": "<string>",
"client_subject_id": "<string>"
},
"subject_2": {
"id": 123,
"name": "<string>",
"client_subject_id": "<string>"
}
},
"created_on": "<string>",
"id": 123,
"rule": 123,
"active_timestamp": "2023-11-07T05:31:56Z"
}JWT token obtained from AWS Cognito or custom authentication service
Show child attributes
Show child attributes
Show child attributes