Skip to main content
GET
List Cases

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Pt-Id
string
required

Patient ID associated with the case

Query Parameters

offset
string

Token to fetch the next page of results

u_at__gt
integer<int64>

Return only records with updated_at greater than this value (used for incremental sync)

Example:

1614556800

Response

List of cases

cases
object[]
next_token
string | null

Token for fetching the next page, if available

Example:

"i_m_next_page_token"