Get Session List
Get Session List
POST
[PlatformAddress]/api/1.0/event?action=getSessionList
Get the list of sessions at an event
Path Parameters
eventId
integer
The event identifier
Example Request
Example: Fetch the list of sessions at an event
Returns
A collection object with the following properties of objects in the results
id
The unique identifier of the event session
eventId
The unique identifier of the event to which the event session belong
name
Session name
startDate
The session start date & time
endDate
The session end date & time
description
The session HTML description
roomId
The unique identifier of the room to which the event session belong
isOptional
Whether or not the session is optional
maxCapacity
Maximum # of attendees who can register for the session
costAmount
Optional session cost
isTaxFree
Whether or not the session tax to be applied
autoCloseDate
The session auto close date
setupTime
The setup time of the session (in minutes)
breakdownTime
The breakdown time of the session (in minutes)
speakers
Array of a unique identifier of the speakers to which the event session belong
showInAgenda
Whether or not to show the session in the agenda
showTime
Whether or not to show the time of the session
onlyForCertainTickets
Whether or not the session is available for certain tickets only
tickets
The specific tickets that are available for this session (when onlyForCertainTickets = true)
notes
Any notes for the session
setupNotes
Setup notes
createdDate
The session creation date & time
modifiedDate
The session last modified date & time
allowGuests
Whether or not guests are allowed to register for this session
Throws
Specific Code: 24456
Event does not exist
Last updated