Newer Version Available
Get List View Records
- Resource
-
1/ui-api/list-records/${listViewId}1/ui-api/list-records/${objectApiName}/${listViewApiName} -
- listViewId—The ID of a list view, such as 00BR0000000Wc0rMAC.
- objectApiName—A supported object, such as Account.
- listViewApiName—The API name of a list view, such as AllAccounts.
- Available Version
- 42.0
- HTTP Method
- GET
- Example
-
As an example, let’s say we have a list view named All Accounts with a list view ID of 00BR0000000Wc0rMAC. To get information about all the records on this list view, make this request:
1/services/data/v54.0/ui-api/list-records/00BR0000000Wc0rMACYou can also use the object API name and list view API name of the list view to make the same request:
1/services/data/v54.0/ui-api/list-records/Account/AllAccountsThe request returns a list of records on the list view.
- Request Parameters
-
- Response Body
- List Record Collection