# 查询净空分析状态
GET https://api.bimface.com/feature-management/v1/spaces/clearance-height-check/status
# 说明
查询该模型对应的净空分析状态。
# 参数
# Header
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 |
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"
}
}
← 发起净空分析 查询模型净空分析ID列表 →