How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Sigma Computing Workbooks API

The Workbooks API from Sigma Computing — 44 operation(s) for workbooks.

Sigma Computing Workbooks API is one of 40 APIs that Sigma Computing publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Workbooks. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, authentication docs, and rate-limit docs.

This API exposes 60 operations across 48 paths, and defines 1750 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 13 base URLs: https://api.sigmacomputing.com, https://api.sa.gcp.sigmacomputing.com, https://aws-api.sigmacomputing.com, https://api.us-a.aws.sigmacomputing.com, https://api.ca.aws.sigmacomputing.com, https://api.eu.aws.sigmacomputing.com, https://api.au.aws.sigmacomputing.com, https://api.uk.aws.sigmacomputing.com, https://api.us.azure.sigmacomputing.com, https://api.eu.azure.sigmacomputing.com, https://api.ca.azure.sigmacomputing.com, https://api.uk.azure.sigmacomputing.com, https://api.au.azure.sigmacomputing.com.

60 operations 48 paths 1750 schemas 7 DELETE27 GET4 PATCH21 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://api.sigmacomputing.com
Authentication
HTTP Basic, HTTP Bearer, OAuth 2.0, HTTP Bearer
Resource Areas
1

Authentication & Security 4

Sigma Computing Workbooks API declares 4 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). It accepts HTTP bearer tokens (bearerAuth). It supports OAuth 2.0 (oauth2) using the clientCredentials flow. It accepts HTTP bearer tokens (OAuth).

  • OAuth — OAuth 2.0 authentication

Paths & Operations 60

Across 48 paths, the API surfaces 60 operations — 7 DELETE, 27 GET, 4 PATCH, 21 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

