v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBGroup Appointment
Create group appointment
post/group_appointments
Request body
Example request
{
"appointment_type_id": "1",
"business_id": "1",
"practitioner_id": "1"
}Response
Resource was created
Example response
{
"appointment_type": {
"links": {
"self": "https://api.au1.cliniko.com/v1/appointment_types/1"
}
},
"attendees": {
"links": {
"self": "https://api.au1.cliniko.com/v1/group_appointments/1/attendees"
}
},
"business": {
"links": {
"self": "https://api.au1.cliniko.com/v1/businesses/1"
}
},
"conflicts": {
"links": {
"self": "https://api.au1.cliniko.com/v1/group_appointments/1/conflicts"
}
},
"links": {
"self": "https://api.au1.cliniko.com/v1/group_appointments/1"
},
"patient_ids": [
"1"
],
"practitioner": {
"links": {
"self": "https://api.au1.cliniko.com/v1/practitioners/1"
}
},
"repeated_from": {
"links": {
"self": "https://api.au1.cliniko.com/v1/group_appointments/1"
}
},
"repeats": {
"links": {
"self": "https://api.au1.cliniko.com/v1/group_appointments?q[]=repeated_from_id:=1"
}
}
}