main
Retrieve record list
Retrieves a list of specified records.
post/main.eventlog.list
Request body
Example request
{
"select": [
"id",
"timestampX",
"severity",
"auditTypeId",
"moduleId",
"itemId",
"remoteAddr",
"userAgent",
"requestUri",
"siteId",
"userId",
"guestId",
"description"
],
"filter": [
[
"id",
">=",
1
],
[
"id",
1
],
[
"id",
"in",
[
1,
2,
3
]
]
],
"order": {
"id": "ASC",
"timestampX": "ASC",
"auditTypeId": "ASC",
"userId": "ASC",
"guestId": "ASC"
},
"pagination": {
"page": 2,
"limit": 20
}
}Response
Success response