Newer Version Available

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

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