Speaker sorting by column name

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.

Path Params
string
required

speaker column name for sort by column ex: first name, last name etc.

boolean
required

It will sort by Ascending if will pass true else Descending if false.

string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Headers
string

API Authorization Token

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json