Patient Attachment

List patient attachments

get/patient_attachments

Query parameters

pageinteger
per_pageinteger
sortstring[]

Comma separated search fields. See: Ordering

[
  "created_at:desc"
]
order'asc' | 'desc'
q[]string[]

Filter result by one or more fields.

See Filtering Results

Available filters:

ValueFormat
archived_atdate-time
categorystring
content_typestring
created_atdate-time
descriptionstring
filenamestring
idint64
patient_idint64
processed_atdate-time
sizeint64
updated_atdate-time
user_idint64

Response

successful operation

total_entriesinteger

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

  • 9c509c169ad899See the full diff
    • added the new document enum value to the patient_attachments/items/anyOf[FullPatientExport]/category response property for the response status 200

      response-property-enum-value-added

    • added the new document enum value to the patient_attachments/items/anyOf[TreatmentNoteHistoryExport]/category response property for the response status 200

      response-property-enum-value-added

    • added the new document enum value to the patient_attachments/items/anyOf[UploadedPatientAttachment]/category response property for the response status 200

      response-property-enum-value-added

    • added the new image enum value to the patient_attachments/items/anyOf[FullPatientExport]/category response property for the response status 200

      response-property-enum-value-added

    • added the new image enum value to the patient_attachments/items/anyOf[TreatmentNoteHistoryExport]/category response property for the response status 200

      response-property-enum-value-added

    • added the new image enum value to the patient_attachments/items/anyOf[UploadedPatientAttachment]/category response property for the response status 200

      response-property-enum-value-added

    • added the new video enum value to the patient_attachments/items/anyOf[FullPatientExport]/category response property for the response status 200

      response-property-enum-value-added

    • added the new video enum value to the patient_attachments/items/anyOf[TreatmentNoteHistoryExport]/category response property for the response status 200

      response-property-enum-value-added

    • added the new video enum value to the patient_attachments/items/anyOf[UploadedPatientAttachment]/category response property for the response status 200

      response-property-enum-value-added

    • removed the documents enum value from the patient_attachments/items/anyOf[FullPatientExport]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the documents enum value from the patient_attachments/items/anyOf[TreatmentNoteHistoryExport]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the documents enum value from the patient_attachments/items/anyOf[UploadedPatientAttachment]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the images enum value from the patient_attachments/items/anyOf[FullPatientExport]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the images enum value from the patient_attachments/items/anyOf[TreatmentNoteHistoryExport]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the images enum value from the patient_attachments/items/anyOf[UploadedPatientAttachment]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the videos enum value from the patient_attachments/items/anyOf[FullPatientExport]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the videos enum value from the patient_attachments/items/anyOf[TreatmentNoteHistoryExport]/category response property for the response status 200

      response-property-enum-value-removed

    • removed the videos enum value from the patient_attachments/items/anyOf[UploadedPatientAttachment]/category response property for the response status 200

      response-property-enum-value-removed

    • added the optional property patient_attachments/items/anyOf[FullPatientExport]/category to the response with the 200 status

      response-optional-property-added

    • added the optional property patient_attachments/items/anyOf[UploadedPatientAttachment]/category to the response with the 200 status

      response-optional-property-added

    • added TreatmentNoteHistoryExport to the patient_attachments/items/ response property anyOf list for the response status 200

      response-property-any-of-added