Get all Encounter Records with related data by client_id from JWT Token (work for users and api_clients tokens)
GET {{url}}/{{tenantName}}/{{instanceName}}/full-encounters
HTTP Request
GET /{tenantName}/{instanceName}/full-encounters
in our example it would be:
GET https://api.live.welkincloud.io/gh/sb-demo/full-encounters
Responses
Code | Description |
---|---|
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
filters | string | ||
createdBy | string | ||
onlyWithCalendarEvent | boolean | Exclude all information not related to calendar event, except encounter record | |
statuses | null | Encounter status. Available statuses: DRAFT,OPEN,ACTIVE,FINALIZED | |
page | null | Pagination: page number | |
size | null | Pagination: page size | |
sort | null | Sort field with sorting order(asc or desc) after coma |