Appointments
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
limitintegerOptional
Number of results to return per page.
offsetintegerOptional
The initial index from which to return the results.
Responses
200Success
application/json
get
/api/users/appointments200Success
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
datestring · dateRequired
timestring · timeRequired
typestringRequired
statusstring · enumOptionalPossible values:
pending- Pendingaccepted- Acceptedrejected- Rejectedrescheduled- Rescheduled
churchstring · uuidRequired
Responses
201Success
application/json
post
/api/users/appointments201Success
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this appointment.
Responses
200Success
application/json
get
/api/users/appointments/{id}200Success
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this appointment.
Body
idstring · uuidRead-onlyRequired
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyRequired
datestring · dateRequired
timestring · timeRequired
typestringRequired
statusstring · enumOptionalPossible values:
pending- Pendingaccepted- Acceptedrejected- Rejectedrescheduled- Rescheduled
churchstring · uuidRequired
Responses
200Success
application/json
put
/api/users/appointments/{id}200Success
delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this appointment.
Responses
204
No response body
delete
/api/users/appointments/{id}204
No response body
No content
patch
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstring · uuidRequired
A UUID string identifying this appointment.
Body
idstring · uuidRead-onlyOptional
legacy_idstring · nullableOptional
nextgen_legacy_idstring · nullableOptional
created_atstring · date-time · nullableOptional
updated_atstring · date-timeRead-onlyOptional
datestring · dateOptional
timestring · timeOptional
typestringOptional
statusstring · enumOptionalPossible values:
pending- Pendingaccepted- Acceptedrejected- Rejectedrescheduled- Rescheduled
churchstring · uuidOptional
Responses
200Success
application/json
patch
/api/users/appointments/{id}200Success