Get Most Recently Used List View Records (Deprecated)
- Resource
-
/ui-api/mru-list-records/${objectApiName}
-
- objectApiName—A supported object, such as Account.
- Available Version
- 43.0
- HTTP Method
- GET
- Example
-
To get information about the records in the most recently used account list views, make this request:
GET /services/data/v63.0/ui-api/mru-list-records/Account
The request returns a list of records in the most recently used account list view.
- Request Parameters
-
Parameter Name Type Description Required or Optional Available Version fields String[] Additional fields queried for the records returned. These fields don’t create visible columns. If the field is not available to the user, an error occurs. Optional 43.0 optionalFields String[] Additional fields queried for the records returned. These fields don’t create visible columns. If the field is not available to the user, no error occurs and the field isn’t included in the records. Optional 43.0 pageSize Integer The number of list records viewed at one time. The default value is 50. Value can be 1–2000. Optional 43.0 pageToken String A token that represents the page offset. To indicate where the page starts, use this value with the pageSize parameter. The maximum offset is 2000 and the default is 0. Optional 43.0 sortBy String[] The API name of the field the list view is sorted by. If the name is preceded with “-”, the sort order is descending. For example, "Name" sorts by name in ascending order. "-CreatedDate" sorts by created date in descending order. Optional 43.0 - Response Body
- List Record Collection