Tableau · Example Payload

Tableau Rest Group Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Top-level fields

idnamedomainNameminimumSiteRoleuserCountimport

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "domainName": "example_value",
  "minimumSiteRole": "example_value",
  "userCount": 10,
  "import": "example_value"
}