Get board

View as Markdown

Returns the whole board in one call: its own attributes, its tabs in position order with each tab’s widgets nested, and the filters declared across those widgets. Tabs and widgets are parts of a board rather than separately addressable resources, so there is no endpoint to fetch them on their own.

Path parameters

org_idstringRequired
Organization ID
workspace_idstringRequired
Workspace ID
board_idstringRequiredformat: "uuid"

Headers

X-API-KeystringRequired
Your workspace API key.

Response

Successful Response
idstringformat: "uuid"

Board identifier, used as {board_id} in every nested route

namestring
Board display name
created_byobject
Actor that created the board
created_atdatetime
Creation time, UTC, RFC 3339
updated_byobject
Actor that last changed the board or anything on it
updated_atdatetime
Last change time, UTC, RFC 3339
tabslist of objects
The board's tabs in position order, each with its widgets nested
filterslist of objects
Every filter token declared by this board's widgets, in display order
tagstring or nullOptional
The board's grouping tag, or null when untagged

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error