Tableau · Schema
Tableau Workbook
A Tableau workbook containing one or more views (worksheets, dashboards, or stories) that connect to data sources and provide interactive visual analytics.
AnalyticsBusiness IntelligenceDashboardsData Visualization
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique identifier (LUID) for the workbook. |
| name | string | The name of the workbook as it appears on the server. |
| description | stringnull | A user-provided description of the workbook. |
| contentUrl | string | The URL-friendly name of the workbook used in the content URL path. Automatically generated from the workbook name. |
| webpageUrl | string | The full URL to view the workbook in a web browser on Tableau Server or Tableau Cloud. |
| showTabs | boolean | Whether the workbook displays views as navigable tabs. |
| size | integer | The size of the workbook file in bytes. |
| createdAt | string | The ISO 8601 timestamp when the workbook was first published to the server. |
| updatedAt | string | The ISO 8601 timestamp when the workbook was last modified or republished. |
| encryptExtracts | string | Whether extracts embedded in the workbook are encrypted at rest. |
| defaultViewId | stringnull | The ID of the view that is displayed by default when the workbook is opened. |
| project | object | |
| owner | object | |
| tags | object | Tags associated with the workbook for categorization and search. |
| views | object | The views (worksheets, dashboards, and stories) contained in the workbook. |
| connections | object | The data connections used by the workbook. |
| usage | object | |
| dataAccelerationConfig | object | Configuration for Data Acceleration on the workbook. |