Appointments

Number of APIs: 5

  1. Create appointment POST {{baseUrl}}/appointments?subdomain={{subdomain}}&location_id={{location_id}}&notify_patient=false

  2. View appointments GET {{baseUrl}}/appointments?subdomain={{subdomain}}&location_id={{location_id}}&start=2022-01-01&end=2022-12-31&page=1&per_page=20

  3. Edit Appointment PATCH {{baseUrl}}/appointments/:id?subdomain={{subdomain}}

  4. View appointment GET {{baseUrl}}/appointments/:id?subdomain={{subdomain}}&include[]=["patient"]&include[]=["patient"]

  5. View appointment descriptors GET {{baseUrl}}/appointments/:id/appointment_descriptors?subdomain={{subdomain}}&descriptor_type=<string>