Skip to main content

List of all sessions in an event

This api will bring event specific session list as defined in the success response example.

Schedule section is designed as for selected dates we have tracks, each track will have scheduled sessions.

Schedule date > Tracks > Sessions

You will get:

  • List of available dates for the selected event to create a track for session
  • Available tracks for each date
  • Session list for selected event

Once all this details are fetched,

  • Select a schedule date
  • List tracks from ScheduleDateToScheduletracks
  • Match sessions for tracks with sessiontrackid property in session-detal objects
Responses
200

The response will include the following details with respective properties as mentioned:

  • scheduledates_by_eventid is the collection of the date list for scheduled sessions.

    Each collection object will have ScheduleDateToScheduletracks property which is also a collection of Tracks for the selected schedule date.

    The scheduletrackid of each of this child property collection will be used to classify Sessions.

  • session_by_eventid is the collection of the session list of schedules.

  • sessionspeakers_by_eventid is the collection of the speakerids for the sessions of schedules.

  • speaker_by_eventid is the collection of speakers for this event.

Schema
resource object[]
eventid integer
scheduledates_by_eventid object[]
ScheduleDateToScheduletracks object[]
session_by_eventid object[]
sessionspeakers_by_eventid object[]
speaker_by_eventid object[]
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.