GET
/
interactions

Headers

Tenant-Name
string

Query Parameters

pageSize
integer

The number of interactions to return. For example, a pageSize of 10 will return a maximum of 10 interactions.

index
integer

The number of interactions to skip. For example, index=2 with pageSize=10 will skip the first 10 interactions and return 11-20.

encounterStatus
string

The status of the encounter. To filter on multiple statuses, pass the same parameter again (e.g. encounterStatus=in-progress&encounterStatus=completed). The options are: planned, in-progress, on-hold, completed, cancelled, deleted.

patientId
string

A unique identifier for the patient.

Response

200 - application/json
interactions
object[]