Get patient attachment
Path parameters
Query parameters
Filter result by one or more fields.
See Filtering Results
Available filters:
| Value | Format |
|---|---|
| archived_at | date-time |
Response
Successful operation
Example response
{
"content": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_attachments/1/content"
}
},
"content_type": "text/plain",
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_attachments/1"
},
"patient": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/1"
}
},
"user": {
"links": {
"self": "https://api.au1.cliniko.com/v1/users/1"
}
}
}Changes
Changed in 2 of the 7 revisions of this API.912
- ●
added the new
documentenum value to theanyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
documentenum value to theanyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
documentenum value to theanyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
imageenum value to theanyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
imageenum value to theanyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
imageenum value to theanyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
videoenum value to theanyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
videoenum value to theanyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
videoenum value to theanyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-added
- ○
removed the
documentsenum value from theanyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
documentsenum value from theanyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
documentsenum value from theanyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
imagesenum value from theanyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
imagesenum value from theanyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
imagesenum value from theanyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
videosenum value from theanyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
videosenum value from theanyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
videosenum value from theanyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-removed
- ●
- ○
added
TreatmentNoteHistoryExportto the response bodyanyOflist for the response status200response-body-any-of-added
- ○
added the optional property
anyOf[FullPatientExport]/categoryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
anyOf[UploadedPatientAttachment]/categoryto the response with the200statusresponse-optional-property-added
- ○