Get registered sessions

Using this API, You can get all the sessions in which the attendee has registered. This API will get data from the cache.

To call this API, you need to pass eventurl as path parameters.

Only authorized users can use this API and event attendees, event admin, event staff, and super admin can access this API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Here is the description of response attributes, which returns to the form of JSON.

AttributesDescription
accelEventsStudioIt returns true if stream provider is ACCELEVENTS else false.
capacityIt's returns the capacity in number for session to allow maximum number of user can join.
descriptionIt contains the description of the session.
It's only 65024 Characters are allowed to add description.
directVideoAutoStartIf returns true, session video start automatically when enter into session.
endTimeIt contains the session's end time in the yyyy/MM/dd HH:mm format.
formatIt's returns the session format. Can set when create session. There are seven type of session can create that contains MAIN_STAGE, BREAKOUT_SESSION, MEET_UP, WORKSHOP, EXPO, BREAK, OTHER.
locationIt's contains location of session.
sessionIdThe sessionId represents the unique ID of each session. It will be generated automatically when a new session is created.
speakerListIt's returns the list of speakers that associated with session. It's contains speaker details like speakerId, firatName, lastName, photoUrl and other.
startTimeIt contains the session's starting time in the yyyy/MM/dd HH:mm format.
statusIt'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.
streamProviderIt's contains the Stream Provider Name Of session. Session contains ACCELEVENTS, WISTIA, YOUTUBE, VIMEO, FACEBOOK, ZOOM, DIRECT_UPLOAD stream provider.
streamUrlIt contains streaming URL. For WISTIA, YOUTUBE, VIMEO, FACEBOOK, ZOOM, DIRECT_UPLOAD need to set streaming URL for ACCELEVENTS it will generate unique streaming UR.
titleIt contains the title of the session.

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4040200Event Not Found
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Headers
string

API Authentication Token

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json