{
"tenantId": "string",
"projectCode": "string",
"projectCodeList": [
"string"
],
"channelCode": "string",
"deviceNo": "string",
"pageSize": 0
}
curl --location --request POST '/device/tenant/querySosCallList' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": "string",
"projectCode": "string",
"projectCodeList": [
"string"
],
"channelCode": "string",
"deviceNo": "string",
"pageSize": 0
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"totalCount": 0,
"pageSize": 0,
"totalPage": 0,
"currPage": 0,
"list": [
{
"id": 0,
"deviceNo": "",
"eventPhone": "",
"eventName": "",
"eventType": 0,
"eventStartTime": "",
"callDuration": ""
}
]
}
}