List Active Cases

Lists the user's active cases (cases being served by the user) in the user's current unit.

This endpoint requires the Agent Impersonator role.

URL

GET: https://[base-url]/{applicationId}/agents/{userId}/activeCases

Headers

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