POST api/admin/events/export
Request Information
URI Parameters
None.
Body Parameters
AdminEventSearchDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchText | string |
None. |
|
| AccountStatus | string |
None. |
|
| CreatedFrom | date |
None. |
|
| CreatedTo | date |
None. |
|
| StartDateFrom | date |
None. |
|
| StartDateTo | date |
None. |
|
| EventType | string |
None. |
|
| CityFilter | string |
None. |
|
| CreatedBy | string |
None. |
|
| IsSystemEvent | boolean |
None. |
|
| Page | integer |
Range: inclusive between 1 and 2147483647 |
|
| PageSize | integer |
Range: inclusive between 1 and 200 |
|
| SortBy | string |
None. |
|
| SortDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchText": "sample string 1",
"AccountStatus": "sample string 2",
"CreatedFrom": "2026-03-27T03:03:56.8352844+05:30",
"CreatedTo": "2026-03-27T03:03:56.8352844+05:30",
"StartDateFrom": "2026-03-27T03:03:56.8352844+05:30",
"StartDateTo": "2026-03-27T03:03:56.8352844+05:30",
"EventType": "sample string 3",
"CityFilter": "sample string 4",
"CreatedBy": "sample string 5",
"IsSystemEvent": true,
"Page": 6,
"PageSize": 7,
"SortBy": "sample string 8",
"SortDir": "sample string 9"
}
application/xml, text/xml
Sample:
<AdminEventSearchDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/InfinitSol.Product.DigiCard.DTO.Admin"> <AccountStatus>sample string 2</AccountStatus> <CityFilter>sample string 4</CityFilter> <CreatedBy>sample string 5</CreatedBy> <CreatedFrom>2026-03-27T03:03:56.8352844+05:30</CreatedFrom> <CreatedTo>2026-03-27T03:03:56.8352844+05:30</CreatedTo> <EventType>sample string 3</EventType> <IsSystemEvent>true</IsSystemEvent> <Page>6</Page> <PageSize>7</PageSize> <SearchText>sample string 1</SearchText> <SortBy>sample string 8</SortBy> <SortDir>sample string 9</SortDir> <StartDateFrom>2026-03-27T03:03:56.8352844+05:30</StartDateFrom> <StartDateTo>2026-03-27T03:03:56.8352844+05:30</StartDateTo> </AdminEventSearchDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.