SSIS Components for Cvent

Build 26.0.9655

EventSurveyResponses

Returns data from the EventSurveyResponses table.

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:

  • Id supports =,!=
  • RespondentId supports =,!=
  • SessionId supports =,!=
  • SpeakerId supports =,!=
  • QuestionId supports =,!=
  • EventId supports =,!=

All other filters are handled client-side.

The following is an example of a SELECT statement:

SELECT * FROM EventSurveyResponses WHERE EventId = '3a366031-7541-4a44-9fde-bc0f81d3e940'

Columns

Name Type References Description
Id [KEY] String The Id of the EventSurveyResponses table.
Score String The Score of the EventSurveyResponses table.
Created Datetime The Created of the EventSurveyResponses table.
CreatedBy String The CreatedBy of the EventSurveyResponses table.
LastModified Datetime The LastModified of the EventSurveyResponses table.
LastModifiedBy String The LastModifiedBy of the EventSurveyResponses table.
EventId String The EventId of the EventSurveyResponses table.
SurveyId String The SurveyId of the EventSurveyResponses table.
SessionId String The SessionId of the EventSurveyResponses table.
SpeakerId String The SpeakerId of the EventSurveyResponses table.
RespondentId String The RespondentId of the EventSurveyResponses table.
QuestionId String The QuestionId of the EventSurveyResponses table.
AnswersAggregate String The AnswersAggregate of the EventSurveyResponses table.

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