Learn about the other types used reading filtered items data using the platform API
The monday.com items_page API enables you to read items on a board using expressive filters.
Each of the object types described below represents a specific aspect of a filter. They can be provided as arguments to define a filtered items query.
ItemsQuery
An object containing a set of parameters to filter, sort, and control the scope of the query.
Field | Description | Enum Values | Supported Fields |
|---|---|---|---|
groups | The group rules and attributes to filter your queries. | groups | |
ids | The specific item IDs to return. The maximum is 100. | ||
operator | The conditions between query rules. The default is |
| |
order_by | The attributes to sort results by. | column_id | |
rules | The rules to filter your queries. | column_id |
ItemsQueryGroup
An object containing the group rules.
Field | Description | Enum Values | Supported Fields |
|---|---|---|---|
groups | The group rules and attributes to filter your queries. | groups | |
operator | The conditions between query rules. The default is |
| |
rules | The rules to filter your queries. | column_id |
ItemsQueryOrderBy
An object containing the attributes to sort results by.
Field | Description | Enum Values |
|---|---|---|
column_id | The unique identifier of the column to filter or sort by. You can also enter | |
direction | The direction to sort items in. The default is asc. |
|
ItemsQueryRule
An object containing the rules to filter your queries.
Field | Description | Enum Values |
|---|---|---|
column_id | The unique identifier of the column to filter by. | |
compare_attribute | The comparison attribute. You can find the supported attributes for each column type in the column types reference. Most columns don't have a | |
compare_value | The column value to filter by. This can be a | |
operator | The condition for value comparison. The default is |
|
