Get Session Detail

This API will return all session detail.

Will need to pass id as a path parameter. Only authorized users can use this API and require the event admin, event staff, and super admin access.

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
accelEventsStudioReturns true if stream provider is Accelevents, otherwise returns false
allowedMinutesToJoinLateReturns the number of minutes which allows attendee to join the session late
assetListList of asset for setting default playback after live stream ends
capacityReturns the capacity number for session which is the maximum number of users allowed to join
chimeConfigReturns chime configuration details related to session. Contains if settings Mute Attendees on Entry and Disable Attendees Camera on Entry are enabled
closedCaptionHeightThe height of closed caption for the session. The default value is 150
closedCaptionUrl

Returns the captioning URL. This is used in session for transcription of speaker dialogue and appears on the bottom of the video.

Example: https://www.streamtext.net/player?event=IHaveADream

currentUserRegisteredEventTicketIdContains the current User Event Ticketing ID that a ticketing holder user registered for a session. Event Ticketing ID generates when we create Ticketing Type
descriptionContains the detail description of session.
Only 65,024 characters are allowed for session description
directVideoAutoStartReturns true if session video will start automatically at start of session
displayDonationReturns boolean for display donation button for session
documentKeyValueReturns a JSON list of session document key value. Key generate automatically while uploading document and value represent document name.
durationContains the session time span.
chatEnabledIf session chat is enabled it will return true, or if disabled will return false.
pollEnabledIf session poll is enabled it will return true, or if disabled will return false.
quesAndAnsEnabledIf session Q&A is enabled it will return true, or if disabled will return false.
endTimeContains the session's end time in the yyyy/MM/dd HH:mm format.
formatReturns the session format. There are seven type of session can create that contains MAIN_STAGE, BREAKOUT_SESSION, MEET_UP, WORKSHOP, EXPO, BREAK, OTHER.
hideSessionFromAttendeesIt will hide session from attendee if flag returns true from display page and portal page.
hideVideoControlsReturns true if the session hide video controls setting is enabled, or if disabled will return false.
linkKeyValueReturns a JSON list of session link key value.
Key generate automatically while uploading document and value represent key name.
locationContains the location for session.
meetingPasswordReturns session password if password is set for session.
positionSession position value, which is default 1000 which assigned according to concurrent sessions and next concurrent sessions value will be 2000. Session position will decide session order, how they display at portal and display page.
purchaserUserRegisteredEventTicketIdEvent Ticketing ID that a ticketing holder user purchaser for a session. Event Ticketing ID generates when we create Ticketing Type.
qnAPrivateReturns boolean value, either private Q&A or visible to all attendees. Value returns true or false.
recordSessionReturn true if record session enable, or if disabled will return false.
registerdHolderUsersIt's contains details of registered user details who register for session. It's contain details like event ticketing ID, user ID, first name, last name, email, phone number and other.
rtmpUrlIt's contain rtmp URL. It will use to put in OBS studio with stream key.
sessionIdThe sessionId represents the unique ID of each session. It will be generated automatically when a new session is created.
sessionStats

Returns session related count details which associated with session like registered users count, interested users count, attendee count and session speaker count.

For getting this details with sessions list, need to pass sessionSpeakerCount with API to expand query parameter value.

sessionVisibilityType

Contains session visibility type PUBLIC, PRIVATE.

PUBLIC session will show to all at portal and display side.
PRIVATE session will not visible at portal and display side.

speakerListReturns the list of speakers that associated with session. Contains speaker details like speakerId, firatName, lastName, photoUrl and other.
sponsorListContains session sponsor details.
startTimeContains the session's starting time in the yyyy/MM/dd HH:mm format.
status

Contains the session status type: VISIBLE, HIDDEN.

Visible status will show in session list and hidden status will do not show in session list.

streamKeyContains unique stream key.
streamProviderContains the Sub Stream Provider: VOXEET,CHIME,OPENTOK,AGORA as the sub stream provider options.
streamUrl

Contains streaming URL. For WISTIA, YOUTUBE, VIMEO, FACEBOOK, ZOOM, DIRECT_UPLOAD

If set streaming URL is Accelevents it will generate unique streaming URL.

subStreamProviderContains the Sub Stream Provider Name of session. Options are VOXEET,CHIME,OPENTOK,AGORA.
subTitleFileUrl
tagsFilter Tag Ids in comma separated for filtering session records according to tags
ticketTypesThatCanBeRegisteredContains ticketing type IDs with comma separated value. Returns the name(s) of the ticket type which can register for the session.
titleContains the title of the session.
tracksContains the tracks details like ID, name, colour, description and position. It will filter session from all session.
enableAttendeeListReturns boolean to show attendee list.
playBackRestrictionToken

Contains playback restriction token, which is allows you to set additional rules for playing videos.

For instance, viewers can play videos embedded on the https://example.com website when you set the Playback Restrictions with example.com as an allowed domain. Any Video requests from other websites are denied.

thumbnailRestrictionTokenContains playback restriction token, which is allows you to set additional rules for thumbnails. For instance, viewers can view thumbnails embedded on the https://example.com website when you set the Playback Restrictions with example.com as an allowed domain. Any thumbnails request from other websites are denied.
postSessionCallToActionJsonReturns details for postSessionCallToActionJson which is when the session ends it should see a message suggesting what I should go see next during the event.
chimeConfigReturns chime configuration details related to session, which is contains Mute Attendees on Entry and Disable Attendees Camera on Entry.
qnAPrivateReturns boolean either need private Q&A or need to visible for attendee, which returns true or false values.

Here is 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.
4030201Not Event Host
404800Session not found!
Path Params
int32
required

Unique Session Id Of Event For getting session details by session id

string
required

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

Query Params
string
Defaults to TAG,TRACK,SPEAKER,STATS,PLAYBACKS,registerdHolderUsers,CHIME-CONFIG

Get records accordingly we are passing in request param in expand value as comma separated like : TAG,TRACK,SPEAKER,currentUser,STATS and sessionSpeakerCount

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

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