Newer Version Available
Scheduling
Returns a list of available Salesforce Scheduler REST resources and corresponding
URIs.
Syntax
- URI
- /services/data/vXX.X/scheduling/
- Available since release
- 45.0
- Formats
- JSON, XML
- HTTP methods
- GET
- Authentication
- Authorization: Bearer token
- Response Body
- Execution of a successful request returns names of resources and their URIs as key-value pairs.
- JSON Example
-
1{ 2 "getAppointmentCandidates" : "/services/data/v56.0/scheduling/getAppointmentCandidates", 3 "getAppointmentSlots" : "/services/data/v56.0/scheduling/getAppointmentSlots" 4}