SessionProgramSpeakers
Gets session program item and speaker associations.
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:
- ProgramItemId supports =,IN
- SessionId supports =,IN
All other filters are handled client-side.
The following is an example of a SELECT statement:
SELECT * FROM SessionProgramSpeakers WHERE SessionId = 'abc'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | ID of the speaker to program item relationship. | |
| EventId | String |
Events.Id | Event Id. |
| SessionId | String |
Sessions.Id | Session Id. |
| SpeakerId | String |
Speakers.Id | Speaker Id. |
| ProgramItemId | String | Id of the program item. | |
| Created | Datetime | The date time when this record was created. | |
| CreatedBy | String | The identifier of the user that created this record. | |
| LastModified | Datetime | The date time when this record was last updated. | |
| LastModifiedBy | String | The identifier of the user that last updated this record. |