Surveys
Returns data from event and standalone surveys associated to an account.
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 =,!=
All other filters are handled client-side.
The following is an example of a SELECT statement:
SELECT * FROM Surveys WHERE Id = '773644e0-2803-482d-b8f1-08764155840c'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the Surveys table. | |
| EventId | String | The EventId of the Surveys table. | |
| ResponseCount | String | The responseCount of the Surveys table. | |
| Status | String | The Status of the Surveys table. | |
| Type | String | The type of the Surveys table. | |
| ActivateDate | String | The AudienceType of the Surveys table. | |
| Title | String | The title of the Surveys table. | |
| Code | String | The code of the Surveys table. | |
| Timezone | String | The Timezone of the Surveys table. | |
| Description | String | The Description of the Surveys table. | |
| CloseAfter | String | The CloseAfter of the Surveys table. | |
| Created | Datetime | The Created of the Surveys table. | |
| CreatedBy | String | The CreatedBy of the Surveys table. | |
| LastModified | Datetime | The LastModified of the Surveys table. | |
| LastModifiedBy | String | The LastModifiedBy of the Surveys table. | |
| AuthorFirstName | String | The AuthorFirstName of the Surveys table. | |
| AuthorLastName | String | The AuthorLastName of the Surveys table. | |
| AuthorCompany | String | The AuthorCompany of the Surveys table. | |
| AuthorTitle | String | The AuthorTitle of the Surveys table. | |
| AuthorEmail | String | The AuthorEmail of the Surveys table. |