workbooks 60
GET
/v2/workbooks
List workbooks
listWorkbooks 6 params → 200default
POST
/v2/workbooks
Create a workbook
createWorkbook body → 200default
GET
/v2/workbooks/{workbookId}
Get a workbook
getWorkbook 1 param → 200default
GET
/v2/workbooks/{workbookId}/bookmarks
List bookmarks in a workbook
getWorkbookBookmarks 3 params → 200default
POST
/v2/workbooks/{workbookId}/bookmarks
Add a bookmark to a workbook
postWorkbookBookmarks 1 param body → 200default
GET
/v2/workbooks/{workbookId}/bookmarks/{bookmarkId}
Get a bookmark
getWorkbookBookmark 2 params → 200default
PATCH
/v2/workbooks/{workbookId}/bookmarks/{bookmarkId}
Update a workbook bookmark
updateWorkbookBookmark 2 params body → 200default
DELETE
/v2/workbooks/{workbookId}/bookmarks/{bookmarkId}
Delete a bookmark from a workbook
deleteWorkbookBookmarks 2 params → 200default
GET
/v2/workbooks/{workbookId}/columns
List columns for all elements in a workbook
getWorkbookColumns 3 params → 200default
GET
/v2/workbooks/{workbookId}/controls
List workbook controls
getWorkbookControls 3 params → 200default
POST
/v2/workbooks/{workbookId}/convertToReport
Convert a workbook to a report
convertWorkbookToReport 1 param body → 201default
POST
/v2/workbooks/{workbookId}/copy
Duplicate a workbook
copyWorkbook 1 param body → 200default
GET
/v2/workbooks/{workbookId}/elements
List elements in a workbook
listWorkbookElements 5 params → 200default
GET
/v2/workbooks/{workbookId}/elements/{elementId}/columns
List columns for a workbook element
getElementColumns 4 params → 200default
POST
/v2/workbooks/{workbookId}/elements/{elementId}/materializationSchedules
Create a materialization schedule for a workbook element (Beta)
createMaterializationSchedule 2 params body → 201default
PATCH
/v2/workbooks/{workbookId}/elements/{elementId}/materializationSchedules
Update a materialization schedule for a workbook element (Beta)
patchMaterializationSchedule 2 params body → 200default
DELETE
/v2/workbooks/{workbookId}/elements/{elementId}/materializationSchedules
Delete a materialization schedule for a workbook element (Beta)
deleteMaterializationSchedule 2 params → 200default
GET
/v2/workbooks/{workbookId}/elements/{elementId}/query
Get the SQL query for a workbook element
getElementQuery 6 params → 200default
GET
/v2/workbooks/{workbookId}/embeds
Get embeds for a workbook
listWorkbookEmbeds 3 params → 200default
POST
/v2/workbooks/{workbookId}/embeds
Create an embed for a workbook
createWorkbookEmbed 1 param body → 200default
DELETE
/v2/workbooks/{workbookId}/embeds/{embedId}
Delete an embed from a workbook
deleteWorkbookEmbeds 2 params → 200default
POST
/v2/workbooks/{workbookId}/export
Export data from a workbook
exportWorkbook 1 param body → 200default
POST
/v2/workbooks/{workbookId}/grants
Grant permissions on a workbook to users or teams
createWorkbookGrant 1 param body → 200default
DELETE
/v2/workbooks/{workbookId}/grants/{grantId}
Delete a workbook grant
deleteWorkbookGrant 2 params → 200default
GET
/v2/workbooks/{workbookId}/lineage
List lineage for a workbook
listLineageTree 3 params → 200default
GET
/v2/workbooks/{workbookId}/lineage/elements/{elementId}
List lineage of a workbook element
listLineage 2 params → 200default
GET
/v2/workbooks/{workbookId}/materialization-schedules
List materialization schedules for a workbook
listMaterializationSchedules 3 params → 200default
POST
/v2/workbooks/{workbookId}/materializations
Run a scheduled materialization for a workbook element
materializeWorkbookElement 1 param body → 200default
GET
/v2/workbooks/{workbookId}/materializations/{materializationId}
Get a materialization job
getWorkbookMaterialization 2 params → 200default
GET
/v2/workbooks/{workbookId}/pages
List workbook pages for a workbook
listWorkbookPages 5 params → 200default
GET
/v2/workbooks/{workbookId}/pages/{pageId}/elements
List elements in a workbook page
listWorkbookPageElements 6 params → 200default
GET
/v2/workbooks/{workbookId}/queries
List SQL queries in a workbook
listWorkbookQueries 3 params → 200default
POST
/v2/workbooks/{workbookId}/restoreVersion
Restore a workbook to a previous version
restoreWorkbookVersion 1 param body → 200default
POST
/v2/workbooks/{workbookId}/saveTemplate
Save a template from a workbook
saveTemplateFromWorkbook 1 param body → 200default
GET
/v2/workbooks/{workbookId}/schedules
List scheduled workbook exports
listWorkbookSchedules 3 params → 200default
POST
/v2/workbooks/{workbookId}/schedules
Add workbook schedule
postWorkbookSchedule 1 param body → 200default
PATCH
/v2/workbooks/{workbookId}/schedules/{scheduleId}
Update a workbook schedule
updateWorkbookSchedule 2 params body → 200default
DELETE
/v2/workbooks/{workbookId}/schedules/{scheduleId}
Delete a scheduled export for a workbook
deleteWorkbookSchedule 2 params → 200default
GET
/v2/workbooks/{workbookId}/schemadeprecated
Get workbook schema
getWorkbookSchema 3 params → 200default
POST
/v2/workbooks/{workbookId}/send
Export a workbook
sendWorkbook 1 param body → 200default
POST
/v2/workbooks/{workbookId}/shareCrossOrg
Share a workbook with another organization
shareWorkbookCrossOrg 1 param body → 200default
GET
/v2/workbooks/{workbookId}/sources
List workbook sources
getWorkbookSources 1 param → 200default
GET
/v2/workbooks/{workbookId}/spec
Get the code representation of a workbook (Beta)
getWorkbookSpec 3 params → 200default
PUT
/v2/workbooks/{workbookId}/spec
Update a workbook from a code representation (Beta)
updateWorkbookSpec 1 param body → 200default
POST
/v2/workbooks/{workbookId}/swapSources
Swap workbook data sources
sourceSwapWorkbook 1 param body → 200default
POST
/v2/workbooks/{workbookId}/tag/{versionTag}/copy
Duplicate a tagged workbook
copyTaggedWorkbook 2 params body → 200default
GET
/v2/workbooks/{workbookId}/tags
Get tags for a workbook
getWorkbookTags 3 params → 200default
DELETE
/v2/workbooks/{workbookId}/tags/{tagId}
Remove a tag from a workbook
deleteTaggedworkbook 2 params → 200default
GET
/v2/workbooks/{workbookId}/tags/{tagName}/bookmarks
List bookmarks in a tagged workbook
getTaggedWorkbookBookmarks 4 params → 200default
POST
/v2/workbooks/{workbookId}/tags/{tagName}/bookmarks/
Add a bookmark to a tagged workbook
createTaggedWorkbookBookmark 2 params body → 200default
GET
/v2/workbooks/{workbookId}/tags/{tagName}/bookmarks/{bookmarkId}
Get a bookmark in a tagged workbook
getTaggedWorkbookBookmark 3 params → 200default
PATCH
/v2/workbooks/{workbookId}/tags/{tagName}/bookmarks/{bookmarkId}
Update a bookmark in a tagged workbook
updateTaggedWorkbookBookmark 3 params body → 200default
DELETE
/v2/workbooks/{workbookId}/tags/{tagName}/bookmarks/{bookmarkId}
Delete a bookmark from a tagged workbook
deleteTaggedWorkbookBookmark 3 params → 200default
GET
/v2/workbooks/{workbookId}/version-history
Get version history for a workbook
getVersionHistory 3 params → 200default
POST
/v2/workbooks/spec
Create a workbook from a code representation (Beta)
createWorkbookSpec body → 200default
POST
/v2/workbooks/spec/verify
Verify a workbook code representation (Beta)
verifyWorkbookSpec body → 200default
POST
/v2/workbooks/tag
Tag a workbook
tagWorkbook body → 200default
GET
/v2.1/workbooks/{workbookId}/materialization-schedules
List materialization schedules for a workbook (Paginated)
v2_1_listMaterializationSchedules 3 params → 200default
GET
/v2.1/workbooks/{workbookId}/schedules
List scheduled workbook exports (Paginated)
v2_1_listWorkbookSchedules 3 params → 200default
POST
/v3alpha/workbooks/{workbookId}:swapSources
Swap workbook sources (Beta)
v3alpha_sourceSwapWorkbook 1 param body → 200default

Schemas 1750

The contract defines 1750 schemas that model the data the API accepts and returns. The most detailed are V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2 (16 properties), V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2 (16 properties), V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2 (16 properties), V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2 (16 properties). Each schema is shown below with its type and property counts.

