Views
Views are composed of columns and pseudo columns. Views are similar to tables in the way that data is represented; however, views do not support updates. Entities that are represented as views are typically read-only entities. Often, a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it were a normal table, and the data that comes back is similar in that regard.
Dynamic views, such as queries exposed as views, and views for looking up specific combinations of project_team work items are supported.
CData JDBC Driver for Monday Views
| Name | Description |
| ActivityLogs | The board log events. |
| Assets | Get a collection of assets by ids. |
| BoardItemsInternal | Get a collection of board and item IDs. This view is for internal usage only. |
| Boards | Get a collection of boards. |
| BoardViews | The board's views. |
| Columns | The board's visible columns. |
| ColumnValues | The item's column values. |
| Groups | The board's visible groups. |
| Items | Get a collection of items. |
| Tags | Get a collection of tags. |
| Teams | Get a collection of teams. |
| Updates | Get a collection of updates. |
| Users | Get a collection of users. |