GET Event/{id}/Attendees
search for event attendees
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
|
Keyword | string |
None. |
|
EventId | integer |
None. |
|
AttendeeIds | Collection of integer |
None. |
|
ExcludedAttendeeIds | Collection of integer |
None. |
|
SearchAnySignUpDate | boolean |
None. |
|
SignUpStartDate | date |
None. |
|
SignUpEndDate | date |
None. |
|
AllUnpaid | boolean |
None. |
|
AllWithProfileIdNotAssigned | boolean |
None. |
|
EventItemIds | Collection of integer |
None. |
|
LastNameStartsWith | string |
None. |
|
ProfileId | integer |
None. |
|
AllAttended | boolean |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
OrderBy | string |
None. |
|
OrderByPropertyNameMapping | Dictionary of string [key] and string [value] |
None. |
|
OrderByPropertyMappingPrefixesToIgnore | Collection of string |
None. |
|
OrderByPropertyMappingPrefixesToAppend | Collection of string |
None. |
|
OrderByExpression | string |
None. |
|
ObjectState | ObjectStateEnum |
None. |
|
RegistrationId | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
SearchResultDtoOfIEnumerableOfRegistrationAttendeeSearchResultDtoName | Description | Type | Additional information |
---|---|---|---|
TotalCount | integer |
None. |
|
TotalPages | integer |
None. |
|
CurrentPageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
Result | Collection of RegistrationAttendeeSearchResultDto |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.