Tableau · Example Payload

Tableau Rest Revision Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Rest Revision 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

revisionNumberpublishedAtdeletedcurrentsizeInBytespublisher

Example Payload

Raw ↑
{
  "revisionNumber": 10,
  "publishedAt": "example_value",
  "deleted": true,
  "current": true,
  "sizeInBytes": 10,
  "publisher": "example_value"
}