Create a workbook

POST

Creates a workbook and adds it to a space

Headers

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
namestringRequired

The name of the Workbook.

labelslist of stringsOptional

An optional list of labels for the Workbook.

spaceIdstringOptional

Space to associate with the Workbook.

environmentIdstringOptional

Environment to associate with the Workbook

namespacestringOptional

Optional namespace to apply to the Workbook.

sheetslist of objectsOptional

Sheets to create on the Workbook.

actionslist of objectsOptional

Actions to create on the Workbook.

settingsobjectOptional

The Workbook settings.

metadataanyOptional

Metadata for the workbook

treatmentslist of "EXTRACTED_FROM_SOURCE" or "SMALL_DATA"Optional
Allowed values: EXTRACTED_FROM_SOURCESMALL_DATA

Treatments for the workbook

Response

This endpoint returns an object.
dataobject

A collection of one or more sheets

Errors