get https://api.accelevents.com/rest/host/event//speaker/sortSpeakerBy//
You can use this API to get speakers' lists in sorted order by their attributes.
You need to send an attribute like firstName
, lastName
, company
& title
as columnName
in path parameter. If columnName
doesn't match any attribute then it will default sort by firstName
.
For sorting order, you need to send isAscending
as true
/false
in the path parameter.
we need to pass the authentication key to authenticate users 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.
Attributes | Description |
---|---|
recordsTotal | It's contain total count of speakers. |
recordsFiltered | It's contain filtered records count of speakers. |
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. |
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. |
It's contain speaker LinkedIn URL. | |
It's contain speaker twitter URL. | |
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 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. |