JSON API to make customer appointments in OpenVPMS
The resources use a data model that is supported by a set of client-side libraries that are made available on the files and libraries page.
There is a WADL document available that describes the resources API.
You may also enjoy the interactive interface provided for this API by Swagger.
name | path | methods | description |
---|---|---|---|
BookingService |
|
|
Appointment booking service. |
LocationService |
|
|
Practice location query service. |
ScheduleService |
|
|
Service for querying appointment schedules. |
type | description |
---|---|
AppointmentType | Appointment type. |
Booking | Appointment booking request. |
FreeBusy | Schedule free and busy time ranges. |
Location | Practice location. |
Range | Date/time range. |
Resource | Booking resource. |
Schedule | Appointment schedule. |