List Active Cases
Lists the user's active cases (cases being served by the user) in the user's current unit.
URL
GET: https://[base-url]/{applicationId}/agents/{userId}/activeCasesHeaders
Authorization: Bearer <accessToken>Request Body
N/A
Response
Success -> 200
Returns an array of Case objects.
Note that this API does not return the case's fields and tags. The fieldsand tags properties are always null.
Sample response:
No current unit was selected for the user -> 403 (Forbidden)
No current workspaces -> 409, errorCode: 1011
Last updated