Workspace Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Monday APIs.
Key Features
- The add-in models Monday entities as 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 add-in.
Tables
Tables are tables that can be modified.
Stored Procedures
Stored Procedures are function-like interfaces to the data source.