...
Operation | Description |
---|---|
quickActions | To retrieve Retrieves a list of global actions. |
sObjectAction | To retrieve Retrieves a list of object-specific actions. |
To retrieve Retrieves a specific action for a specific object. | |
getDescribeSpecificAction | To retrieve Retrieves the description of a specific action for a specific object. |
getDefaultValueOfAction | To return Retrieves a specific action’s default values, including default field values. |
...
This section provides further details on the operations related to Quick Actions. Quick Actions return a list of global actions and object-specific actions.
Anchor | ||||
---|---|---|---|---|
|
...
Retrieving quick actions
To retrieve a list of global actions, use salesforcerest.quickActions
.
...
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_quickactions.htm
Anchor | ||||
---|---|---|---|---|
|
...
Retrieving quick actions for a specific object
To retrieve a list of object-specific actions, use salesforcerest.sObjectAction
and specify the following property.
...
Anchor | ||||
---|---|---|---|---|
|
...
Retrieving a specific action
To retrieve a specific action, use salesforcerest.getSpecificAction
and specify the following properties.
...
Anchor | ||||
---|---|---|---|---|
|
...
Retrieving the description of a specific action
To retrieve the description of a specific action, use salesforcerest.getDescribeSpecificAction
and specify the following properties.
...
Anchor | ||||
---|---|---|---|---|
|
...
Retrieving a specific action’s default values
To return a specific action’s default values, including default field values, use salesforcerest.getDefaultValueOfAction
and specify the following properties.
...