Get All Attendees

This API will help to get all attendees of event. We need to pass authentication and event URL to get particular event's attendees. We are also using pagination and searching functionality for get records.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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

Query Params
int64
Defaults to 0

pass recurring event id.

int32
Defaults to 100

Size will returns number of records when call api default will returns 10 records

int32
Defaults to 0

Pages are zero indexed, thus providing 0 for page will return the first page.

string

Get filter ticketing orders according to search value passing in request.

string
enum
Defaults to TICKET

pass the event ticket datatype like TICKET or ADDON

Allowed:
boolean
Defaults to false

pass true for unique value else false

ticketTypes
array of objects

pass the ticket type like FREE,PAID or DONATION

ticketTypes
ticketStatus
array of strings

pass the list of ticket status

ticketStatus
ticketTypeIds
array of int64s

pass the list of ticket type Ids

ticketTypeIds
Headers
string

API Authentication Token

Responses

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