v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBPatient Form Template
Get patient form template
get/patient_form_templates/{id}
Path parameters
idstring int64 required
Query parameters
q[]string[]
Filter result by one or more fields.
See Filtering Results
Available filters:
| Value | Format |
|---|---|
| archived_at | date-time |
Response
Successful operation
Example response
{
"content": {
"sections": [
{
"questions": [
{
"custom_field_token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70"
}
]
}
]
},
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_form_templates/1"
}
}