DiscountedAgendaItems
Gets agenda items that are associated with discounts for a specified event.
Table Specific Information
SELECT
The Cvent API allows you to filter by certain fields when querying for data. The following fields can be filtered by the API:
- Type supports =,IN
- DiscountId supports =,IN
All other filters are handled client-side.
The following is an example of a SELECT statement:
SELECT * FROM DiscountedAgendaItems WHERE Type = 'AdmissionItem'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the agenda item. | |
| Type | String | Specifies the type of agenda item that a discount is associated with. Can be AdmissionItem, MembershipItem, QuantityItem, Session, SessionBundle. | |
| DiscountId | String | Discount Id. | |
| EventId [KEY] | String |
Events.Id | Event Id. |