Authorization: ********************
curl --location --request GET 'http://140.207.166.210:9030/gateway/torch/log/list?current&size&startDate&endDate' \
--header 'Authorization;'
{
"code": 0,
"data": {
"records": [
{
"sn": "",
"eventType": "",
"evtTime": "",
"alertLevel": "",
"companyId": 0,
"pid": 0,
"uid": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"isSearchCount": false,
"hitCount": false,
"countId": "",
"maxLimit": 0
},
"message": ""
}