POST api/event/EventListByStatus
Request Information
URI Parameters
None.
Body Parameters
FilterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Filter | string |
None. |
|
| Department | string |
None. |
|
| QueryClause | string |
None. |
|
| ClientType | integer |
None. |
|
| string |
None. |
||
| OrderBy | string |
None. |
|
| Page | integer |
None. |
|
| ItemsPerPage | integer |
None. |
|
| IsExport | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| EventIds | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Filter": "sample string 1",
"Department": "sample string 2",
"QueryClause": "sample string 3",
"ClientType": 4,
"Email": "sample string 5",
"OrderBy": "sample string 6",
"Page": 7,
"ItemsPerPage": 8,
"IsExport": true,
"StartDate": "2026-05-31T23:08:31.9764077+08:00",
"EndDate": "2026-05-31T23:08:31.9764077+08:00",
"EventIds": [
"3170d19c-e609-476a-bee5-b71dfa39915e",
"33e5ad0a-c93f-4e51-aece-e4e1cdfb8393"
]
}
application/xml, text/xml
Sample:
<FilterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DeloitteEvent.DataModel">
<ClientType>4</ClientType>
<Department>sample string 2</Department>
<Email>sample string 5</Email>
<EndDate>2026-05-31T23:08:31.9764077+08:00</EndDate>
<EventIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>3170d19c-e609-476a-bee5-b71dfa39915e</d2p1:guid>
<d2p1:guid>33e5ad0a-c93f-4e51-aece-e4e1cdfb8393</d2p1:guid>
</EventIds>
<Filter>sample string 1</Filter>
<IsExport>true</IsExport>
<ItemsPerPage>8</ItemsPerPage>
<OrderBy>sample string 6</OrderBy>
<Page>7</Page>
<QueryClause>sample string 3</QueryClause>
<StartDate>2026-05-31T23:08:31.9764077+08:00</StartDate>
</FilterRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfEventListResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | EventListResult |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.