查询schema
测试中
GET
/api/schema/get
请求参数
Query 参数
schemaPath
string
可选
示例值:
properties.props.properties.config.properties.subdevice
productModel
string
产品时必填
示例值:
xxxx
sn
string
设备时必填
示例值:
abababab
Header 参数
Authentication
string
必需
示例值:
{{token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'ssiot.cc/api/schema/get?schemaPath=properties.props.properties.config.properties.subdevice&productModel=xxxx&sn=abababab' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Authentication;'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}