v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBTreatment Note
Get treatment note
get/treatment_notes/{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 |
| deleted_at | date-time |
Response
Successful operation
Example response
{
"attendee": {
"links": {
"self": "https://api.au1.cliniko.com/v1/attendees/1"
}
},
"booking": {
"links": {
"self": "https://api.au1.cliniko.com/v1/bookings/1"
}
},
"content": {
"sections": [
{
"questions": [
{
"body_chart_ids": [
"1"
]
}
]
}
]
},
"links": {
"self": "https://api.au1.cliniko.com/v1/treatment_notes/1"
},
"patient": {
"links": {
"self": "https://api.au1.cliniko.com/v1/patients/1"
}
},
"practitioner": {
"links": {
"self": "https://api.au1.cliniko.com/v1/practitioners/1"
}
},
"treatment_note_template": {
"links": {
"self": "https://api.au1.cliniko.com/v1/treatment_note_templates/1"
}
}
}