Queries
/boards
boards
Get a collection of boards.
Arguments
board_kindBoardKind
The board's kind (public / private / share)ids[ID!]Required
A list of boards unique identifiers.latestBoolean
Boolean that brings the latest datalimitIntDefaults: 25
Number of items to get, the default is 25.order_byBoardsOrderBy
Property to order by (created_at / used_at).pageIntDefaults: 1
Page number to get, starting at 1.stateStateDefaults: 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