SessionDocuments
Returns data from the SessionDocuments 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:
- SessionId supports =
- FileId supports =,!=
All other filters are handled client-side.
The following is an example of a SELECT statement:
SELECT * from SessionDocuments WHERE SessionId ='2cbd2393-8b84-42e4-9702-dc32f67d02c6'
Columns
| Name | Type | References | Description |
| Href | String | The Href of the SessionDocuments table. | |
| SessionId [KEY] | String |
Sessions.Id | The SessionId of the SessionDocuments table. |
| FriendlyName | String | The FriendlyName of the SessionDocuments table. | |
| Type | String | The Type of the SessionDocuments table. | |
| Size | String | The Size of the SessionDocuments table. | |
| DisplayEnabled | Boolean | The DisplayEnabled of the SessionDocuments table. | |
| FileId | String | The FileId of the SessionDocuments table. |