{
"unPage": "false",
"pageSize": 10,
"pageNumber": 1,
"id": "string",
"identifiers": "string",
"name": "string"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceServe/getServesPage' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"unPage": "false",
"pageSize": 10,
"pageNumber": 1,
"id": "string",
"identifiers": "string",
"name": "string"
}'
{
"code": 0,
"message": "操作成功",
"data": {
"totalCount": 0,
"items": [
{
"identifier": "string",
"method": "string",
"pId": "string",
"name": "string",
"desc": "string",
"sort": 0,
"inputs": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {
"valueType": "string",
"unit": "string",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "string",
"trueText": "string",
"elements": {},
"elementType": {},
"properties": [
{}
]
},
"value": {},
"ts": 0
}
],
"defaultValue": {},
"outputs": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {
"valueType": "string",
"unit": "string",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "string",
"trueText": "string",
"elements": {},
"elementType": {},
"properties": [
{}
]
},
"value": {},
"ts": 0
}
]
}
]
},
"success": "true"
}