应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 制造业设备信息写权限 | API Explorer |
第三方企业应用 | 支持 | 制造业设备信息写权限 | API Explorer |
第三方个人应用 | 暂不支持 | 制造业设备信息写权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | deviceNotExist | 30000,设备不存在 | 设备不存在 |
400 | deviceIdError | 30006,设备id异常 | 设备id异常 |
curl --location --request POST 'https://api.dingtalk.com/v1.0/devicemng/customers/devices/inspectInfos/query' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNumber" : Integer,
"pageSize" : Integer,
"deviceUuid" : [ "String" ],
"type" : "String"
}'
{
"totalCount": 0,
"success": true,
"result": [
{
"deviceName": "string",
"deviceCode": "string",
"type": "string",
"status": 0,
"repairStatus": 0,
"maintenanceStaff": [
"string"
],
"handleTime": "string",
"remark": "string",
"name": "string",
"gmtCreate": "string"
}
]
}
【钉钉】API开发者 微信交流群
用微信扫右侧二维码,加入【钉钉】API开发者 交流群,互助沟通