Code Assist MCP for Cvent

Build 26.0.9655

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655