Newer Version Available

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

Scheduling

Returns a list of available lightning 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

The Lightning Platform REST API supports OAuth 2.0 (an open protocol to allow secure API authorization). See Understanding Authentication for more details.

Note

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