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: /services/data/vXX.X/sobjects/sObject/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 0. |
Example Request
Example Response Body