Queries
/
items_page_by_column_values

items_page_by_column_values

Search items by multiple columns and values.

Arguments

  • board_id
    ID!
    Required
    The board's unique identifier.
  • columns
    [ItemsPageByColumnValuesQuery!]
    Required
    One or more columns, and their values to search items by.
  • cursor
    String
    An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets.
  • limit
    Int!
    Required
    Defaults: 25
    The maximum number of items to fetch in a single request. Use this to control the size of the result set and manage pagination. Maximum: 500.

Returns

query items_page_by_column_values($board_id: ID!, $columns: [ItemsPageByColumnValuesQuery!], $limit: Int! = "25") {
items_page_by_column_values(
board_id: $board_id
columns: $columns
limit: $limit
) {
# items_page_by_column_values fields
}
}
itemsme
Built with