Queries
/boards
boards
Get a collection of boards.
Arguments
board_kind
BoardKind
The board's kind (public / private / share)ids
[ID!]
Required
A list of boards unique identifiers.latest
Boolean
Boolean that brings the latest datalimit
Int
Defaults: 25
Number of items to get, the default is 25.order_by
BoardsOrderBy
Property to order by (created_at / used_at).page
Int
Defaults: 1
Page number to get, starting at 1.state
State
Defaults: active
The state of the board (all / active / archived / deleted), the default is active.workspace_ids
[ID]
A list of workspace ids the boards are contained in.
Returns
- Get a collection of boards.
query boards($ids: [ID!]) { boards(ids: $ids) { # boards fields } }
Built with