POST api/AuditTrail/Search
Request Information
URI Parameters
None.
Body Parameters
AuditTrailSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| ModuleId | integer |
None. |
|
| UserId | globally unique identifier |
None. |
|
| ActionId | integer |
None. |
|
| From | integer |
None. |
|
| Size | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartDate": "2026-05-29T01:34:29.2426453+00:00",
"EndDate": "2026-05-29T01:34:29.2426453+00:00",
"ModuleId": 1,
"UserId": "70f7e167-33eb-4de0-a88c-0ed8c4d56746",
"ActionId": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"StartDate":"2026-05-29T01:34:29.2426453+00:00","EndDate":"2026-05-29T01:34:29.2426453+00:00","ModuleId":1,"UserId":"70f7e167-33eb-4de0-a88c-0ed8c4d56746","ActionId":1,"From":1,"Size":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.