Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to APIs.
Key Features
- The adapter models entities like documents, folders, and groups as relational views, allowing you to write SQL to query data.
- Stored procedures allow you to execute operations to
- Live connectivity to these objects means any changes to your account are immediately reflected when using the adapter.
Tables
Tables describes the available tables. Tables are statically defined to model entities such as RequestApprovals, RequestComments, and RequestParticipants.
Views
Views describes the available views. Views are statically defined to model entities such as Users, Organizations, and ServiceDesks.
Stored Procedures
Stored Procedures are function-like interfaces to . Stored procedures allow you to execute operations to , including downloading documents and moving envelopes.