v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBTreatment Note
Unarchive treatment note
post/treatment_notes/{id}/unarchive
Path parameters
idstring int64 required
Response
Resource was unarchived
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"
}
}
}