List canvas areas

Returns a list of canvas areas filtered by canvas, space, or environment

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Query parameters

canvasIdstringOptional
ID of the canvas to filter areas by
parentIdstringOptional
ID of the parent canvas area to filter by
spaceIdstringOptional
ID of the space to filter areas by
environmentIdstringOptional
ID of the environment to filter areas by
pageSizeintegerOptional

Number of areas to return in a page (default 20)

pageNumberintegerOptional
Based on pageSize, which page of areas to return

Response

This endpoint returns an object.
datalist of objects
paginationobjectOptional
pagination info

Errors