Create

POST

Creates a new workbook. The workbook will be associated with the provided run. If the run does not exist, a RunNotFound error will be thrown.

Request

This endpoint expects an object.
titlestringRequired
descriptionstringRequired
isDraftbooleanRequired
stateAsJsonstringRequired
layoutobjectRequired
notebookTypeenumOptional
Allowed values: WORKBOOKCOMPARISON_WORKBOOK

Optional for backcompatibility. Default is a normal workbook.

chartslist of objectsOptional
runRidstringOptional

deprecated. Use dataScope instead

dataScopeobjectOptional

Optional for back-compatibility.

contentobjectOptional
contentV2objectOptional

Optional for backcompatibility

Response

This endpoint returns an object.
ridstring
snapshotRidstring
snapshotAuthorRidstring
snapshotCreatedAtdatetime
metadataobject
stateAsJsonstring
layoutobject
contentV2object
chartslist of objectsOptional
contentobjectOptional
Built with