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-06-02T08:19:45.9727811+00:00",
"EndDate": "2026-06-02T08:19:45.9727811+00:00",
"ModuleId": 1,
"UserId": "73e5214c-fec2-4745-8cdc-64075f98dfba",
"ActionId": 1,
"From": 1,
"Size": 1
}
multipart/form-data
Sample:
{"StartDate":"2026-06-02T08:19:45.9727811+00:00","EndDate":"2026-06-02T08:19:45.9727811+00:00","ModuleId":1,"UserId":"73e5214c-fec2-4745-8cdc-64075f98dfba","ActionId":1,"From":1,"Size":1}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.