Extra sessions for an EventSubmission. Note that all EventSubmissions track their first session themselves; you will only need to query Event Submission Sessions for schedule information if an EventSubmission has more than one session.
See "Object Properties" in Introduction for basic shared properties.
Complete details in EventSessionProperties.
See "Related Objects" in Introduction for how to use them.
The alternate DayPart preferred for when the event submission session will start.
The Convention to which the event submission session belongs.
The EventSubmission to which the session belongs.
The primary DayPart preferred for when the event submission session will start.
The Room where the event submission session will be held, if it will be in a single room.
The Space where the event submission session will be held, if it will be in a single space.
The DayPart when the event submission session will start.
See "Relationships" in Introduction for how to use them.
The DayParts to which the event submission session is scheduled.
The Rooms to which the event submission session is scheduled. This can be a single room if all scheduled Slots are for the same room.
The Slots to which the event submission session is scheduled.
The Spaces to which the event submission session is scheduled. This can be a single space if all scheduled Slots are for the same space.
The services used to fetch and manipulate event submission session options.
The Event Submission Session API does not support a general, cross-convention search endpoint.
Note that Event Submission Sessions for an event cannot duplicate alternate or preferred or starting DayParts. An Event Submission Session cannot be before its EventSubmission's session.
POST /api/eventsubmissionsession
Returns the same as a normal read.
GET /api/eventsubmissionsession/xxx
Returns:
{ "id" : "xxx", "session_name" : "Second Session", ... }
The Event Submission Session API does not support an update (PUT
) action. To "edit" an event submission session, delete the wrong session and replace it with a new correct one.
DELETE /api/eventsubmissionsession/xxx
Returns:
{ "success" : 1 }