The monday.com items_page_by_column_values API lets you query items based on predefined column values.
The object types below provide additional data structures used across the itmes page by column values API’s CRUD operations. They extend the core types documented in the main items_page_by_column_values reference and are used to retrieve detailed column information.
ItemsPageByColumnValuesQuery
An object containing the fields used to filter items by specific column values.
| Field | Description |
|---|---|
column_id String! | The IDs of the specific columns to return results for. |
column_values [String]! | The column values to filter items by. |
