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
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 |