- Product
- Category
- _User
- _Installation
- Evidence
- Rule
- Device
- _Role
- License
- View
- Crond
- ProductTemplet
- Channel
- LogLevel
- Wechat
- Instruct
- App
- METER
- Gb26875
- System
- Log
- Project
- Group
- Data
- Notification
- TOPO
- _Session
- Menu
- Maintenance
- Timescale
- Permission
- Dict
- Decoder
- OPC
- Devicelog
- aliyun
- FFMPEG
- Article
- Basic
- Dlink
- BACnet
- UniApp
amis查询产品管理
正式环境
https://prod.iotn2n.com
正式环境
https://prod.iotn2n.com
GET
/iotapi/amis/Product
Product
请求参数
Query 参数
orderBy
string
可选
orderDir
string
可选
perPage
integer
可选
page
integer
可选
count
string
可选
keys
string
可选
include
string
include
where
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://prod.iotn2n.com/iotapi/amis/Product'
返回响应
🟢200返回产品管理记录数
application/json
Body
results
array[object (Product) {24}]
可选
ACL
object
可选
示例值:
{"*":{"read":true,"write":false}}
category
object
可选
channel
object
可选
children
object
可选
config
object
可选
content
object
可选
createdAt
string
可选
decoder
object
可选
desc
string
可选
devType
string
可选
dynamicReg
boolean
可选
icon
string
可选
name
string
可选
netType
string
可选
nodeType
number
可选
objectId
string
可选
productIdentifier
string
可选
productSecret
string
可选
producttemplet
object
可选
profile
object
可选
serverCallbackModel
array
可选
thing
object
可选
topics
object
可选
updatedAt
string
可选
示例
{
"results": [
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"category": {
"__type": "Pointer",
"className": "Category",
"objectId": "string"
},
"channel": {},
"children": {
"__type": "Relation",
"className": "Product"
},
"config": {},
"content": {},
"createdAt": "string",
"decoder": {},
"desc": "string",
"devType": "string",
"dynamicReg": true,
"icon": "string",
"name": "string",
"netType": "string",
"nodeType": 0,
"objectId": "string",
"productIdentifier": "string",
"productSecret": "string",
"producttemplet": {
"__type": "Pointer",
"className": "ProductTemplet",
"objectId": "string"
},
"profile": {},
"serverCallbackModel": [
null
],
"thing": {},
"topics": {},
"updatedAt": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🔴500Server Internal error