Newer Version Available
Invocable Actions
Represents an invocable action.
This resource is available in REST API version 32.0 and later.
Syntax
- URI
- Get a list of custom actions:
- /vXX.X/actions
- Formats
- JSON, XML
- HTTP Methods
- GET
- Authentication
- Authorization: Bearer token
- Parameters
- None
- Example
- Retrieving a list of general action types for the current organization:
-
1/services/data/v32.0/actions - JSON Response body
-
1{ 2 "standard" : "/services/data/v32.0/actions/standard" 3 "custom" : "/services/data/v32.0/actions/custom", 4}