API Reference

Get speakers list

Using this API, you can get a speaker list for events. This API will get data from the cache.

To call this API, you need to pass eventurl as path parameters. For search speakers, you can send searchString as a query parameter.

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.

email

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.

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.

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

Language
Credentials
Header
Click Try It! to start a request and see the response here!