Newer Version Available
Scheduling
Returns a list of available Salesforce Scheduler REST resources and corresponding URIs.
This resource is available in REST API version 45.0 and later.
Syntax
- URI
- /services/data/vXX.X/scheduling/
- Formats
- JSON, XML
- HTTP methods
- GET
- Authentication
- Authorization: Bearer token
Example
- Example Response Body
-
1{ 2 "getAppointmentCandidates" : "/services/data/v62.0/scheduling/getAppointmentCandidates", 3 "getAppointmentSlots" : "/services/data/v62.0/scheduling/getAppointmentSlots" 4}