Get Related List Actions
GET {{_endpoint}}/services/data/v{{version}}/ui-api/actions/record/:RECORD_ID/related-list/:RELATED_LIST_IDS
Get the actions on record detail pages.
Body
PARAM
Key | Datatype | Required | Description |
actionTypes
|
null | The action type (`CustomButton`, `ProductivityAction`, `QuickAction` or `StandardButton`) | |
apiNames
|
null | The API names of one or more actions to be retrieved. Use this parameter only when passing `retrievalMode=All`. | |
formFactor
|
null | The layout display size (`Large` (default), `Medium` or `Small`). | |
retrievalMode
|
null | When the action context is Record, this parameter indicates which actions to retrieve from the record page. Either `All` or `PageLayout` (default). | |
sections
|
null | The section of the user interface that the actions reside in (`ActivityComposer`, `CollaborateComposer`, `Page` or `SingleActionLinks`). |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"actions": {
"00158000006QBOhAAO": {
"actions": [
{
Curl curl -X GET '/services/data/v61.0/ui-api/actions/record/:RECORD_ID/related-list/:RELATED_LIST_IDS?actionTypes=&apiNames=&formFactor=&retrievalMode=§ions=' ENDPOINTS |