POST api/event/EventAttendeeListApplet
Request Information
URI Parameters
None.
Body Parameters
EventAttendeeStatusAppletRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EventId | globally unique identifier |
None. |
|
| StatusList | Collection of ApprovalStatusType |
None. |
|
| QueryClause | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventId": "3a1b60b7-b861-4955-8056-650637412e6d",
"StatusList": [
1003000,
1003000
],
"QueryClause": "sample string 2",
"Page": 3,
"ItemsPerPage": 4
}
application/xml, text/xml
Sample:
<EventAttendeeStatusAppletRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<EventId>3a1b60b7-b861-4955-8056-650637412e6d</EventId>
<ItemsPerPage>4</ItemsPerPage>
<Page>3</Page>
<QueryClause>sample string 2</QueryClause>
<StatusList>
<ApprovalStatusType>Draft</ApprovalStatusType>
<ApprovalStatusType>Draft</ApprovalStatusType>
</StatusList>
</EventAttendeeStatusAppletRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventAttendeeListView| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventAttendeeListView |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.