Tableau · Example Payload

Tableau Rest Site Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Rest Site Example is an example object payload from Tableau, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamecontentUrladminModestatestorageQuotauserQuotanumCreatorsnumExplorersnumViewersdisableSubscriptionsrevisionusage

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "contentUrl": "https://www.example.com",
  "adminMode": "example_value",
  "state": "example_value",
  "storageQuota": 10,
  "userQuota": 10,
  "numCreators": 10,
  "numExplorers": 10,
  "numViewers": 10,
  "disableSubscriptions": true,
  "revision": "example_value",
  "usage": "example_value"
}