- 设备及系统服务
- area-controller
- 客户与图纸关系
- 客户管理
- 设备型号
- 设备型号-故障代码
- 设备型号-参数
- 设备型号-参数分组(可视化分组)
- 设备类型
- 设备类型-故障代码
- 设备类型-参数
- 文件(知识库)
- 图纸通讯信息配置
- 项目管理
- 项目看板
- 客户化配置
- 默认指标
- 标签接口
- 计量单位
- oss-file-controller
- 参数手册
- 告警服务
- alarm-strategy-controller
- 数据分析服务
- device-error-record-controller
- 用户中心服务
- app-controller
- user-controller
- dept-controller
- language-controller
- menu-controller
- mobile-language-controller
- mobile-user-controller
- pos-controller
- role-controller
- tenant-controller
- 售后维保服务
- 设备数据服务
- 消息日志服务
图纸列表
GET
/customer-topologies-relation
客户与图纸关系
请求参数
Query 参数
customerId
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 'http://127.0.0.1/customer-topologies-relation?customerId='
返回响应
🟢200OK
application/json
Body
_embedded
array[object (CustomerTopologiesRelation对象) {8}]
可选
createBy
string
创建人
createTime
string
创建时间
customerId
string
客户id
tenant
string
租户id
topologiesId
integer <int64>
图纸id
topologiesName
string
图纸名称
updateBy
string
更新人
updateTime
string
更新时间
code
integer <int32>
可选
message
string
可选
timestamp
string
可选
示例
{
"_embedded": [
{
"createBy": "string",
"createTime": "string",
"customerId": "string",
"tenant": "string",
"topologiesId": 0,
"topologiesName": "string",
"updateBy": "string",
"updateTime": "string"
}
],
"code": 0,
"message": "string",
"timestamp": "string"
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2022-06-20 08:28:11