Get canvases

post

/api/20210901/catalog/workbooks/{id}/actions/getCanvases

Get a list of canvases for workbook with a given id.

Request

Path Parameters
Supported Media Types
Request Body - */* ()
Root Schema : schema
Type: string
Allowed Values: [ "" ]
Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : WorkbookCanvases
Type: object
Show Source
Nested Schema : presentCanvases
Type: array
Show Source
Nested Schema : visualizeCanvases
Type: array
Show Source
Nested Schema : WorkbookPresentCanvas
Match All
Show Source
Nested Schema : WorkbookCanvas
Type: object
Show Source
Nested Schema : WorkbookPresentCanvas-allOf[1]
Type: object
Show Source

400 Response

Bad Request (invalid query parameters, malformed headers, and so on).
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized (missing or expired credentials, and so on).
Body ()
Root Schema : Error
Type: object
Show Source

403 Response

Forbidden (missing permissions for operation, request denied for unspecified reason, and so on).
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found. The requested resource was not found.
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Internal Server Error. The server encountered an unexpected condition preventing fulfilment of the request.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top