Newer Version Available

This content describes an older version of this product. View Latest

Get List View Record Actions

Get the record actions on list views.
Resource
1/ui-api/actions/list-view-record/${recordIds}

recordIds—A single record ID, or a comma-delimited list of record IDs.

Available version
41.0
HTTP methods
GET
Example

As an example, let’s say we have an Account lists view containing several Account records. Each Account record has an Edit and Delete record action. In Lightning, these actions display in a drop-down list for each record. To get information about the actions on a particular record with an ID of 001R0000003IDlwIAG, make this request:

1GET /services/data/v48.0/ui-api/actions/list-view-record/001R0000003IDlwIAG

The request returns a list of the record actions for the record and the URLs of the request and subrequests.

Request parameters for GET
Parameter Name Type Description Required or Optional Available Version
actionTypes String[]
The action type. One of these values:
  • CustomButton—A button that opens a URL or Visualforce page or executes JavaScript.
  • ProductivityAction—A pre-defined Salesforce action, attached to a limited set of objects.
  • QuickAction—A global or object-specific action.
  • StandardButton—A pre-defined Salesforce button, such as New, Edit, and Delete.
Optional 41.0
formFactor String The layout display size. One of these values:
  • Large—(Default) Use this value to get a layout for desktop display size.
  • Medium—Use this value to get a layout for tablet display size.
  • Small—Use this value to get a layout for phone display size.
Optional 41.0
sections String[]
The section of the user interface that the action resides in. One of these values:
  • ActivityComposer
  • CollaborateComposer
  • Page
  • SingleActionLinks
Optional 41.0
Response body for GET
ActionRepresentation