Objects
/Group
Group
A group of items in a board.
Fields
archivedBoolean
Is the group archived or not.colorString!Required
The group's color.deletedBoolean
Is the group deleted or not.idID!Required
The group's unique identifier.items_pageItemsResponse!Required
The items in the group.cursorString
An opaque token representing the position in the result set from which to resume fetching items. Use this to paginate through large result sets.limitInt!RequiredDefaults: 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.query_paramsItemsQuery
A set of parameters to filter, sort, and control the scope of the items query. Use this to customize the results based on specific criteria.groups[ItemsQueryGroup!]Required
A list of rule groupsids[ID!]Required
A list of item IDs to fetch. Use this to fetch a specific set of items by their IDs. Max: 100 IDsoperatorItemsQueryOperatorDefaults: and
The operator to use for the query rules or rule groupsorder_by[ItemsQueryOrderBy!]Required
rules[ItemsQueryRule!]Required
A list of rules
positionString!Required
The group's position in the board.titleString!Required
The group's title.
Built with