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

KeyDatatypeRequiredDescription
limitnullThe maximum number of records to return, between 1-2000. The default value is 25.
offsetnullThe first record to return. Use this parameter to paginate the results. The default value is 1.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring