Newer Version Available

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

Retrieve Invocable Actions

Retrieves standard and custom invocable action URIs from Salesforce.
URI
/services/data/vXX.X/actions
Available since release
32.0
Formats
JSON, XML
HTTP Methods
GET
Authentication
Authorization: Bearer token
Request parameters
None required
Example usage
1curl https://MyDomainName.my.salesforce.com/services/data/v56.0/actions
Example response body
1{
2  "standard" : "/services/data/v56.0/actions/standard",
3  "custom" : "/services/data/v56.0/actions/custom"
4}