Get Related List Record Actions
GET {{_endpoint}}/services/data/v{{version}}/ui-api/actions/record/:RECORD_ID/related-list-record/:RELATED_LIST_RECORD_IDS
Get the actions on records in related lists.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"actions": {
"00158000006QBOhAAO": {
"actions": [
{
"actionListContext": "RelatedListRecord",
"actionTarget": null,
"actionTargetType": "Invoke",
"apiName": "Edit",
"externalId": "00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Edit",
"iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/edit_120.png",
"id": "0JV4H0000122896WAA",
"isMassAction": "false",
"label": "Edit",
"lwcComponent": null,
"primaryColor": "06A59A",
"relatedListRecordId": "00358000006woxwAAA",
"relatedSourceObject": "Contacts",
"section": "Page",
"sourceObject": "00158000006QBOhAAO",
"subtype": null,
"targetObject": "Contact",
"targetUrl": null,
"type": "StandardButton"
},
{
"actionListContext": "RelatedListRecord",
"actionTarget": null,
"actionTargetType": "Invoke",
"apiName": "Delete",
"externalId": "00D58000000arpq:00158000006QBOhAAO::RelatedListRecord:Desktop:StandardButton:Delete",
"iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/delete_120.png",
"id": "0JV4H0000122897WAA",
"isMassAction": "false",
"label": "Delete",
"lwcComponent": null,
"primaryColor": "FF538A",
"relatedListRecordId": "00358000006woxwAAA",
"relatedSourceObject": "Contacts",
"section": "Page",
"sourceObject": "00158000006QBOhAAO",
"subtype": null,
"targetObject": "Contact",
"targetUrl": null,
"type": "StandardButton"
}
],
"links": [],
"url": "/services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA"
}
},
"eTag": "f29ba79a7eda15543fca804e0e88bea6",
"url": "/services/data/v58.0/ui-api/actions/record/00158000006QBOhAAO/related-list-record/00358000006woxwAAA"
} |
ENDPOINTS