Appointments
Number of APIs: 5
-
Create appointment POST {{baseUrl}}/appointments?subdomain={{subdomain}}&location_id={{location_id}}¬ify_patient=false
-
View appointments GET {{baseUrl}}/appointments?subdomain={{subdomain}}&location_id={{location_id}}&start=2022-01-01&end=2022-12-31&page=1&per_page=20
-
Edit Appointment PATCH {{baseUrl}}/appointments/:id?subdomain={{subdomain}}
-
View appointment GET {{baseUrl}}/appointments/:id?subdomain={{subdomain}}&include[]=["patient"]&include[]=["patient"]
-
View appointment descriptors GET {{baseUrl}}/appointments/:id/appointment_descriptors?subdomain={{subdomain}}&descriptor_type=<string>