Appointment Search REST API
Resource URL Summary
Retrieve the details of open appointment slots
POST /seiapi/v3/trans/Appointments/OpenSlots
API Specific Parameters
There are no API specific parameters for the Appointment Search REST API.
HTTP Headers
This API uses the default ServiceMobility HTTP Headers.
API Specifics
Retrieve the details of open appointment slots
This REST API will return the details of open Appointment slots, based on the specified Appointment Search Object.
URL
POST /seiapi/v3/trans/Appointments/OpenSlots
HTTP Request Body
The HTTP request body must contain a valid Appointment Search Object.Â
HTTP Response Body
On success, an HTTP response code of 200 will be returned, and the response body will contain open appointment slots in TimeConstraints Object collection. Otherwise, on error, the response body will contain a descriptive reason for the error.Â
{ "TimeConstraints": [ { "Desc": "", "Type": "", "Period": { "Start": "", "End": "" } } ] }