Newer Version Available

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

Action Related Lists Batch Input

Get the actions on a batch of related lists for a record.
JSON example

To get information about the actions for the Contacts and Opportunities related lists on an Account record page, use this request with parameters in a request body.

1POST /services/data/v61.0/ui-api/actions/record/001R0000003IDlwIAG/related-list/batch
1{
2  "relatedListsActionParameters":
3  [
4    {
5      "relatedListId": "Contacts",
6      "apiNames": [ "New" ],
7      "retrievalMode": "All"
8    },
9    {
10      "relatedListId": "Opportunities",
11      "apiNames": ["New" ],
12      "retrievalMode": "All"
13    }
14  ]
15}
Properties
Parameter Name Type Description Required or Optional Available Version
relatedListsActionParameters Action Related List Single Batch Input Parameters for each related list in the batch request. Required 57.0