Information Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Monday APIs.
Key Features
- The driver models Monday entities as relational views and tables, allowing you to write SQL to query and modify Monday data.
- Stored procedures allow you to execute operations to Monday
- Live connectivity to these objects means any changes to your account are reflected when using the driver.
Tables
Tables are tables that can be modified.
Views
Views are tables that cannot be modified. Typically, model data that is read-only and cannot be updated are shown as views.
Stored Procedures
Stored Procedures are function-like interfaces to the data source.