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-07T01:09:50.6192642+00:00",
"EndDate": "2026-09-07T01:09:50.6192642+00:00",
"ModuleId": 1,
"UserId": "7c1ae156-f4da-41e5-ba38-6e2f6bbc34c1",
"ActionId": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"StartDate":"2026-09-07T01:09:50.6192642+00:00","EndDate":"2026-09-07T01:09:50.6192642+00:00","ModuleId":1,"UserId":"7c1ae156-f4da-41e5-ba38-6e2f6bbc34c1","ActionId":1,"From":1,"Size":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.