{}
curl --location --request GET 'https://iot-dev.utapp.cn/api/productV2/getProductList?name=&pageNumber=&pageSize=&sorting=&sortingDirection=&unPage=&productKey=&dataTopology=NORMAL' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"totalCount": 0,
"items": [
{
"id": "string",
"name": "string",
"productKey": "string",
"heartbeat": 0,
"protocolType": "string",
"dataTopology": "string",
"dataTopologyName": "string",
"group": "string",
"description": "string",
"basicProperties": [
{
"identifier": "string",
"name": "string",
"value": "string",
"group": "string",
"dataType": "LONG",
"unit": "string"
}
],
"properties": [
{
"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": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {},
"value": {},
"ts": 0
}
]
},
"value": {},
"ts": 0,
"accessMode": "string",
"propertyType": "string",
"extension": {},
"store": true,
"filter": true,
"filterRule": {
"regions": [
{
"left": 0,
"right": 0
}
],
"deadZone": 0,
"ignoreDuplicate": true
},
"kind": "string",
"groupName": "string",
"groupIdentifier": "string"
}
],
"serves": [
{
"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
}
]
}
],
"events": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": 0,
"eventInfos": [
{
"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
}
],
"values": {}
}
],
"currentVersion": "string",
"creationTime": 0,
"methodMappings": {
"mappingId": "string",
"name": "string",
"mappingType": "service",
"identifier": "string",
"value": "string",
"serviceId": "string",
"param": [
{
"identifier": "string",
"value": "string",
"default": true,
"dataType": "string",
"name": "string"
}
],
"desc": "string",
"lastOperTime": "string",
"operResult": "string"
},
"protocol104Config": {
"telemetries": {
"identifier": "string",
"pointAddr": "string",
"coefficient": "string",
"precision": "string",
"unit": "string",
"description": "string"
},
"telesignals": {
"identifier": "string",
"pointAddr": "string",
"description": "string",
"soe": true
},
"telecommands": {
"identifier": "string",
"pointAddr": "string",
"controlType": "string",
"description": "string"
},
"teleadjustings": {
"identifier": "string",
"pointAddr": "string",
"adjustType": "string",
"unit": "string",
"description": "string"
},
"fixedValues": {
"identifier": "string",
"pointAddr": "string",
"unit": "string",
"description": "string"
}
}
}
]
}