{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"sceneID": 0,
"sceneName": "string",
"status": 0,
"timeRange": {
"start": 0,
"end": 0
}
}
curl --location --request POST '/api/v1/things/rule/scene/log/index' \
--header 'Ithings-Project-Id: {{Ithings-Project-Id}}' \
--header 'Ithings-Token: {{iThings-token}}' \
--header 'app-code: {{appCode}}' \
--header 'device-id;' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"sceneID": 0,
"sceneName": "string",
"status": 0,
"timeRange": {
"start": 0,
"end": 0
}
}'
{
"code": "200",
"msg": "string",
"data": {
"list": [
{
"sceneID": 0,
"sceneName": "string",
"areaID": "string",
"createdTime": 0,
"status": 0,
"type": "string",
"trigger": {
"type": "string",
"time": 0,
"device": {
"type": "string",
"productID": "string",
"deviceName": "string",
"deviceAlias": "string",
"dataID": "string",
"dataName": "string",
"value": "string"
}
},
"actions": [
{
"type": "string",
"status": 0,
"code": 0,
"msg": "string",
"msgToken": "string",
"delay": 0,
"device": {
"type": "string",
"productID": "string",
"productName": "string",
"deviceName": "string",
"deviceAlias": "string",
"values": [
{
"dataID": "string",
"dataName": "string",
"value": "string"
}
]
},
"alarm": {
"mode": "string"
},
"scene": {
"sceneID": 0,
"sceneName": "string"
}
}
]
}
],
"page": 0,
"pageSize": 0,
"total": 0
}
}