Newer Version Available

This content describes an older version of this product. View Latest

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/v66.0/scheduling/getAppointmentCandidates",
3  "getAppointmentSlots" : "/services/data/v66.0/scheduling/getAppointmentSlots"
4}