Tableau · Schema

View

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
id string The unique identifier for the view.
name string The name of the view.
contentUrl string The URL name of the view.
createdAt string The date and time the view was created.
updatedAt string The date and time the view was last updated.
viewUrlName string The URL-friendly name of the view used in the content URL.
sheetType string The type of sheet (worksheet, dashboard, or story).
project object
owner object
workbook object
tags object
usage object
View JSON Schema on GitHub

JSON Schema

tableau-view-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/View",
  "title": "View",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the view.",
      "example": "abc123"
    },
    "name": {
      "type": "string",
      "description": "The name of the view.",
      "example": "Example Title"
    },
    "contentUrl": {
      "type": "string",
      "description": "The URL name of the view.",
      "example": "https://www.example.com"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the view was created.",
      "example": "2026-01-15T10:30:00Z"
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the view was last updated.",
      "example": "2026-01-15T10:30:00Z"
    },
    "viewUrlName": {
      "type": "string",
      "description": "The URL-friendly name of the view used in the content URL.",
      "example": "https://www.example.com"
    },
    "sheetType": {
      "type": "string",
      "enum": [
        "worksheet",
        "dashboard",
        "story"
      ],
      "description": "The type of sheet (worksheet, dashboard, or story).",
      "example": "worksheet"
    },
    "project": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The ID of the containing project."
        },
        "name": {
          "type": "string",
          "description": "The name of the containing project."
        }
      },
      "example": "example_value"
    },
    "owner": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The ID of the view owner."
        },
        "name": {
          "type": "string",
          "description": "The name of the view owner."
        }
      },
      "example": "example_value"
    },
    "workbook": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "The ID of the containing workbook."
        },
        "name": {
          "type": "string",
          "description": "The name of the containing workbook."
        }
      },
      "example": "example_value"
    },
    "tags": {
      "type": "object",
      "properties": {
        "tag": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/Tag"
          }
        }
      },
      "example": "example_value"
    },
    "usage": {
      "type": "object",
      "properties": {
        "totalViewCount": {
          "type": "integer",
          "description": "The total number of times the view has been accessed."
        }
      },
      "example": "example_value"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/tableau-view"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.