List Views

GET {{_endpoint}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/listviews/

Returns the list of list views for the specified sObject, including the ID and other basic information about each list view. You can also get basic information for a specific list view by ID.

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