Newer Version Available
List View Results
Executes the SOQL query for the list view and returns the resulting data and
presentation information.
This resource is available in REST API version 32.0 and later.
- URI
- /vXX.X/sobjects/{sobjectType}/listviews/{listViewID}/results
- Formats
- JSON, XML
- HTTP Method
- GET
- Authentication
- Authorization: Bearer token
- Parameters
-
Parameter Description limit The maximum number of records to return, between 1-2000. The default value is 25. offset The first record to return. Use this parameter to paginate the results. The default value is 1.
Example
- Retrieving results from a specific list view
-
- JSON Response body
-