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 list for each date.
  • Session list for selected event.
  • Avalilable session color list.
  • List of Speakers, Exhibitors & Sponsors related to sessions.
  • List of Speakers, Exhibitors & Sponsors for selected event.

Once all this details are fetched,

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

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

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

  • tracks is a collection of Tracks for the selected schedule date.

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

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

  • session_colors is the collection of the available list of session_colors for schedule.

  • session_speakers, session_exhibitors, session_sponsors are the collection of the respective primary ids for the sessions of schedules with minimised details of themselves.

  • speakers is the collection of speakers for the selected event.

  • exhibitors is the collection of exhibitors for the selected event.

  • sponsors is the collection of sponsors for the selected event.

Schema
eventid integer

Simple ids

scheduledates object[]
scheduledateid integer

Simple ids

apptabid integer

Simple ids

isactive integer
scheduledate string
tracks object[]
scheduledateid integer

Simple ids

scheduletrackid integer

Simple ids

trackname string

Simple string

sessions object[]
session_colors object[]
id integer

Simple ids

primarytextcolor string

Simple string

secondarytextcolor string

Simple string

backgroundcolor string

Simple string

bordercolor string

Simple string

session_speakers object[]
id integer

Simple ids

sessionid integer

Simple ids

speakerid integer

Simple ids

session_exhibitors object[]
id integer

Simple ids

sessionid integer

Simple ids

exhibitorid integer

Simple ids

session_sponsors object[]
id integer

Simple ids

sessionid integer

Simple ids

sponsorid integer

Simple ids

speakers object[]
email string

Simple string

firstname string

Simple string

lastname string

Simple string

speakerid integer

Simple ids

exhibitors object[]
booth string

Simple string

exhibitorid integer

Simple ids

name string

Simple string

sponsors object[]
name string

Simple string

sponsorid integer

Simple ids

categoryid integer

Simple ids

membershiptype_by_categoryid object
category_details object
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.