Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to Quickbase APIs.
Key Features
- The add-in models Quickbase entities like documents, folders, and groups as relational views, allowing you to write SQL to query Quickbase data.
- Stored procedures allow you to execute operations to Quickbase
- Live connectivity to these objects means any changes to your Quickbase account are immediately reflected when using the add-in.
Tables
Tables are automatically determined from the Quickbase.
Views
Views will be listed for table reports if IncludeTableReports is set to true.
Stored Procedures
Stored Procedures are function-like interfaces to Quickbase. Stored procedures allow you to execute operations to Quickbase, including downloading documents and moving envelopes.