- 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/Article/{id}
Article
请求参数
Path 参数
id
string
文章管理的ID
Query 参数
keys
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/Article/'
返回响应
🟢200返回文章管理数据
application/json
Body
ACL
object
可选
示例值:
{"*":{"read":true,"write":false}}
Icon
string
可选
category
string
可选
createdAt
string
可选
data
string
可选
desc
string
可选
ico
string
可选
name
string
可选
objectId
string
可选
order
number
可选
orderBy
number
可选
parent
object
可选
__type
string
可选
示例值:
Pointer
className
string
可选
示例值:
Article
objectId
string
可选
projectId
string
可选
timestamp
string
可选
type
string
可选
updatedAt
string
可选
示例
{
"ACL": {
"*": {
"read": true,
"write": false
}
},
"Icon": "string",
"category": "string",
"createdAt": "string",
"data": "string",
"desc": "string",
"ico": "string",
"name": "string",
"objectId": "string",
"order": 0,
"orderBy": 0,
"parent": {
"__type": "Pointer",
"className": "Article",
"objectId": "string"
},
"projectId": "string",
"timestamp": "string",
"type": "string",
"updatedAt": "string"
}
🟠400Bad Request
🟠401Unauthorized
🟠403Forbidden
🟠404object not found
🔴500Server Internal error
修改于 2022-08-20 05:31:16