v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBPatient Form
List patient forms
get/patient_forms
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:
| Value | Format |
|---|---|
| archived_at | date-time |
| attendee_id | int64 |
| completed_at | date-time |
| created_at | date-time |
| id | int64 |
| patient_form_template_id | int64 |
| patient_id | int64 |
| updated_at | date-time |
Response
successful operation
Example response
{
"patient_forms": [
{
"attendee": {
"links": {
"self": "https://api.au1.cliniko.com/v1/attendees/1"
}
},
"booking": {
"links": {
"self": "https://api.au1.cliniko.com/v1/bookings/1"
}
},
"business": {
"links": {
"self": "https://api.au1.cliniko.com/v1/businesses/1"
}
},
"content": {
"sections": [
{
"questions": [
{
"custom_field_token": "ef4c43ec-105d-489c-88cc-0f3c5f67dc70"
}
]
}
]
},
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_forms/1"
},
"patient": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/1"
}
},
"patient_form_template": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_form_templates/1"
}
},
"signatures": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_forms/1/signatures/112233"
}
}
}
],
"total_entries": 1,
"links": {
"self": "https://api.au1.cliniko.com/v1/patient_forms?page=2",
"previous": "https://api.au1.cliniko.com/v1/patient_forms?page=1",
"next": "https://api.au1.cliniko.com/v1/patient_forms?page=3"
}
}