get https://api.accelevents.com/rest/host/event//speaker/speakerWithSessions
This API allows you to retrieve all the speakers for an event along with their session details. To access this API, you will need to provide the API key. For instructions on how to obtain the API key, please visit the following link: https://developer.accelevents.com/docs/getting-started.
Here is the description of response attributes, which return to JSON.
Attributes | Description |
---|---|
speakerId | Unique ID of the speaker. |
pronouns | It contains speaker pronouns like HE/HIS. |
title | It contains the speaker's title. |
firstName | Represent the speaker's first name. |
lastName | Represent the speaker's last name. |
Represent speaker email ID. | |
sessionDTO | It contains details of the speaker session. |
userId | It contains a speaker user ID. |
eventId | It contains the event id. |
allowOverrideDetails | Check if the speaker allows overriding their details. |
imageUrl | It contains the speaker image URL. |
company | It contains the speaker's company name. |
bio | It contains a speaker bio. |
It contains the speaker's LinkedIn URL. | |
It contains the speaker's Twitter URL. | |
It contains the speaker's Instagram URL. | |
position | It contains the speaker position as it's showing accordingly. Position value will be 1000,2000 and 3000 and so on. |
moderator | It is true if the speaker has moderator rights. |
ticketTypesForSpeaker | It contains that if the speaker has access to check-in as an attendee in session with a specified ticket type. |
speakerOnBoardingStatus | It shows the speaker's onboarding status. |
highlighted | It contains a boolean value. |
loggedInAtVEH | It shows that the speaker is login or not in VEH. |
showModerator | It shows if the speaker has moderator rights and if we want to show them in the speaker list or not. |
deviceChecked | It shows whether the spaker has checked their device or not. |
allowOverrideDetails | It shows that speakers have permission to modify their profile details or not |
allowAttendeeAccess | It shows that if the speaker has permission to check in into another session as an attendee without a ticket purchase. |
Here are the possible error messages that return if any condition fails or required data is missing for processing.
Error Code | Error Description |
---|---|
400 | The server could not understand the request 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. |