Query Site (by Site Name)
GET {{base-path}}/sites/:site-name
https://help.tableau.com/current/api/restapi/en-us/REST/restapirefsite.htm#query_site
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
includeUsage | boolean | The boolean flag to include site usage metrics in the response body. If true, then the site element of the response will contain a usage node with the attributes numUsers (number of users) and storage (storage in megabytes). | |
To set the flag to include usage in the response, append includeUsage=true as a querystring element any valid query site URI. | |||
key | string | The name of the site to get information for. If you specify a site name, you must also include the parameter key=name. |