get https://api.accelevents.com/rest/cache/events//session/myTalks
Using this API, you can get all sessions list in which you are added as a speaker.
You have to pass an eventUrl
as path parameters.
This API can be used by all authenticated users.
Attributes | Description |
---|---|
accelEventsStudio | It returns true if stream provider is ACCELEVENTS else false. |
capacity | It's returns the capacity in number for session to allow maximum number of user can join. |
description | It's contains the detail description of session. It's only 65024 Characters are allowed to add description. |
directVideoAutoStart | If returns true, session video start automatically when enter into session. |
endTime | It's contains session end time. When the particular session end, and it will return in yyyy/MM/dd HH:mm format. |
format | It's identify session format, it can be MAIN_STAGE, BREAKOUT_SESSION, MEET_UP, WORKSHOP, EXPO, BREAK, OTHER. |
location | It's contains session location. |
sessionId | The sessionId represents the unique ID of each session. It will be generated automatically when a new session is created. |
speakerList | It's returns the list of speakers that associated with session. It's contains speaker details like speakerId, firatName, lastName, photoUrl and other. |
startTime | It's contains session start time. When the particular session start and it will return in yyyy/MM/dd HH:mm format. |
status | It's contains the session status type, there are two type of session visibility : VISIBLE, HIDDEN. Visible status will show in session list and hidden status will do not show in session list. |
streamProvider | It's identify session stream provider, it can be ACCELEVENTS, WISTIA, YOUTUBE, VIMEO, FACEBOOK, ZOOM, DIRECT_UPLOAD. |
streamUrl | It's a session stream endpoint. |
title | It's contains title of session. |
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
400 | The request could not be understood by the server due to malformed syntax. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4040200 | Event Not Found |