List patient attachments
Query parameters
Comma separated search fields. See: Ordering
[ "created_at:desc" ]
Filter result by one or more fields.
See Filtering Results
Available filters:
| Value | Format |
|---|---|
| archived_at | date-time |
| category | string |
| content_type | string |
| created_at | date-time |
| description | string |
| filename | string |
| id | int64 |
| patient_id | int64 |
| processed_at | date-time |
| size | int64 |
| updated_at | date-time |
| user_id | int64 |
Response
successful operation
Example response
{
"patient_attachments": [
{
"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"
}
}
}
],
"total_entries": 1,
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_attachments?page=2",
"previous": "https://api.au1.cliniko.com/v1/patient_attachments?page=1",
"next": "https://api.au1.cliniko.com/v1/patient_attachments?page=3"
}
}Changes
Changed in 2 of the 7 revisions of this API.912
- ●
added the new
documentenum value to thepatient_attachments/items/anyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
documentenum value to thepatient_attachments/items/anyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
documentenum value to thepatient_attachments/items/anyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
imageenum value to thepatient_attachments/items/anyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
imageenum value to thepatient_attachments/items/anyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
imageenum value to thepatient_attachments/items/anyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
videoenum value to thepatient_attachments/items/anyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
videoenum value to thepatient_attachments/items/anyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-added
- ●
added the new
videoenum value to thepatient_attachments/items/anyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-added
- ○
removed the
documentsenum value from thepatient_attachments/items/anyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
documentsenum value from thepatient_attachments/items/anyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
documentsenum value from thepatient_attachments/items/anyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
imagesenum value from thepatient_attachments/items/anyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
imagesenum value from thepatient_attachments/items/anyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
imagesenum value from thepatient_attachments/items/anyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
videosenum value from thepatient_attachments/items/anyOf[FullPatientExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
videosenum value from thepatient_attachments/items/anyOf[TreatmentNoteHistoryExport]/categoryresponse property for the response status200response-property-enum-value-removed
- ○
removed the
videosenum value from thepatient_attachments/items/anyOf[UploadedPatientAttachment]/categoryresponse property for the response status200response-property-enum-value-removed
- ●
- ○
added the optional property
patient_attachments/items/anyOf[FullPatientExport]/categoryto the response with the200statusresponse-optional-property-added
- ○
added the optional property
patient_attachments/items/anyOf[UploadedPatientAttachment]/categoryto the response with the200statusresponse-optional-property-added
- ○
added
TreatmentNoteHistoryExportto thepatient_attachments/items/response propertyanyOflist for the response status200response-property-any-of-added
- ○