EventSurveys
Returns data from the surveys associated to a single 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:
- Id supports =,!=
- Type supports =,!=
- EventId supports =
All other filters are handled client-side.
The following is an example of a SELECT statement:
SELECT * FROM EventSurveys WHERE Id = 'ff45e135-3b1f-4385-9ed9-6bdc315798aa'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the EventSurveys table. | |
| EventId [KEY] | String |
Events.Id | The EventId of the EventSurveys table. |
| Type | String | The Type of the EventSurveys table. | |
| AvailableTo | String | The AvailableTo of the EventSurveys table. | |
| AudienceType | String | The AudienceType of the EventSurveys table. | |
| SessionMatch | String | The SessionMatch of the EventSurveys table. | |
| ParentId | String | The ParentId of the EventSurveys table. | |
| Title | String | The Title of the EventSurveys table. | |
| Code | String | The Code of the EventSurveys table. | |
| Timezone | String | The Timezone of the EventSurveys table. | |
| Description | String | The Description of the EventSurveys table. | |
| CloseAfter | String | The CloseAfter of the EventSurveys table. | |
| Created | Datetime | The Created of the EventSurveys table. | |
| CreatedBy | String | The CreatedBy of the EventSurveys table. | |
| LastModified | Datetime | The LastModified of the EventSurveys table. | |
| LastModifiedBy | String | The LastModifiedBy of the EventSurveys table. | |
| SessionsAggregate | String | The SessionsAggregate of the EventSurveys table. | |
| AuthorFirstName | String | The AuthorFirstName of the EventSurveys table. | |
| AuthorLastName | String | The AuthorLastName of the EventSurveys table. | |
| AuthorCompany | String | The AuthorCompany of the EventSurveys table. | |
| AuthorTitle | String | The AuthorTitle of the EventSurveys table. | |
| AuthorEmail | String | The AuthorEmail of the EventSurveys table. |