Get a consultation by id
GET/telehealth/consultations/:id
Returns the consultation envelope and its type-discriminated outcome. A consultation belonging to another provider is reported as 404 rather than revealing that it exists.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Successful response
Missing or invalid API key.
The provider exists but is not active.
The addressed resource does not exist.
An unexpected error occurred. payload.id is a correlation id for support.