Goal tasks list
GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/care-plan/goals/{{goal_id}}/tasks
Get list of tasks related to goal
- HTTP Request
GET /{tenantName}/{instanceName}/patients/{patientId}/care-plan/goals/{goalId}/tasks
2. In our example it would be:
GET https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/care-plan/goals/57827fdb-d240-46f9-8e6a-a89441cf8718/tasks
Responses
Code | Description |
---|---|
200 | Created |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
goalId | null | ID of goal |