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.
  • Available 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 minimized 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[]
eventid integer

Simple ids

scheduledateid integer

Simple ids

scheduletrackid integer

Simple ids

sessionid integer

Simple ids

title string

Simple string

description string

Simple string

coverimage string

Simple string

location string

Simple string

starttime string
endtime string
starttime_gmt string
endtime_gmt string
sessiontype string
colorid integer

Simple ids

checkintype string
rsvp boolean
rsvp_capacity string
capacity integer
tags string
file1 string

Simple string

file2 string

Simple string

file3 string

Simple string

file4 string

Simple string

file5 string

Simple string

videolink string

Simple string

additionalvideo1 string

Simple string

restrictstarttime1 string

Simple string

additionalvideo2 string

Simple string

restrictstarttime2 string

Simple string

additionalvideo3 string

Simple string

restrictstarttime3 string

Simple string

additionalvideo4 string

Simple string

restrictstarttime4 string

Simple string

additionalvideo5 string

Simple string

restrictstarttime5 string

Simple string

session_speakers string
session_exhibitors string
session_sponsors string
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
is_error int32

Error code.

message string

String description of the error.