Get Encounter Comment by encounter ID and comment ID

GET {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/encounters/{{encounterId}}/comments/:commentId

HTTP Request

GET /{tenantName}/{instanceName}/patients/{patientId}/encounters/{encounterId}/comments/{commentId}

in our example it would be:

GET https://api.live.welkincloud.io/gh/sb-demo/patients/d6ea79ce-d3d6-4c2d-a27e-e4d1207f60f1/encounters/336ae731-c674-4b85-941a-ef3b37d93b82/comments/0e692ed3-b250-42ee-a17b-f65e69efcc07

Responses

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found