EventQuestions
Returns data from the EventQuestions 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 =,!=
- EventId supports =,!=
- Code supports =,!=
- Tag supports =,!=
- Created supports =,!=,>,<,>=,<=
- LastModified supports =,!=,>,<,>=,<=
All other filters are handled client-side.
The following is an example of a SELECT statement:
SELECT * FROM EventQuestions WHERE EventId = '3a366031-7541-4a44-9fde-bc0f81d3e940'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The Id of the EventQuestions table. | |
| Text | String | The Text of the EventQuestions table. | |
| Code | String | The Code of the EventQuestions table. | |
| Tag | String | The Tag of the EventQuestions table. | |
| Created | Datetime | The Created of the EventQuestions table. | |
| CreatedBy | String | The CreatedBy of the EventQuestions table. | |
| LastModified | Datetime | The LastModified of the EventQuestions table. | |
| LastModifiedBy | String | The LastModifiedBy of the EventQuestions table. | |
| EventId | String | The EventId of the EventQuestions table. |