- 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
获取部署管理详情
正式环境
https://prod.iotn2n.com
正式环境
https://prod.iotn2n.com
GET
/iotapi/classes/_Installation/{id}
_Installation
请求参数
Path 参数
id
string
部署管理的ID
示例代码
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/_Installation/'
返回响应
🟢200返回部署管理数据
application/json
Body
ACL
object
可选
示例值:
{"*":{"read":true,"write":false}}
GCMSenderId
string
可选
appIdentifier
string
可选
appName
string
可选
appVersion
string
可选
badge
number
可选
channels
array
可选
createdAt
string
可选
deviceToken
string
可选
deviceType
string
可选
installationId
string
可选
localeIdentifier
string
可选
objectId
string
可选
parseVersion
string
可选
pushType
string
可选
timeZone
string
可选
updatedAt
string
可选
示例
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"GCMSenderId": "string",
"appIdentifier": "string",
"appName": "string",
"appVersion": "string",
"badge": 0,
"channels": [
null
],
"createdAt": "string",
"deviceToken": "string",
"deviceType": "string",
"installationId": "string",
"localeIdentifier": "string",
"objectId": "string",
"parseVersion": "string",
"pushType": "string",
"timeZone": "string",
"updatedAt": "string"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404object not found
🔴500Server Internal error