データモデル
Overview
This section shows the available API objects and provides more information on executing SQL to Cvent APIs.
Key Features
- The 本製品 models Cvent entities as relational views, allowing you to write SQL to query Cvent data.
- Stored procedures allow you to execute operations to Cvent.
- Live connectivity to these objects means any changes to your Cvent account are immediately reflected when using the 本製品.
Tables
テーブル expose Cvent entities like events, contacts, and sessions.
Views
ビュー are read-only tables that expose Cvent entities like emails, budget totals, and event questions.
Stored Procedures
ストアドプロシージャ are function-like interfaces to Cvent. Stored procedures allow you to execute operations to Cvent, including obtaining and refreshing OAuth tokens.