Get Record Edit Page Actions
GET {{_endpoint}}/services/data/v{{version}}/ui-api/actions/record/:RECORD_ID/record-edit
Get the actions on record detail pages.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"actions": {
"0014H00002LbR7QQAV": {
"actions": [
{
"actionListContext": "RecordEdit",
"actionTarget": null,
"actionTargetType": "Invoke",
"apiName": "SaveEdit",
"externalId": "00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveEdit",
"iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png",
"id": "0JV4H0000350887WAA",
"isMassAction": "false",
"label": "Save",
"lwcComponent": null,
"primaryColor": null,
"relatedListRecordId": null,
"relatedSourceObject": null,
"section": "Page",
"sourceObject": "0014H00002LbR7QQAV",
"subtype": "LightningWebComponent_Action",
"targetObject": "Account",
"targetUrl": null,
"type": "StandardButton"
},
{
"actionListContext": "RecordEdit",
"actionTarget": null,
"actionTargetType": "Invoke",
"apiName": "SaveAndNew",
"externalId": "00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:SaveAndNew",
"iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png",
"id": "0JV4H0000350888WAA",
"isMassAction": "false",
"label": "Save & New",
"lwcComponent": null,
"primaryColor": null,
"relatedListRecordId": null,
"relatedSourceObject": null,
"section": "Page",
"sourceObject": "0014H00002LbR7QQAV",
"subtype": "LightningWebComponent_Action",
"targetObject": "Account",
"targetUrl": null,
"type": "StandardButton"
},
{
"actionListContext": "RecordEdit",
"actionTarget": null,
"actionTargetType": "Invoke",
"apiName": "CancelEdit",
"externalId": "00D58000000arpq:0014H00002LbR7QQAV::RecordEdit:Desktop:StandardButton:CancelEdit",
"iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_custom19_120.png",
"id": "0JV4H0000350889WAA",
"isMassAction": "false",
"label": "Cancel",
"lwcComponent": null,
"primaryColor": null,
"relatedListRecordId": null,
"relatedSourceObject": null,
"section": "Page",
"sourceObject": "0014H00002LbR7QQAV",
"subtype": "LightningWebComponent_Action",
"targetObject": "Account",
"targetUrl": null,
"type": "StandardButton"
}
],
"links": [],
"url": "/services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit"
}
},
"eTag": "550367168889732c414e90f1a22d15af",
"url": "/services/data/v58.0/ui-api/actions/record/0014H00002LbR7QQAV/record-edit"
} |
ENDPOINTS