获取设备命令日志
POST
/api/v1/things/device/msg/send-log/index请求参数
Body 参数application/json
productID
string
产品id
deviceName
string
设备名
timeStart
string
可选
获取时间的开始(毫秒时间戳)
timeEnd
string
可选
时间的结束(毫秒时间戳)
page
object (PageInfo)
可选
page
integer <int64>
页码
size
integer <int64>
每页大小
orders
array[object (OrderBy) {2}]
排序
userID
string
可选
actions
array[string]
可选
resultCode
integer <int64>
可选
请求结果状态,200为成功
withUser
boolean
同时返回用户信息
示例
{
"productID": "string",
"deviceName": "string",
"timeStart": "string",
"timeEnd": "string",
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"userID": "string",
"actions": [
"string"
],
"resultCode": 0,
"withUser": true
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (DeviceMsgSendLogIndexResp)
可选
list
array[object (DeviceMsgSendLogInfo) {11}]
数据
total
integer <int64>
总数
示例
未设置
最后修改时间: 4 天前