Logo
Salesforce Developers API Documentation

Get List View Record Actions

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

Get the record actions on list views.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "actions": { "00358000006woxwAAA": { "actions": [ { "actionListContext": "ListViewRecord", "actionTarget": null, "actionTargetType": "Invoke", "apiName": "Edit", "externalId": "00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Edit", "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png", "id": "0JV4H0000382730WAA", "isMassAction": "false", "label": "Edit", "lwcComponent": null, "primaryColor": "06A59A", "relatedListRecordId": null, "relatedSourceObject": null, "section": "Page", "sourceObject": "00358000006woxwAAA", "subtype": null, "targetObject": "Contact", "targetUrl": null, "type": "StandardButton" }, { "actionListContext": "ListViewRecord", "actionTarget": null, "actionTargetType": "Invoke", "apiName": "Delete", "externalId": "00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:Delete", "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png", "id": "0JV4H0000382731WAA", "isMassAction": "false", "label": "Delete", "lwcComponent": null, "primaryColor": "FF538A", "relatedListRecordId": null, "relatedSourceObject": null, "section": "Page", "sourceObject": "00358000006woxwAAA", "subtype": null, "targetObject": "Contact", "targetUrl": null, "type": "StandardButton" }, { "actionListContext": "ListViewRecord", "actionTarget": null, "actionTargetType": "Invoke", "apiName": "ChangeOwnerOne", "externalId": "00D58000000arpq:00358000006woxwAAA::ListViewRecord:Desktop:StandardButton:ChangeOwnerOne", "iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/change_owner_120.png", "id": "0JV4H0000382732WAA", "isMassAction": "false", "label": "Change Owner", "lwcComponent": null, "primaryColor": "107CAD", "relatedListRecordId": null, "relatedSourceObject": null, "section": "Page", "sourceObject": "00358000006woxwAAA", "subtype": null, "targetObject": "Contact", "targetUrl": null, "type": "StandardButton" } ], "links": [], "url": "/services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA" } }, "eTag": "1baaebae684ef749af218f59bf4b1d4d", "url": "/services/data/v58.0/ui-api/actions/list-view-record/00358000006woxwAAA" }

Curl
curl -X GET '/services/data/v61.0/ui-api/actions/list-view-record/:RECORD_IDS'

ENDPOINTS