WorkbookElement
CommonElement
DashVariables
object
DataTypes
Set a constant value for condition
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItems2
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables9
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf0Type
string
Type of condition
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Op
string
Operator
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode0
string
DataTypesOneOf9ValOneOf2Type
string
V2WorkbooksWorkbookIdGetResponsesContentApplicationJsonSchemaTagsItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DashboardSettings
object
2 properties
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSource0
object
Export one element
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2FormattingPivotHeaderStyle
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value1
object
Integer value
2 properties 2 required
workbooks_getWorkbookControls_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdConvertToReportPostRequestBodyContentApplicationJsonSchemaFormatOneOf1Unit
string
Unit for the width and height values.
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource2
object
Export multiple elements
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions6
object
No export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType3
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables12
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource0
object
Export one element
2 properties 2 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf2FormatOneOf0Layout
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions1
object
JSONL export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues3
object
Hierarchical list value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min0
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value1
object
Relative date selection, for example "Next 4 days"
3 properties 3 required
DashVariablesOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItems1
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables13
object
1 property 1 required
V2WorkbooksWorkbookIdConvertToReportPostResponsesContentApplicationJsonSchemaWarningsItemsDetailsItems
object
5 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables2
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItems
object
13 properties 13 required
V2WorkbooksWorkbookIdQueriesGetResponsesContentApplicationJsonSchemaEntriesItems
object
4 properties 1 required
V2WorkbooksWorkbookIdRestoreVersionPostResponsesContentApplicationJsonSchemaTagsItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2
object
16 properties 3 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions
Export format options
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems3
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicRecipientSettings
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables7
object
1 property 1 required
DataTypesOneOf9Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables4
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf2Type
string
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems3
object
4 properties 4 required
DashVariables14
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0Format1
object
Export options for PDF
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2AlertConfigWindow
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSourceOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdConvertToReportPostResponsesContentApplicationJsonSchemaSourceWorkbook
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2AttachmentSettings
object
2 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value3
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2AlertConfig
object
2 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItems
object
3 properties 1 required
V2WorkbooksWorkbookIdLineageElementsElementIdGetResponsesContentApplicationJsonSchemaEdgesItems
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSourceOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
workbooks_convertWorkbookToReport_Response_201
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DashboardSettingsFiltersItems
object
2 properties 2 required
DataTypesOneOf9Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1Format2
object
Export options for EXCEL documents
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value0
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource3
object
Export multiple pages
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf12Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettings
object
1 property
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0FormatOneOf0Type
string
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType5
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource1
object
Export multiple pages
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookVariant
object
Workbook variant
2 properties
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value
DataTypesOneOf9Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf0Type
string
Type of condition
DataTypesOneOf9Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf6Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSourceOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource3
object
Export multiple pages
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables5
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables12
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSourceOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
workbooks_listLineageTree_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf0Type
string
DashVariablesOneOf3ValueOneOf0Type
string
DashVariablesOneOf16Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSwapSourcesPostRequestBodyContentApplicationJsonSchemaConnectionMappingItemsPathsItems
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DashboardSettings
object
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues4
object
Date range value
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2AlertConfigWindow
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf7Type
string
workbooks_exportWorkbook_Response_200
object
4 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf1Value
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItems1
object
Null date value
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
DashVariablesOneOf8Min0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource0
object
Export multiple elements
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2Formatting
object
Export formatting options
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val
DashVariables_2
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues20
object
Number list value
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8WorkbookCloudExportOneOf0ExportFormat
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType9
string
workbooks_getWorkbookBookmarks_Response_200
object
3 properties 2 required
DashVariablesOneOf3ValueOneOf1Unit
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf11Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6CloudExport0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
DashVariablesOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value3
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdTagVersionTagCopyPostRequestBodyContentApplicationJsonSchemaCopyBookmarks
string
If set to all (available to admins only), every saved view (bookmark) applied to the workbook is copied. If set to accessible, only personal saved views and th…
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions6
object
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSource
workbooks_getTaggedWorkbookBookmarks_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf2FormatOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource2
object
Export all content
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables6
object
1 property 1 required
DashVariables2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItems
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicRecipientSettings
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8WorkbookCloudExportOneOf1ConnectionType
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max1
object
Relative date selection, for example "Next 4 days"
3 properties 3 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0Items
object
13 properties 13 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf2Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues00
object
Boolean value
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf2Type
string
V2WorkbooksWorkbookIdLineageElementsElementIdGetResponsesContentApplicationJsonSchemaEdgesItemsType
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues6
Null value
workbooks_shareWorkbookCrossOrg_Response_200
object
DashVariables7
object
2 properties 2 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems2
object
4 properties 4 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItems
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource2
object
Export multiple elements
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2WorkbookVariant
object
3 properties
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf10Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
WorkbooksListMaterializationSchedulesResponse2001
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf1Type
string
V2WorkbooksTagPostRequestBodyContentApplicationJsonSchemaSourceMappingConfigItems
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value5
object
2 properties 2 required
DashVariablesOneOf3Value0
object
2 properties 2 required
DataTypesOneOf9Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions4
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf2Format
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf5Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2FormattingPivotHeaderStyle
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf7Type
string
V2WorkbooksWorkbookIdConvertToReportPostRequestBodyContentApplicationJsonSchemaFormatOneOf1PageSize
string
Use a custom page size.
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues00
object
Boolean value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions3
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource4
object
Export all pages and elements in a workbook
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions3
object
XLSX export format options
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6CloudExportOneOf0Bq
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptions1
object
Send the export based on a condition
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdVersionHistoryGetResponsesContentApplicationJsonSchemaEntriesItemsTagsItems
object
3 properties 3 required
V2WorkbooksWorkbookIdElementsGetResponsesContentApplicationJsonSchemaEntriesItems
object
6 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
DataTypesOneOf8Type
string
workbooks_updateTaggedWorkbookBookmark_Response_200
object
5 properties 4 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions0
object
CSV export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType10
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables11
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2EmbedOpts
object
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions1
object
1 property 1 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType12
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSourceOneOf4Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6CloudExport2
object
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions5
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables12
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DashboardSettings
object
2 properties
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaSchedule
object
When to send the workbook export.
2 properties
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2Formatting
object
Export formatting options
2 properties
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value4
object
2 properties 2 required
workbooks_createWorkbookEmbed_Response_200
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSourceOneOf2Type
string
DashVariablesOneOf3Value
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value9
object
2 properties 2 required
workbooks_deleteTaggedWorkbookBookmark_Response_200
object
DataTypesOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues6
Null value
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf2Format1
object
Export options for EXCEL documents
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues3
object
Hierarchical list value
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource0
object
Export one element
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
workbooks_v2_1_listWorkbookSchedules_Response_200
object
4 properties 2 required
WorkbooksListWorkbookSchedulesResponse2000
array
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf9Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8WorkbookCloudExport0
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
DashVariables4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Mode
string
Kind of condition evaluation
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf4Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType2
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf1Type
string
Type of condition
workbooks_createTaggedWorkbookBookmark_Response_200
object
5 properties 4 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8WorkbookCloudExport
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptions1
object
2 properties 2 required
workbooks_listLineage_Response_200
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf13Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems2
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
workbooks_deleteWorkbookSchedule_Response_200
object
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2EmbedOpts
object
2 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables1
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value4
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables10
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf1Unit
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource3
object
Export multiple pages
2 properties 2 required
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItems0
object
4 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min2
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource3
object
Export multiple pages
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItems
Send based on conditions
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType6
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf13Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicRecipientSettings
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems2
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1FormatOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2Type
string
DataTypes0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf10Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions4
object
PDF export format options
2 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
DashVariablesOneOf7Type
string
V2WorkbooksWorkbookIdSwapSourcesPostRequestBodyContentApplicationJsonSchemaSourceMappingItemsColumnMappingItems
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max0
object
Fixed date selection
2 properties 2 required
workbooks_getWorkbookTags_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems0
object
2 properties 2 required
DashVariablesOneOf8MinOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions2
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables2
object
1 property 1 required
workbooks_getTaggedWorkbookBookmark_Response_200
object
5 properties 4 required
DashVariables5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1FormatOneOf0Layout
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value2
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource1
object
Export one page
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode1
string
DashVariables3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSwapSourcesPostRequestBodyContentApplicationJsonSchemaSourceMappingItems
object
4 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf3ValueItemsItems
object
Text value
2 properties 2 required
V2WorkbooksWorkbookIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsGrantee0
object
The UUID of the member receiving the grant
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables6
object
1 property 1 required
workbooks_sourceSwapWorkbook_Response_200
object
2 properties 2 required
DashVariablesOneOf17Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Layout
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf4Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItems1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf6Type
string
workbooks_postWorkbookBookmarks_Response_200
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues
Variable value
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItems1
object
Null number value
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSourceOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType13
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf2FormatOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables4
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
WorkbooksExportWorkbookRequest1
object
Export a page of a workbook
8 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8WorkbookCloudExportOneOf1ExportFormat
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf8Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf7Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsPermission
string
Permission to grant for access to the workbook.
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables2
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables8
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions3
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2Formatting
object
1 property
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DashboardSettingsFiltersItems
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value2
object
Text value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource2
object
Export multiple elements
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables11
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2AlertConfigWindow
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems2
object
6 properties 5 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2
object
16 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf13Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2
object
16 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2AttachmentSettings
object
2 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2AttachmentSettings
object
Export attachment settings
2 properties
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables9
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min
Date selection
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItems1
object
Null date value
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf2Type
string
DashVariablesOneOf12Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables13
object
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
DataTypesOneOf9Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
DashVariablesOneOf8MinOneOf1Unit
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1Type
string
workbooks_createWorkbookGrant_Response_200
object
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItems
object
Export attachment
2 properties 2 required
DashVariables8
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues63
object
Null boolean value
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource3
object
Export multiple pages
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf4Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value6
object
2 properties 2 required
DataTypesOneOf9ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables11
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaTargetItems
object
10 properties
workbooks_updateWorkbookBookmark_Response_200
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues1
object
Boolean list value
2 properties 2 required
workbooks_copyTaggedWorkbook_Response_200
object
15 properties 11 required
workbooks_restoreWorkbookVersion_Response_200
object
15 properties 11 required
DataTypes8
object
2 properties 2 required
DataTypesOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value7
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max2
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2FormattingPivotHeaderStyle
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions3
object
XLSX export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions5
object
PNG export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode1
string
DataTypesOneOf9ValOneOf3Type
string
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType1
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues60
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItemsOneOf1Type
string
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems1
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptions
Export condition options
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdEmbedsGetResponsesContentApplicationJsonSchemaEntriesItems
object
6 properties 6 required
workbooks_getWorkbook_Response_200
object
15 properties 11 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition2
object
If a condition is met
6 properties 5 required
V2WorkbooksWorkbookIdMaterializationSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsSchedule
object
2 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value2
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables9
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues63
object
Null boolean value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptions3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource0
object
Export one element
2 properties 2 required
workbooks_listWorkbookSchedules_Response_200
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource2
object
Export multiple elements
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions4
object
3 properties 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSourceOneOf1Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems1
object
2 properties 2 required
DashVariablesOneOf8Type
string
V2WorkbooksWorkbookIdConvertToReportPostRequestBodyContentApplicationJsonSchemaFormat1
object
A custom page size, in pixels, inches, or centimeters.
4 properties 4 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Type
string
workbooks_listWorkbookEmbeds_Response_200
object
4 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2AlertConfig
object
2 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf0Type
string
workbooks_listMaterializationSchedules_Response_200
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions
Export format options
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues
Variable value
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value1
object
2 properties 2 required
DashVariablesOneOf3ValueOneOf1Type
string
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems7
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksTagPostRequestBodyContentApplicationJsonSchemaSourceMappingConfigItemsPathsItems
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max
Date selection
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues02
object
Text value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2
object
16 properties 3 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptions
Export condition options
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables10
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables3
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value
Column value
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptions0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf1Type
string
workbooks_postWorkbookSchedule_Response_200
object
13 properties 13 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf7Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions5
object
PNG export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions3
object
1 property 1 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType7
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2AttachmentSettings
object
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables11
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettings
object
1 property
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2WorkbookVariant
object
3 properties
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf5Type
string
WorkbooksListMaterializationSchedulesResponse2000
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdBookmarksGetResponsesContentApplicationJsonSchemaEntriesItems
object
5 properties 4 required
V2WorkbooksWorkbookIdEmbedsPostRequestBodyContentApplicationJsonSchemaEmbedType
string
Defines the visibility and access control of the embed. Choose public for open access.
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicRecipientSettings
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource0
object
Export one element
2 properties 2 required
workbooks_getWorkbookSchema_Response_200
object
8 properties 8 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptions1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions2
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value4
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues22
object
Date list value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value
Date selection
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables5
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource4
object
Export all pages and elements in a workbook
1 property 1 required
DashVariables17
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource4
object
Export all pages and elements in a workbook
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdEmbedsGetResponsesContentApplicationJsonSchemaEntriesItemsSourceType
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DashboardSettingsFiltersItems
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2AlertConfig
object
2 properties 1 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0Format0
object
Export options for csv, json, jsonl, xlsx
1 property 1 required
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItemsOneOf1Type
string
Dataset (deprecated)
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicRecipientSettings
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf5Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables12
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf4Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues21
object
Text list value
2 properties 2 required
DataTypesOneOf5Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2AlertConfigWindow
string
V2WorkbooksWorkbookIdPagesGetResponsesContentApplicationJsonSchemaEntriesItems
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions4
object
PDF export format options
2 properties 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf3ValueItemsItems
object
Text value
2 properties 2 required
workbooks_deleteMaterializationSchedule_Response_200
object
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptions1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues2
List value
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1Format
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions0
object
CSV export format options
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf6Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1FormatOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions1
object
JSONL export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf13Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf1Unit
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions6
object
No export format options
1 property 1 required
workbooks_deleteWorkbookEmbeds_Response_200
object
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource1
object
Export one page
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdVersionHistoryGetResponsesContentApplicationJsonSchemaEntriesItems
object
4 properties 3 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf1Type
string
DashVariablesOneOf8MaxOneOf0Type
string
DataTypes1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource0
object
Export multiple elements
2 properties 2 required
workbooks_getWorkbookColumns_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value7
object
2 properties 2 required
DashVariablesOneOf11Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables4
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf7Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value5
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables4
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf9Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
workbooks_v2_1_listMaterializationSchedules_Response_200
object
4 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value8
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems0
object
2 properties 2 required
V2WorkbooksPostResponsesContentApplicationJsonSchemaTagsItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
DashVariables1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value1
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions2
object
1 property 1 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems4
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf7Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsSchedule
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables13
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItems0
object
Number value
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems0
object
4 properties 4 required
DashVariablesOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2AttachmentSettings
object
2 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaSchedule
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DashboardSettings
object
2 properties
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2AttachmentSettings
object
Export attachment settings
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2AttachmentSettings
object
2 properties
DashVariables13
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItems
object
Export attachment
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf11Type
string
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItemsOneOf0Type
string
workbooks_listWorkbooks_Response_200
object
4 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2FormattingPivotHeaderStyle
string
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues60
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItems0
object
Number value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2WorkbookVariant
object
3 properties
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItems0
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables7
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value4
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSource3
object
Export multiple pages
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2AlertConfig
object
2 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value2
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions4
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf1Unit
string
V2WorkbooksWorkbookIdEmbedsPostRequestBodyContentApplicationJsonSchemaSourceType
string
Specifies the scope of the embed: "workbook" for the entire workbook, "page" for a single page, or "element" for a specific element within the workbook.
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdCopyPostResponsesContentApplicationJsonSchemaTagsItems
object
5 properties 5 required
DashVariablesOneOf7Value
object
3 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems8
object
2 properties 2 required
V2WorkbooksWorkbookIdConvertToReportPostRequestBodyContentApplicationJsonSchemaFormatOneOf0PageSize
string
A standard page-size preset.
V2WorkbooksWorkbookIdSwapSourcesPostRequestBodyContentApplicationJsonSchemaSourceMappingItemsColumnMappingItemsFromColumn
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems
DataTypesOneOf9ValOneOf0Type
string
workbooks_getWorkbookMaterialization_Response_200
object
6 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value1
object
Relative date selection, for example "Next 4 days"
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
DashVariablesOneOf8Max1
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2AlertConfigWindow
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions1
object
JSONL export format options
1 property 1 required
workbooks_deleteWorkbookBookmarks_Response_200
object
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItems
DashVariablesOneOf3Value1
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions6
object
No export format options
1 property 1 required
V2WorkbooksWorkbookIdConvertToReportPostResponsesContentApplicationJsonSchemaWarningsItemsDetailsItemsParent
object
The unsupported parent that caused this element to drop, if applicable.
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode1
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptions1
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItems2
object
6 properties 5 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptions
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0FormatOneOf1Layout
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues01
object
Number value
2 properties 2 required
DashVariablesOneOf0Type
string
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType
Value of the control
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8WorkbookCloudExportOneOf0ConnectionType
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min
Date selection
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptions2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions3
object
XLSX export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf5Type
string
V2WorkbooksWorkbookIdLineageElementsElementIdGetResponsesContentApplicationJsonSchemaDependencies3
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf6Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf10Type
string
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItems2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsSchedule
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItems0
object
Text value
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItems
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType0
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptions2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems0
object
1 property 1 required
V2WorkbooksWorkbookIdLineageElementsElementIdGetResponsesContentApplicationJsonSchemaDependencies1
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptions1
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdTagsGetResponsesContentApplicationJsonSchemaEntriesItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource2
object
Export all content
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptions
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConfig
object
5 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables10
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2Formatting
object
1 property
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptions3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptions1
object
Send the export based on a condition
2 properties 2 required
DashVariables10
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptions2
object
JSON export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource0
object
Export one element
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Type
string
DataTypesOneOf9ValOneOf5Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf8WorkbookCloudExport1
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues01
object
Number value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdColumnsGetResponsesContentApplicationJsonSchemaEntriesItemsType
object
The column's data type, represented as a recursive type object.
DashVariables16
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables10
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf13Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource4
object
Export all pages and elements in a workbook
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf6Type
string
WorkbooksExportWorkbookRequest0
object
Export a specific element
8 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value0
object
Boolean value
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptions0
object
Always send the export
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfig
object
[Deprecated] Configuration settings for the export.
8 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptions0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsGrantee
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions3
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf5Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdCopyPostRequestBodyContentApplicationJsonSchemaCopyBookmarks
string
If set to all (available to admins only), every saved view (bookmark) applied to the workbook is copied. If set to accessible, only personal saved views and th…
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition1
object
If there's data
2 properties 2 required
DataTypesOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems2
object
6 properties 5 required
DataTypes6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Mode
string
Kind of condition evaluation
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues03
object
Date value
2 properties 2 required
workbooks_createMaterializationSchedule_Response_201
object
6 properties 6 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables8
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaSuspensionAction
string
Action to take on the schedule. Use pause to pause the schedule and resume to resume the schedule.
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf3Type
string
workbooks_getElementColumns_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaSchedule
object
When to send the workbook export.
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables12
object
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf6Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Op
string
Operator
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf11Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max1
object
Relative date selection, for example "Next 4 days"
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues62
object
Null text value
1 property 1 required
DataTypesOneOf9Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables5
object
1 property 1 required
DashVariables12
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues61
object
Null number value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf11Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSource1
object
Export one page
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value
Column value
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource2
object
Export multiple elements
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItems0
object
Text value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf2Type
string
V2WorkbooksWorkbookIdTagVersionTagCopyPostResponsesContentApplicationJsonSchemaTagsItems
object
5 properties 5 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems6
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables8
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2EmbedOpts
object
2 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
DashVariablesOneOf8MinOneOf1Type
string
DashVariablesOneOf8Max0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksGetResponsesContentApplicationJsonSchemaEntriesItems
object
15 properties 11 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItems
object
13 properties 13 required
DashVariablesOneOf4Type
string
DashVariablesOneOf3Type
string
V2WorkbooksTagPostRequestBodyContentApplicationJsonSchemaDataModelSourceTaggedVersionsItems
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf10Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues21
object
Text list value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Type
string
DashVariables6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItems
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSourceOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value3
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItems
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf12Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf12Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min1
object
Relative date selection, for example "Next 4 days"
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2FormattingPivotHeaderStyle
string
DashVariablesOneOf10Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdTagsTagNameBookmarksGetResponsesContentApplicationJsonSchemaEntriesItems
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Type
string
workbooks_updateWorkbookSchedule_Response_200
object
13 properties 13 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItemsOneOf1Type
string
workbooks_exportWorkbook_Request
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf2Format0
object
Export options for PDF documents
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions5
object
3 properties 1 required
DataTypes7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0FormatOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max
Date selection
workbooks_deleteTaggedworkbook_Response_200
object
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSourceOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions3
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition0
object
If there's no data
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf0Type
string
V2WorkbooksWorkbookIdLineageElementsElementIdGetResponsesContentApplicationJsonSchemaDependencies0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2
object
Configuration settings for the export schedule.
11 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value0
object
1 property 1 required
DataTypes5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues22
object
Date list value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptions
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItems2
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value8
object
2 properties 2 required
workbooks_getElementQuery_Response_200
object
4 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value4
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0Format
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6CloudExport
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItems1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptions0
object
Always send the export
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf3ValueItemsItemsType
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource4
object
Export all pages and elements in a workbook
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition1
object
If there's data
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2Type
string
V2WorkbooksWorkbookIdColumnsGetResponsesContentApplicationJsonSchemaEntriesItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues5
object
Number range value
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value8
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdConvertToReportPostResponsesContentApplicationJsonSchemaWarningsItems
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max0
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf0Type
string
WorkbooksListWorkbookSchedulesResponse2001
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value0
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1Format1
object
Export options for PNG documents
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf0Type
string
V2WorkbooksWorkbookIdPagesPageIdElementsGetResponsesContentApplicationJsonSchemaEntriesItems
object
6 properties 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables5
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItems1
object
Null number value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions4
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptions2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf0Type
string
DashVariablesOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettings
object
1 property
DashVariablesOneOf14Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettings
object
1 property
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItems0
object
2 properties 2 required
V21WorkbooksWorkbookIdMaterializationSchedulesGetResponsesContentApplicationJsonSchemaEntriesItems
object
6 properties 6 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf1Type
string
DashVariablesOneOf8Max
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource
Workbook export source options
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItemsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues1
object
Boolean list value
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource1
object
Export multiple pages
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2Formatting
object
1 property
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions2
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value4
object
2 properties 2 required
DataTypesOneOf9Val3
object
2 properties 2 required
DashVariables9
object
3 properties 3 required
V2WorkbooksWorkbookIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItems
object
3 properties 2 required
V2WorkbooksWorkbookIdSchemaGetResponsesContentApplicationJsonSchemaSqlQueryErrors
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Max2
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf0Type
string
workbooks_listWorkbookElements_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf5Type
string
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType8
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value2
object
2 properties 2 required
DataTypes9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables8
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value7
object
2 properties 2 required
DataTypes_2
Set a constant value for condition
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource1
object
Export one page
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf3ValueItemsItemsType
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf12Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min2
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdLineageElementsElementIdGetResponsesContentApplicationJsonSchemaDependencies
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0Format2
object
Export options for PNG
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode1
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksGetResponsesContentApplicationJsonSchemaEntriesItemsTagsItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1FormatOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val
workbooks_deleteWorkbookGrant_Response_200
object
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsWorkbookExportSource
Workbook export source options
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf4Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions1
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdConvertToReportPostRequestBodyContentApplicationJsonSchemaFormatOneOf0Layout
string
Page orientation. Defaults to portrait.
V2WorkbooksWorkbookIdLineageElementsElementIdGetResponsesContentApplicationJsonSchemaDependencies2
object
3 properties 3 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6CloudExportOneOf2Rs
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptions3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItems0
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables10
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems2
object
6 properties 5 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value1
object
2 properties 2 required
DashVariables0
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables9
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2WorkbookVariant
object
3 properties
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItemsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2AlertConfig
object
2 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf1Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value7
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables8
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value3
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf1Unit
string
DashVariablesOneOf8Min1
object
3 properties 3 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdElementsElementIdMaterializationSchedulesPostResponsesContentApplicationJsonSchemaSchedule
object
2 properties
workbooks_copyWorkbook_Response_200
object
15 properties 11 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min1
object
Relative date selection, for example "Next 4 days"
3 properties 3 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DashboardSettingsFiltersItems
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf3Type
string
DataTypesOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables2
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf5Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf0Type
string
DashVariablesOneOf15Type
string
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType4
string
V2WorkbooksWorkbookIdGrantsPostRequestBodyContentApplicationJsonSchemaGrantsItemsGrantee1
object
The UUID of the team receiving the grant
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues03
object
Date value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2EmbedOpts
object
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions2
object
JSON export format options
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptions3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues02
object
Text value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions5
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions3
object
1 property 1 required
WorkbooksExportWorkbookRequest2
object
Export an entire workbook
7 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues62
object
Null text value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Type
string
DashVariablesOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItems
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptions
V2WorkbooksWorkbookIdElementsElementIdMaterializationSchedulesPatchResponsesContentApplicationJsonSchemaSchedule
object
2 properties
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
workbooks_listWorkbookPages_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues2
List value
DataTypesOneOf9ValOneOf6Type
string
V2WorkbooksWorkbookIdElementsElementIdColumnsGetResponsesContentApplicationJsonSchemaEntriesItems
object
4 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions2
object
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf0Type
string
DataTypesOneOf9ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DashboardSettingsFiltersItems
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions4
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2Formatting
object
1 property
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsSchedule
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode0
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value0
object
1 property 1 required
DataTypesOneOf9Val
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSource2
object
Export multiple elements
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions2
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf8Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf1Format0
object
Export options for PDF documents
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value2
object
Null date value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions2
object
JSON export format options
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables2
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables4
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptions
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2WorkbookVariant
object
3 properties
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions5
object
3 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf3Type
string
workbooks_createWorkbook_Response_200
object
15 properties 11 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables7
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdElementsElementIdColumnsGetResponsesContentApplicationJsonSchemaEntriesItemsType
object
The column's data type, represented as a recursive type object.
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItems3
object
4 properties 4 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaSchedule
object
2 properties 2 required
workbooks_sendWorkbook_Response_200
object
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettings
object
Workbook settings
1 property
DataTypes4
object
2 properties 2 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItemsOneOf1Type
string
DashVariablesOneOf15Value
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition
DataTypes2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables3
object
1 property 1 required
DashVariablesOneOf13Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables5
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSourcesGetResponsesContentApplicationJsonSchemaItemsOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode
workbooks_tagWorkbook_Response_200
object
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value0
object
Boolean value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MinOneOf1Type
string
V2WorkbooksWorkbookIdSwapSourcesPostRequestBodyContentApplicationJsonSchemaSourceMappingItemsMetricMappingItems
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf3Type
string
V2WorkbooksWorkbookIdExportPostRequestBodyContentApplicationJsonSchemaOneOf0FormatOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value9
object
2 properties 2 required
DataTypesOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigFormatOptionsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V21WorkbooksWorkbookIdMaterializationSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsSchedule
object
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf0Type
string
V2WorkbooksWorkbookIdConvertToReportPostResponsesContentApplicationJsonSchemaConvertedReport
object
14 properties 11 required
DataTypesOneOf4Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2Formatting
object
1 property
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf4Type
string
DashVariablesOneOf8Min
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Type
string
Type of condition
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables0
object
1 property 1 required
V2WorkbooksWorkbookIdConvertToReportPostRequestBodyContentApplicationJsonSchemaFormat0
object
A standard page-size preset (letter, a4, legal, or a3).
2 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2ValueItemsOneOf0Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6CloudExportOneOf1Sf
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables11
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsWorkbookExportSource1
object
Export one page
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions6
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
workbooks_getVersionHistory_Response_200
object
3 properties 2 required
DashVariablesOneOf17ValueItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2FormattingPivotHeaderStyle
string
Style of pivot table headers
workbooks_listWorkbookQueries_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdConvertToReportPostRequestBodyContentApplicationJsonSchemaFormat
Page size and orientation for the report. Defaults to letter portrait.
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptions
V2WorkbooksWorkbookIdSwapSourcesPostRequestBodyContentApplicationJsonSchemaConnectionMappingItems
object
4 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues61
object
Null number value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4Min0
object
Fixed date selection
2 properties 2 required
V2WorkbooksWorkbookIdElementsElementIdMaterializationSchedulesPatchRequestBodyContentApplicationJsonSchemaSchedule
object
When to run the materialization.
2 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2NotificationAttachmentsItemsFormatOptions5
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables7
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value4
object
2 properties 2 required
V2WorkbooksWorkbookIdMaterializationSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItems
object
6 properties 6 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value9
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf3Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems2
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Type
string
Type of condition
DataTypes3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DashboardSettings
object
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions4
object
PDF export format options
2 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2EmbedOpts
object
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value2
object
Text value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf10Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value7
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItems0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf1Type
string
workbooks_listWorkbookPageElements_Response_200
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables1
object
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode
DashVariables15
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSource4
object
Export all pages and elements in a workbook
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems4
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0ValueItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf4Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSwapSourcesPostRequestBodyContentApplicationJsonSchemaSourceMappingItemsColumnMappingItemsToColumn
workbooks_materializeWorkbookElement_Response_200
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItems
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptions4
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables3
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val6
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
DataTypesOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItems0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsFormatOptionsOneOf5Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItemsOneOf2Mode
string
Check condition
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf1Unit
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf1Type
string
Type of condition
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf6OneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2
object
16 properties 3 required
V2WorkbooksWorkbookIdMaterializationSchedulesGetResponsesContentApplicationJsonSchemaOneOf0EntriesItemsSchedule
object
2 properties
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value9
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf1Value
object
3 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItems
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaTargetItems
object
10 properties
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues4
object
Date range value
3 properties 3 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value0
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf2Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItemsOneOf6CloudExport1
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItemsOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions0
object
CSV export format options
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariablesOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1Type
string
V2WorkbooksWorkbookIdConvertToReportPostResponsesContentApplicationJsonSchemaConvertedReportTagsItems
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf4MaxOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val
DashVariablesOneOf8MaxOneOf1Unit
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariables
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition2
object
If a condition is met
6 properties 5 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItems0
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables9
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItems1
object
Null text value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1Condition0
object
If there's no data
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues0
Scalar value
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf1ValueItems1
object
Null text value
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2NotificationAttachmentsItemsWorkbookExportSourceOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2FormattingPivotHeaderStyle
string
Style of pivot table headers
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Value
Date selection
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues20
object
Number list value
2 properties 2 required
V2WorkbooksWorkbookIdMaterializationSchedulesGetResponsesContentApplicationJsonSchemaOneOf0EntriesItems
object
6 properties 6 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf0Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariables7
object
1 property 1 required
workbooks_saveTemplateFromWorkbook_Response_200
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdControlsGetResponsesContentApplicationJsonSchemaEntriesItemsValueType11
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookVariant
object
Workbook variant
2 properties
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions5
object
PNG export format options
1 property 1 required
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaTargetsItems7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3ValueOneOf1Unit
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettings
object
Workbook settings
1 property
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables3
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues0
Scalar value
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Mode
DashVariables11
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value8
object
2 properties 2 required
V2WorkbooksWorkbookIdLineageGetResponsesContentApplicationJsonSchemaEntriesItems5
object
5 properties 5 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf6Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf0Type
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val5
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf5Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSourceOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf1Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value0
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItemsFormatOptions5
object
3 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Mode1
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionOneOf2Value1
object
Integer value
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables3
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf1ConditionsItems0
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf1Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariables13
object
1 property 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8ValOneOf2Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf3Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Value3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf5Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2ValueOneOf8Val4
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value5
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2NotificationAttachmentsItems
object
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2DynamicExportSettingsVariablesOneOf12Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value7
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf2OneOf0Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValues5
object
Number range value
3 properties 1 required
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Value1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Mode0
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchRequestBodyContentApplicationJsonSchemaConfigV2WorkbookSettingsControlValuesOneOf0OneOf3Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsSource1
object
Export one page
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf8Val3
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2ExportAttachmentsItemsFormatOptions
Export format options
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptions2
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2DynamicExportSettingsVariables13
object
1 property 1 required
V2WorkbooksWorkbookIdSchedulesPostRequestBodyContentApplicationJsonSchemaConfigV2
object
Configuration settings for the export schedule.
11 properties 3 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptions2
object
2 properties 2 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Type
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf0ItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Op
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf7Type
string
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettings
object
1 property
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2ConditionOptions3
object
2 properties 2 required
V2WorkbooksWorkbookIdElementsElementIdMaterializationSchedulesPostRequestBodyContentApplicationJsonSchemaSchedule
object
When to run the materialization.
2 properties 1 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2DynamicExportSettingsVariablesOneOf9Type
string
DashVariablesOneOf8MaxOneOf1Type
string
workbooks_getWorkbookBookmark_Response_200
object
5 properties 4 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf11Type
string
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf2ConditionsItemsOneOf2Op
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaAttachmentsItemsFormatOptionsOneOf4Layout
string
V2WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaOneOf1EntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2Value1
object
2 properties 2 required
workbooks_patchMaterializationSchedule_Response_200
object
6 properties 6 required
V21WorkbooksWorkbookIdSchedulesGetResponsesContentApplicationJsonSchemaEntriesItemsConfigV2ConditionOptionsOneOf1ConditionsItemsOneOf2ValueOneOf8Val1
object
2 properties 2 required
V2WorkbooksWorkbookIdSchedulesPostResponsesContentApplicationJsonSchemaConfigV2ConditionOptionsOneOf3ConditionsItemsOneOf2ValueOneOf9Type
string
V2WorkbooksWorkbookIdSendPostRequestBodyContentApplicationJsonSchemaConditionsItemsOneOf2Op
string
Operator
V2WorkbooksWorkbookIdSchedulesScheduleIdPatchResponsesContentApplicationJsonSchemaConfigV2DynamicExportSettingsVariablesOneOf5Type
string

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

sigma-computing-workbooks-api-openapi.yml Raw ↑

Other APIs Sigma Computing publishes across the network.

Sigma MCP Server
Sigma Embed API
Sigma Computing Account Types API
Sigma Computing API Connectors API
Sigma Computing API Credentials API
Sigma Computing Auth API
Sigma Computing Connections API
Sigma Computing Credentials API
Sigma Computing Data Models API
Sigma Computing Datasets API
Sigma Computing Deployment Policies API
Sigma Computing Favorites API
Where this information came from

This is an independent, third-party profile of Sigma Computing Workbooks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.