- 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
查询License
正式环境
https://prod.iotn2n.com
正式环境
https://prod.iotn2n.com
GET
/iotapi/classes/License
License
where支持:[lt,lte, gt,gte, ne,in, nin,exists, select,dontSelect, all,regex, $text]
请求参数
Query 参数
order
可选
limit
可选
skip
skip
keys
可选
include
include
where
可选
示例代码
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/classes/License'
返回响应
🟢200返回License记录数
application/json
Body
results
array[object (License) {20}]
可选
ACL
object
可选
示例值:
{"*":{"read":true,"write":false}}
app
object
可选
appname
string
可选
core
string
可选
createdAt
string
可选
customer_name
string
可选
detail
object
可选
disk
string
可选
is_online
boolean
可选
key
string
可选
license
string
可选
mac
string
可选
objectId
string
可选
private_ip
string
可选
product
object
可选
public_ip
string
可选
software
string
可选
status
string
可选
type
string
可选
updatedAt
string
可选
示例
{
"results": [
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"app": {
"__type": "Pointer",
"className": "App",
"objectId": "string"
},
"appname": "string",
"core": "string",
"createdAt": "string",
"customer_name": "string",
"detail": {},
"disk": "string",
"is_online": true,
"key": "string",
"license": "string",
"mac": "string",
"objectId": "string",
"private_ip": "string",
"product": {},
"public_ip": "string",
"software": "string",
"status": "string",
"type": "string",
"updatedAt": "string"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🔴500Server Internal error