List Patient EHR Attachments

Retrieves a list of attachments for the patient.

SecurityapiKeyAuth and practiceGroupId
Request
path Parameters
id
required
string
Responses
200

Ok

400

Validation error

401

Unauthorised

404

Not found

500

Unknown error

get/v1/patients/{id}/attachments
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "count": 0
}