获取组态列表
GET
/scada/configure/find
请求参数
Query 参数
pageIndex
string
可选
示例值:
1
pageSize
string
可选
示例值:
10
id
string
组态id
label
string
可选
parentId
string
组态父级id
sourceType
string
可选
sourceId
string
可选
deptId
string
可选
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/scada/configure/find?pageIndex=1&pageSize=10&id=&label=&parentId=&sourceType=&sourceId=&deptId=' \
--header 'Authentication: 在用户管理中创建或通过login接口获取' \
--header 'Authentication;'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2023-07-08 06:47:40