Tableau · JSON Structure

Tableau Rest Subscription Structure

Type: object Properties: 11
AnalyticsBusiness IntelligenceDashboardsData Visualization

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

Properties

id subject attachImage attachPdf message pageOrientation pageSizeOption suspended content schedule user

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Subscription",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "subject": {
      "type": "string"
    },
    "attachImage": {
      "type": "boolean"
    },
    "attachPdf": {
      "type": "boolean"
    },
    "message": {
      "type": "string"
    },
    "pageOrientation": {
      "type": "string"
    },
    "pageSizeOption": {
      "type": "string"
    },
    "suspended": {
      "type": "boolean"
    },
    "content": {
      "type": "object"
    },
    "schedule": {
      "type": "object"
    },
    "user": {
      "type": "object"
    }
  }
}