v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Patient Form Template

List patient form templates

get/patient_form_templates

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
created_atdate-time
idint64
updated_atdate-time

Response

successful operation

total_entriesinteger

Example response

{
  "patient_form_templates": [
    {
      "content": {
        "sections": [
          {
            "questions": [
              {
                "custom_field_token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70"
              }
            ]
          }
        ]
      },
      "links": {
        "self": "https://api.au1.cliniko.com/v1/patient_form_templates/1"
      }
    }
  ],
  "total_entries": 1,
  "links": {
    "self": "https://api.au1.cliniko.com/v1/patient_form_templates?page=2",
    "previous": "https://api.au1.cliniko.com/v1/patient_form_templates?page=1",
    "next": "https://api.au1.cliniko.com/v1/patient_form_templates?page=3"
  }
}