Get the attendees of an event

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventId

Id of the event

integer

Required

userId

User id of the attendee

integer

None.

name

Name of the attendee

string

None.

email

email of the attendee

string

None.

productId

Product id

integer

None.

status

Status of the Registration (NotAssigned, Assigned, Completed, Cancelled)

string

None.

dateRangeBegin

Pull only attendees who registered after this date

date

None.

dateRangeEnd

Pull only attendees who registered before this date

date

None.

pageSize

Number of results to return (defaults to 25, max of 200)

integer

Default value is 25

page

Page number (starting page is 1)

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

IModelResultOfAttendeeModel

NameDescriptionTypeAdditional information
PageInfo

PageModel

None.

Results

Collection of AttendeeModel

None.

Try API

Try this endpoint by entering your credentials and using the API Explorer.

Try With API Explorer

Response Formats

application/json, text/json

Sample:

Sample not available.