1. API接口
Thinglinks-iot
  • API接口
    • 登录接口
      POST
    • 指令下发
      POST
    • 设备列表
      GET
    • 产品列表
      GET
    • 分组列表
      GET
    • 设备指令列表
      GET
    • 设备最新数据
      GET
    • 物模型列表
      GET
  1. API接口

物模型列表

开发中
GET
/business/properties/list

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://47.109.145.72:28082/prod-api/business/properties/list?belongSn&pageNum&pageSize' \
--header 'authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbiIsImxvZ2luX3VzZXJfa2V5IjoiZDRjMDZlNDMtMzE4MS00Nzc0LWJmZjEtY2IwNzM4Nzc0NTZhIn0.U3qGc0yPPDKlDQvnResl1blYql3A1_nKODgQmeyFvzjfJ7Mne8gRlyh0cAVoQY6MicwttxxMHycaCqWMJ7zWhg' \
--header 'api-key: eyJhbGciOiJSUzI1NiIsImtpZCI6IjNlNzk2NDZjNGRiYzQwODM4M2E5ZWVkMDlmMmI4NWFlIn0.eyJqdGkiOiJfUnNJQzNwYmhwa1prWVp4R3cwMGlnIiwiaWF0IjoxNzY5NjY1NjQwLCJuYmYiOjE3Njk2NjU2NDAsInN1YiI6ImxvZ2luIiwiYXVkIjoiQXVkaWVuY2UiLCJ1c2VyTmFtZSI6ImFkbWluIiwiYXBpS2V5SWQiOjF9.FqT7YZwMydkImu1dcsoq-Lk-aD7Hpr305BvNAyTOd4t7NULGHdLF3FBT3X4MbuOIXKBmRgDHMvuCGYicFqXXoapoCVOIy-EMV-E_Cd6m6wSvyQvqfLgo3fqdLJbsMYk4mSsezE1b3hUj8g_2bpRiZ2PQN9eVO32E4MXQ1s_jFR4mMZ-JGmiigtYISb6QlghFM244ClnqJt5IYGkwfJX4DtsVsLVdrcf-0xoxotZe9O59D3tMInznUu_ui1NmoKcIqpqEtCyNMPd2WxALP7-UC-iYDN0k4gl16ZLo4jGXxJUUdBicabtV3-2akPUhhhdvAs-k26iV352IQvfzvPJ58w'

返回响应

🟢200成功
application/json
Body

示例
{
    "total": 90,
    "rows": [
        {
            "id": "1983736962617470977",
            "belongSn": "product_001",
            "belongType": "0",
            "identifier": "voice",
            "name": "音量",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "分贝"
        },
        {
            "id": "1983736962634248193",
            "belongSn": "product_001",
            "belongType": "0",
            "identifier": "windSpeed",
            "name": "风速",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "m/s"
        },
        {
            "id": "1983736962646831105",
            "belongSn": "product_001",
            "belongType": "0",
            "identifier": "humidity",
            "name": "湿度",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "%rh"
        },
        {
            "id": "1983736962646831106",
            "belongSn": "product_001",
            "belongType": "0",
            "identifier": "outTemperature",
            "name": "室外温度",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "℃"
        },
        {
            "id": "1983736962646831107",
            "belongSn": "product_001",
            "belongType": "0",
            "identifier": "inTemperature",
            "name": "室内温度",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "℃"
        },
        {
            "id": "1983886947820531713",
            "belongSn": "mqtt_broker_001",
            "belongType": "0",
            "identifier": "windSpeed",
            "name": "风速",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "m/s"
        },
        {
            "id": "1983886947837308930",
            "belongSn": "mqtt_broker_001",
            "belongType": "0",
            "identifier": "inTemperature",
            "name": "室内温度",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "℃"
        },
        {
            "id": "1983886947837308931",
            "belongSn": "mqtt_broker_001",
            "belongType": "0",
            "identifier": "outTemperature",
            "name": "室外温度",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "℃"
        },
        {
            "id": "1983886947837308932",
            "belongSn": "mqtt_broker_001",
            "belongType": "0",
            "identifier": "humidity",
            "name": "湿度",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "%rh"
        },
        {
            "id": "1983886947837308933",
            "belongSn": "mqtt_broker_001",
            "belongType": "0",
            "identifier": "voice",
            "name": "音量",
            "parentId": "0",
            "dataType": "float",
            "sortNum": 0,
            "fromType": "0",
            "remark": null,
            "unit": "分贝"
        }
    ],
    "code": 200,
    "msg": "查询成功"
}
修改于 2026-01-18 14:07:39
上一页
设备最新数据
Built with