Query Views for Site

GET {{base-path}}/sites/{{site-id}}/views

https://help.tableau.com/current/api/restapi/en-us/REST/restapirefworkbooksandviews.htm#queryviewsfor_site

Request Params

KeyDatatypeRequiredDescription
includeUsageStatisticsstring(Optional) true to return usage statistics. The default is false.
pageSizestring(Optional) The number of items to return in one response. The minimum is 1. The maximum is 1000. The default is 100. For more information, see Paginating Results.
pageNumberstring(Optional) The offset for paging. The default is 1. For more information, see Paginating Results.
filterstring
sortstring
fieldsstring(Optional) An expression that lets you specify the set of available fields to return. You can qualify the return values based upon predefined keywords such as all or default, and you can specify individual fields for the workbooks or other supported resources. You can include multiple field expressions in a request. For more information, see Using Fields in the REST API.