Patient Attachment

Get patient attachment

get/patient_attachments/{id}

Path parameters

idstring int64 required

Query parameters

q[]string[]

Filter result by one or more fields.

See Filtering Results

Available filters:

ValueFormat
archived_atdate-time

Response

Successful operation

OR
OR

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

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-added

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

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

      response-property-enum-value-removed

    • added TreatmentNoteHistoryExport to the response body anyOf list for the response status 200

      response-body-any-of-added

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

      response-optional-property-added

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

      response-optional-property-added