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 | scheduledates object[]scheduledateid integer | apptabid integer | isactive integer | scheduledate string |
| tracks object[]scheduledateid integer | scheduletrackid integer | trackname string |
| sessions object[] | session_colors object[]id integer | primarytextcolor string | secondarytextcolor string | backgroundcolor string | bordercolor string |
| session_speakers object[]id integer | sessionid integer | speakerid integer |
| session_exhibitors object[]id integer | sessionid integer | exhibitorid integer |
| session_sponsors object[]id integer | sessionid integer | sponsorid integer |
| speakers object[]email string | firstname string | lastname string | speakerid integer |
| exhibitors object[]booth string | exhibitorid integer | name string |
| sponsors object[]name string | sponsorid integer | categoryid integer | membershiptype_by_categoryid object | category_details object |
|
|
Schema |
---|
code int32 | message stringString description of the error. |
|