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-09-07T02:32:41.79094+00:00",
"EndDate": "2026-09-07T02:32:41.79094+00:00",
"ModuleId": 1,
"UserId": "5c700ea4-d88f-46ba-80d2-3780c90ab641",
"ActionId": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"StartDate":"2026-09-07T02:32:41.79094+00:00","EndDate":"2026-09-07T02:32:41.79094+00:00","ModuleId":1,"UserId":"5c700ea4-d88f-46ba-80d2-3780c90ab641","ActionId":1,"From":1,"Size":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.