Tableau · JSON Structure

Tableau Rest Workbook Structure

Type: object Properties: 16
AnalyticsBusiness IntelligenceDashboardsData Visualization

Workbook is a JSON Structure definition published by Tableau, describing 16 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name description contentUrl webpageUrl showTabs size createdAt updatedAt encryptExtracts defaultViewId project owner tags views usage

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Workbook",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "contentUrl": {
      "type": "string"
    },
    "webpageUrl": {
      "type": "string"
    },
    "showTabs": {
      "type": "boolean"
    },
    "size": {
      "type": "integer"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "encryptExtracts": {
      "type": "string"
    },
    "defaultViewId": {
      "type": "string"
    },
    "project": {
      "type": "object"
    },
    "owner": {
      "type": "object"
    },
    "tags": {
      "type": "object"
    },
    "views": {
      "type": "object"
    },
    "usage": {
      "type": "object"
    }
  }
}