POST api/ExceptionLog/GetExceptionLogList
Request Information
URI Parameters
None.
Body Parameters
ExceptionLogLister| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionLog | Collection of ExceptionLog |
None. |
|
| SearchCriteria | ExceptionLog |
None. |
|
| Pager | Pager |
None. |
|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"ExceptionLog": [
{
"SRNo": 1,
"Id": 2,
"Message": "sample string 3",
"StackTrace": "sample string 4",
"PageName": "sample string 5",
"MethodName": "sample string 6",
"ApplicationType": "sample string 7",
"CreatedDate": "2025-12-28T13:35:27.9609418+02:00",
"ColumnName": "sample string 9",
"SortDirection": "sample string 10"
},
{
"SRNo": 1,
"Id": 2,
"Message": "sample string 3",
"StackTrace": "sample string 4",
"PageName": "sample string 5",
"MethodName": "sample string 6",
"ApplicationType": "sample string 7",
"CreatedDate": "2025-12-28T13:35:27.9609418+02:00",
"ColumnName": "sample string 9",
"SortDirection": "sample string 10"
}
],
"SearchCriteria": {
"SRNo": 1,
"Id": 2,
"Message": "sample string 3",
"StackTrace": "sample string 4",
"PageName": "sample string 5",
"MethodName": "sample string 6",
"ApplicationType": "sample string 7",
"CreatedDate": "2025-12-28T13:35:27.9609418+02:00",
"ColumnName": "sample string 9",
"SortDirection": "sample string 10"
},
"Pager": {
"PageSize": 1,
"Take": 2,
"Skip": 3,
"CurrentPage": 4.0,
"TotalPage": "sample string 5",
"TotalRecord": 6.0
},
"IsSuccess": true,
"Message": "sample string 2",
"Value": {}
}
application/xml, text/xml
Sample:
<ExceptionLogLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Domain">
<IsSuccess>true</IsSuccess>
<Message>sample string 2</Message>
<Value />
<ExceptionLog>
<ExceptionLog>
<ApplicationType>sample string 7</ApplicationType>
<ColumnName>sample string 9</ColumnName>
<CreatedDate>2025-12-28T13:35:27.9609418+02:00</CreatedDate>
<Id>2</Id>
<Message>sample string 3</Message>
<MethodName>sample string 6</MethodName>
<PageName>sample string 5</PageName>
<SRNo>1</SRNo>
<SortDirection>sample string 10</SortDirection>
<StackTrace>sample string 4</StackTrace>
</ExceptionLog>
<ExceptionLog>
<ApplicationType>sample string 7</ApplicationType>
<ColumnName>sample string 9</ColumnName>
<CreatedDate>2025-12-28T13:35:27.9609418+02:00</CreatedDate>
<Id>2</Id>
<Message>sample string 3</Message>
<MethodName>sample string 6</MethodName>
<PageName>sample string 5</PageName>
<SRNo>1</SRNo>
<SortDirection>sample string 10</SortDirection>
<StackTrace>sample string 4</StackTrace>
</ExceptionLog>
</ExceptionLog>
<Pager>
<CurrentPage>4</CurrentPage>
<PageSize>1</PageSize>
<Skip>3</Skip>
<Take>2</Take>
<TotalPage>sample string 5</TotalPage>
<TotalRecord>6</TotalRecord>
</Pager>
<SearchCriteria>
<ApplicationType>sample string 7</ApplicationType>
<ColumnName>sample string 9</ColumnName>
<CreatedDate>2025-12-28T13:35:27.9609418+02:00</CreatedDate>
<Id>2</Id>
<Message>sample string 3</Message>
<MethodName>sample string 6</MethodName>
<PageName>sample string 5</PageName>
<SRNo>1</SRNo>
<SortDirection>sample string 10</SortDirection>
<StackTrace>sample string 4</StackTrace>
</SearchCriteria>
</ExceptionLogLister>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |