# 获取集成模型中相连通的所有管道系统

GET https://api.bimface.com/data/v1/pipe/integrations/{integrate-id}/system-ids

# 说明

获取集成模型文件中,和指定管道相连通的所有管道系统ID。

# 参数

Authorization * Bearer {accessToken} string
*为必填项
# Path
integrate-id * 集成文件id string
*为必填项
# Query
systemId * 系统Id string
*为必填项

# 响应

HTTP代码 说明 类型
200 OK GeneralResponseV1«EssentialPipingElementResponseBean»
401 Unauthorized -
403 Forbidden -
404 Not Found -
# 200响应参数
GeneralResponseV1«EssentialPipingElementResponseBean»
名称 说明 类型
code 状态代码 string
data 返回数据 < string >array
message 提示信息 string

# 生成

  • */*
  • application/json

# HTTP请求示例

# 请求 path
https://api.bimface.com/data/v1/pipe/integrations/20000000006016/system-ids?systemId=!2f022-0064-G01-10H1A!2fB1
# 请求 header
"Authorization: Bearer cn-e9725999-0b36-4c0e-bdca-38ea88888888"

# HTTP响应示例

# 响应 200
{
    "code": "bimfaceservice-0000",
    "message": null,
    "data":[
        "!2f022-5080-GTX-10H1A!2fB1",
        "!2f022-6001-G01-6H1A!2fB3",
        "!2f022-1001-GTX-10H1A!2fB2",
        "!2f022-3708-G01-6H1A!2fB1",
        "!2f022-1001-GTX-10H1A!2fB1"
    ]
}