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.
POST /services/data/v64.0/ui-api/actions/record/001R0000003IDlwIAG/related-list/batch
{ "relatedListsActionParameters": [ { "relatedListId": "Contacts", "apiNames": [ "New" ], "retrievalMode": "All" }, { "relatedListId": "Opportunities", "apiNames": ["New" ], "retrievalMode": "All" } ] }
- 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