Get speakers list

Using this API, you can get speakers list for a particular event.

You have to send eventId as a query parameter. Apart from that, you can pass searchString, page, size & expand as query parameters for pagination & filter data.

This API can be used by authenticated users only, and it will require super admin, event admin, event staff level access.

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

AttributesDescription
recordsTotal It's contain total count of speakers
recordsFiltered It's contain filtered records count of speakers
data It's contain each speaker's details.
speakerId Unique ID of speaker.
title It's contain speaker title.
pronouns It's contain speaker pronouns like HE/HIS.
firstName Represent speaker first name.
lastName Represent speaker last name.
email Represent speaker email ID.
sessionDTO It's contain details of speaker session.
userId It's contain speaker user ID.
imageUrl It's contain speaker image URL.
company It's contain speaker company name.
bio It's contains speaker bio.
linkedIn It's contain speaker LinkedIn URL.
twitter It's contain speaker twitter URL.
instagram It's contain speaker instagram URL.
position It's contain speaker position as it's showing accordingly. Position value will be 1000,2000 and 3000 and so on.
moderator It returns a boolean value if the speaker is moderator in session it will return true or else false.
ticketTypesForSpeaker It's contains details of ticket types of speaker to allow attendee access to speaker
showModerator Return true if allow showing moderator into speaker list or else it will return false and will not showing to speaker list.
deviceChecked Check status of speaker run device checker or not.
loggedInAtVEH Check speaker previous checked in for Virtual Event Hub.
allowAttendeeAccess Check If allow to access attendee.
allowOverrideDetails Check if speaker to allow overriding their details.

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
Language
Authorization
Header
Click Try It! to start a request and see the response here!