Tableau · JSON Structure

Tableau Rest View Structure

Type: object Properties: 12
AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Properties

id name contentUrl createdAt updatedAt viewUrlName sheetType project owner workbook tags usage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "View",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "contentUrl": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "updatedAt": {
      "type": "string"
    },
    "viewUrlName": {
      "type": "string"
    },
    "sheetType": {
      "type": "string"
    },
    "project": {
      "type": "object"
    },
    "owner": {
      "type": "object"
    },
    "workbook": {
      "type": "object"
    },
    "tags": {
      "type": "object"
    },
    "usage": {
      "type": "object"
    }
  }
}