Get all Assessment Records
GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/assessment-records
To get all assessment records would be used at the following URL
URL Structure: https://api.live.welkincloud.io/{tenantName}/{instanceName}/patients/{}/assessment-records
- First variable is your Tenant name. We will use gh as a tenant name through this set of api docs
- Second variable is your Instance name. We will use sb-demo as an instance name through this set of api docs
- Third variable is uuid ogf the patient whose records we want to receive
Example request:
- HTTP Method: GET
- HTTP URL:
https://api.live.welkincloud.io/gh/sb-demo/patients/ee66e8e8-6ce1-40d3-b6cb-e5727c5347c8/assessment-records
- HTTP Response Codes: 200
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
statuses | string |