Get Lightning Page Actions
GET {{_endpoint}}/services/data/v{{version}}/ui-api/actions/flexipage/:FLEXIPAGE_NAMES
Get the actions on Lightning pages (FlexiPages).
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"actions": {
"Sample_Lightning_page": {
"actions": [
{
"actionListContext": "Flexipage",
"actionTarget": "/services/data/v58.0/quickActions/LogACall/describe",
"actionTargetType": "Describe",
"apiName": "Global.LogACall",
"externalId": "00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2g",
"iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/log_a_call_120.png",
"id": "0JV4H0000295294WAA",
"isMassAction": "false",
"label": "Log a Call",
"lwcComponent": null,
"primaryColor": "06A59A",
"relatedListRecordId": null,
"relatedSourceObject": null,
"section": null,
"sourceObject": "Sample_Lightning_page",
"subtype": "LogACall",
"targetObject": "Task",
"targetUrl": null,
"type": "QuickAction"
},
{
"actionListContext": "Flexipage",
"actionTarget": "/services/data/v58.0/quickActions/NewAccount/describe",
"actionTargetType": "Describe",
"apiName": "Global.NewAccount",
"externalId": "00D58000000arpq:Sample_Lightning_page::Flexipage:Desktop:09D58000002PE2s",
"iconUrl": "https://pozil-dev-ed.my.salesforce.com/img/icon/t4v35/action/new_account_120.png",
"id": "0JV4H0000295295WAA",
"isMassAction": "false",
"label": "New Account",
"lwcComponent": null,
"primaryColor": "5867E8",
"relatedListRecordId": null,
"relatedSourceObject": null,
"section": null,
"sourceObject": "Sample_Lightning_page",
"subtype": "Create",
"targetObject": "Account",
"targetUrl": null,
"type": "QuickAction"
}
],
"links": [],
"url": "/services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page"
}
},
"eTag": "ff4486597111fb5e059e5dab793c8231",
"url": "/services/data/v58.0/ui-api/actions/flexipage/Sample_Lightning_page"
} |
ENDPOINTS