interactions
List All Interactions
Lists all existing interactions. Results can be filtered by encounter status and patient ID.
GET
Headers
Query Parameters
The number of interactions to return. For example, a pageSize of 10 will return a maximum of 10 interactions.
The number of interactions to skip. For example, index=2 with pageSize=10 will skip the first 10 interactions and return 11-20.
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.
A unique identifier for the patient.
Response
200 - application/json
Was this page helpful?