更新时间:2023-06-20 14:54:12
本文介绍获取设备功能点列表的 API。
根据设备 ID 查询设备支持的功能点列表。
GET: /v1.0/expand/devices/{device_id}/functions
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
device_id | String | uri | true | 涂鸦设备 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List | 返回结果 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
function_code | String | 功能点 |
function_name | String | 功能点名称 |
GET: /v1.0/expand/devices/6ce****/functions
{
"result": [
{
"function_code": "tyabinmc7h",
"function_name": "人脸识别"
}
],
"t": 1551851043862,
"success": true
}
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