Workbooks

List workbooks

GET
Returns all workbooks matching a filter for an account or space

Query parameters

spaceIdstringOptional
The associated Space ID of the Workbook.
namestringOptional
Filter by name. Precede with - to negate the filter
namespacestringOptional
Filter by namespace. Precede with - to negate the filter
labelstringOptional
Filter by label. Precede with - to negate the filter
treatmentstringOptional
Filter by treatment.
includeSheetsbooleanOptional
Include sheets for the workbook (default true)
includeCountsbooleanOptional

Include counts for the workbook. DEPRECATED Counts will return 0s. Use GET /sheets/:sheetId/counts

Response

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

Errors