get https://api.accelevents.com/rest/cache/events//speaker//portal
Using this API, you can get particular speakers' details like firstName
, lastName
, email
, etc which are associated with the event. This API will get data from the cache.
To call this API, you have to send eventurl
and id
(Speaker id) as path parameters.
This API can be used by any user associated with the event.
Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
speakerId | Unique ID of speaker. |
pronouns | It's contain speaker pronouns like HE/HIS. |
title | It's contain speaker title. |
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. |
allowOverrideDetails | Check if speaker to allow overriding their details. |
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. |
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. |
4040200 | Event Not Found |