通过分配的Topic获取名下的所有设备和设备的基础信息
✨ 举例
请求
curl --location -g '{{EU}}/wrapper/topic/getDeviceByTopic?topic=%2FacGmtzpqJCKk'
响应
{
"errorCode": 0,
"info": null,
"body": [
{
"deviceSn": "A112200162230146",
"modelType": "Hybrid-10K",
"firmwareVersion": "V1-0000-0000",
"uploadTime": "2024-08-13T07:06:46.827Z"
},
{
"deviceSn": "A112300100932038",
"modelType": "MHT-40K-100",
"firmwareVersion": "V1-0123-0034",
"uploadTime": "2024-08-18T05:43:10.524Z"
},
{
"deviceSn": "B11220010073174A",
"modelType": "Hybrid-5K",
"firmwareVersion": "V1-0200-0017",
"uploadTime": "2024-07-23T13:49:14.239Z"
}
],
"successful": true
}