获取集成模型流动路径中连接关系最近的构件
  说明
 依据筛选条件,获取该构件相关的每条路径中,上/下游与该构件连接关系最近的构件。例如:获取离该管道下游连接关系最近的,type=开关的构件。
  参数
  | Authorization * | Bearer {accessToken} | string | 
*为必填项
 Path
 | element-id * | 构件id | string | 
 | file-id-hash * | 集成模型子文件hash值 | string | 
 | integrate-id * | 集成文件id | integer (int64) | 
*为必填项
 Body
 | filter* | 拓扑属性筛选条件 | object | 
 | type | 上游:upstream,下游:downstream | string | 
  响应
 | HTTP代码 | 说明 | 类型 | 
|---|
 | 200 | OK | GeneralResponseV1«List«string»» | 
 | 201 | Created | - | 
 | 401 | Unauthorized | - | 
 | 403 | Forbidden | - | 
 | 404 | Not Found | - | 
  200响应参数
 GeneralResponseV1«List«string»»
 | 名称 | 说明 | 类型 | 
|---|
 | code | 样例: "code" | string | 
 | data | 返回数据 | < string >array | 
 | message | 样例: "message" | string | 
  消耗
   生成
   HTTP请求示例
  请求 path
   请求 body
  HTTP响应示例
  响应 200