POST api/Audit/GetAuditRecords
Request Information
URI Parameters
None.
Body Parameters
AuditParam| Name | Description | Type | Additional information |
|---|---|---|---|
| PageName | string |
None. |
|
| FieldName | string |
None. |
|
| EventName | string |
None. |
|
| RecordId | string |
None. |
|
| AuditTableName | string |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| SearchText | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageName": "sample string 1",
"FieldName": "sample string 2",
"EventName": "sample string 3",
"RecordId": "sample string 4",
"AuditTableName": "sample string 5",
"StartDate": "2025-12-06T12:01:53.2847966+05:30",
"EndDate": "2025-12-06T12:01:53.2847966+05:30",
"SearchText": "sample string 6",
"PageIndex": 7,
"PageSize": 8
}
application/xml, text/xml
Sample:
<AuditParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AuditService"> <AuditTableName>sample string 5</AuditTableName> <EndDate>2025-12-06T12:01:53.2847966+05:30</EndDate> <EventName>sample string 3</EventName> <FieldName>sample string 2</FieldName> <PageIndex>7</PageIndex> <PageName>sample string 1</PageName> <PageSize>8</PageSize> <RecordId>sample string 4</RecordId> <SearchText>sample string 6</SearchText> <StartDate>2025-12-06T12:01:53.2847966+05:30</StartDate> </AuditParam>
application/x-www-form-urlencoded
Sample:
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. |