Logo
Salesforce Developers API Documentation

Get List View Header Actions

GET {{_endpoint}}/services/data/v{{version}}/ui-api/actions/list-view/:LIST_VIEW_IDS

Get the actions on records in related lists.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "actions": { "00B58000002ssinEAA": { "actions": [ { "actionListContext": "ListView", "actionTarget": null, "actionTargetType": "Invoke", "apiName": "EditFilter", "externalId": "00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:EditFilter", "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/filter_120.png", "id": "0JV4H0000132177WAA", "isMassAction": "false", "label": "Filter", "lwcComponent": null, "primaryColor": "0176D3", "relatedListRecordId": null, "relatedSourceObject": null, "section": "Page", "sourceObject": "00B58000002ssinEAA", "subtype": null, "targetObject": "Account", "targetUrl": null, "type": "StandardButton" }, { "actionListContext": "ListView", "actionTarget": null, "actionTargetType": "Invoke", "apiName": "ListSort", "externalId": "00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:ListSort", "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/sort_120.png", "id": "0JV4H0000132178WAA", "isMassAction": "false", "label": "Sort", "lwcComponent": null, "primaryColor": "FF538A", "relatedListRecordId": null, "relatedSourceObject": null, "section": "Page", "sourceObject": "00B58000002ssinEAA", "subtype": null, "targetObject": "Account", "targetUrl": null, "type": "StandardButton" }, { "actionListContext": "ListView", "actionTarget": null, "actionTargetType": "Invoke", "apiName": "New", "externalId": "00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:New", "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_120.png", "id": "0JV4H0000132179WAA", "isMassAction": "false", "label": "New", "lwcComponent": null, "primaryColor": "1B96FF", "relatedListRecordId": null, "relatedSourceObject": null, "section": "Page", "sourceObject": "00B58000002ssinEAA", "subtype": null, "targetObject": "Account", "targetUrl": null, "type": "StandardButton" }, { "actionListContext": "ListView", "actionTarget": null, "actionTargetType": null, "apiName": "PrintableListView", "externalId": "00D58000000arpq:00B58000002ssinEAA::ListView:Desktop:StandardButton:PrintableListView", "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png", "id": "0JV4H0000132180WAA", "isMassAction": "false", "label": "Printable View", "lwcComponent": null, "primaryColor": null, "relatedListRecordId": null, "relatedSourceObject": null, "section": "Page", "sourceObject": "00B58000002ssinEAA", "subtype": null, "targetObject&quo
Curl
curl -X GET '/services/data/v61.0/ui-api/actions/list-view/:LIST_VIEW_IDS'

ENDPOINTS