Workbooks

Create a workbook

POST
Creates a workbook and adds it to a space

Request

This endpoint expects an object.
name
stringRequired
The name of the Workbook.
labels
list of stringsOptional
An optional list of labels for the Workbook.
spaceId
stringOptional
Space to associate with the Workbook.
environmentId
stringOptional
Environment to associate with the Workbook
namespace
stringOptional
Optional namespace to apply to the Workbook.
sheets
list of objectsOptional
Sheets to create on the Workbook.
actions
list of objectsOptional
Actions to create on the Workbook.
settings
objectOptional
The Workbook settings.
metadata
anyOptional
Metadata for the workbook
treatments
list of enumsOptional
Treatments for the workbook
Allowed values: EXTRACTED_FROM_SOURCE

Response

This endpoint returns an object
data
object
A collection of one or more sheets

Errors