Skip to main content

Fetch attendee list

It will give us a list of user informations for an event. We will need eventid to specifically identify users for an event.

Query Parameters
eventid integer REQUIRED
Responses
200

AttendeeFetchResponse

Schema
resource object[]
appuserid integer

Simple ids

email string

Simple string

eventid integer

Simple ids

firstname string

Simple string

lastname string

Simple string

username string

Simple string

isactive integer
isadmin boolean
isnetworking integer
profileurl string

Simple string

coverimage string

Simple string

audiourl string

Simple string

exhibitoridfk integer

Simple ids

speakeridfk integer

Simple ids

sponsoridfk integer

Simple ids

usercategory object[]
category_id integer

Simple ids

category_name string

Simple string

userinterests object[]
interest_id integer

Simple ids

interest string

Simple string

userwaitlistmode boolean
form_number integer
details_form string

Stringified JSON

default

Error Response

Schema
code int32

Error code.

message string

String description of the error.