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

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found

Request Params

KeyDatatypeRequiredDescription
filtersstring
createdBystring
onlyWithCalendarEventbooleanExclude all information not related to calendar event, except encounter record
statusesnullEncounter status. Available statuses: DRAFT,OPEN,ACTIVE,FINALIZED
pagenullPagination: page number
sizenullPagination: page size
sortnullSort field with sorting order(asc or desc) after coma