{
"pageNumber": 1,
"pageSize": 10,
"unPage": false,
"sorting": "",
"sortingDirection": "",
"StartExecutionTime": "",
"EndExecutionTime": "",
"clientIpAddress": "",
"exception": "",
"route": "",
"createName": "",
"createIds": "",
"tenantId": "",
"orgId": "string"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/auditLogs/search' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber": 1,
"pageSize": 10,
"unPage": false,
"sorting": "",
"sortingDirection": "",
"StartExecutionTime": "",
"EndExecutionTime": "",
"clientIpAddress": "",
"exception": "",
"route": "",
"createName": "",
"createIds": "",
"tenantId": "",
"orgId": "string"
}'
{
"totalCount": 0,
"items": [
{
"msg": "",
"clientIpAddress": "",
"exception": "",
"code": "",
"resp": "",
"executionDuration": "",
"uri": "",
"orgId": "",
"executionTime": 0,
"route": "",
"createId": "",
"operName": "",
"tenantId": "",
"id": "",
"createName": "",
"req": ""
}
]
}