This endpoint returns a list of all cases. Results are always ordered by ascending value of updated_at
.
Note: Use the offset
param (i.e. next_token
) for pagination and u_at__gt
for incremental sync.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Patient ID associated with the case
Token to fetch the next page of results
Return only records with updated_at
greater than this value (used for incremental sync)
1614556800
List of cases
The response is of type object
.