List View Results
GET {{_endpoint}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/listviews/:LIST_VIEW_ID/results
Returns detailed information about a list view, including the ID, the columns, and the SOQL query.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | null | The maximum number of records to return, between 1-2000. The default value is 25. | |
offset | null | The first record to return. Use this parameter to paginate the results. The default value is 1. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |