# 查询净空分析状态

GET https://api.bimface.com/feature-management/v1/spaces/clearance-height-check/status

# 说明

查询该模型对应的净空分析状态。

# 参数

Authorization * Bearer {accessToken} string
*为必填项
# Query
clearanceHeightId * 净空分析ID integer (int64)
*为必填项

# 响应

HTTP代码 说明 类型
200 OK GeneralResponseV1«ClearanceResponse»
401 Unauthorized -
403 Forbidden -
404 Not Found -
# 200响应参数
GeneralResponseV1«ClearanceResponse»
名称 说明 类型
code 样例: "code" string
data 返回数据 ClearanceResponse
reason 失败原因 string
clearanceHeightId 净空分析ID int64
createTime 创建时间 int64
errorCode 错误码 string
status 任务状态 string
message 样例: "message" string

# 生成

  • */*
  • application/json

# HTTP请求示例

# 请求 path
https://api.bimface.com/feature-management/v1/spaces/clearance-height-check/status?clearanceHeightId=2544681853764224
# 请求 header
"Authorization: Bearer dc671840-bacc-4dc5-a134-97c1918d664b"

# HTTP响应示例

# 响应 200
{
    "code": "bimfaceservice-0000",
    "message": null,
    "data": {
        "clearanceHeightId": 2544681853764224,
        "cost": 405,
        "createTime": "2022-12-30T07:04:11.000Z",
        "databagVersion": null,
        "errorCode": null,
        "fileVersion": null,
        "reason": null,
        "status": "success"
    }
}