AuditLog 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, allowing you to write SQL to query 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.
Views
Views are tables that cannot be modified. Typically, model data that is read-only and cannot be updated are shown as views.