Tableau · Example Payload

Tableau Rest Project Example

A sample description.

AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Top-level fields

idnamedescriptionparentProjectIdcontentPermissionscreatedAtupdatedAtownertopLevelProject

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "description": "A sample description.",
  "parentProjectId": "500123",
  "contentPermissions": "example_value",
  "createdAt": "example_value",
  "updatedAt": "example_value",
  "owner": "example_value",
  "topLevelProject": true
}