Cases
Get all cases
Retrieves all cases (both active and archived) for the groupProfileId on the token used. The response includes summary-level information with IDs for accessing details using other endpoints.
The cases are listed in descending order by crStamp. If any crStamp values are identical, the cases are then sorted by caseStatusId, followed by caseSecondaryStatusId.
GET
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
If included, filters the cases to only those ordered by the specified user.
If included, filters the cases to only those ordered with the specified package.
Response
OK