{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0
}
curl --location --request POST '/platform/warn/config/getInfoById' \
--header 'token: OUumDjnlEZ4wItETxOqrqe2zJFtEB2Ltf0OzBwTkcDdpk8kMsHzVrFRetMEawiR9' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": 0,
"userName": "string",
"mobile": "string",
"tenantId": "string",
"permissions": [
"string"
],
"pageNo": 1,
"pageSize": 10,
"id": 0
}'
{
"success": false,
"code": "",
"message": "",
"data": {
"id": 0,
"deviceCode": "",
"configType": 0,
"deviceTypeCode": "",
"deviceTypeName": "",
"projectCodes": "",
"projectNames": "",
"warnTypeCode": "",
"warnTypeName": "",
"status": 0,
"custGroupType": 0,
"custGroupConfig": {
"ageStart": 0,
"ageEnd": 0,
"abilityCodeList": [
""
]
},
"warnTriggerType": 0,
"intervalMinutes": 0,
"silentTimeList": [
{
"startTime": "",
"endTime": ""
}
],
"conditionItemList": [
{
"conditionType": 0,
"propertyKey": "",
"propertyName": "",
"propertyValue": "",
"leftSection": 0,
"rightSection": 0,
"value": 0,
"conditionCharacter": "",
"isCheck": 0
}
],
"editable": 0
}
}