# 获取单个面积分区信息
GET https://api.bimface.com/data/v2/integrations/{integrateId}/areas/{areaId}
# 参数
# Header
Authorization * | Bearer {accessToken} | string |
# Path
areaId * | 面积分区ID | string |
integrateId * | 集成模型ID | integer (int64) |
# 响应
HTTP代码 | 说明 | 类型 |
---|---|---|
200 | OK | GeneralResponse«Area» |
401 | Unauthorized | - |
403 | Forbidden | - |
404 | Not Found | - |
# 200响应参数
GeneralResponse«Area»
名称 | 说明 | 类型 |
---|---|---|
code | 状态代码 | string |
data | 返回数据 | Area |
message | 提示消息 | string |
# 生成
*/*
application/json
# HTTP请求示例
# 请求 path
https://api.bimface.com/data/v2/integrations/1738888866720224/areas/1315296732840480_313464
# 请求 header
"Authorization: Bearer cn-e9725999-0b36-4c0e-bdca-38ea88888888"
# HTTP响应示例
# 响应 200
{
"code" : "success",
"data" : {
"area" : 5.16E7,
"boundary" : {"loops":[[[{"x":-2845.05,"y":5899.48,"z":0.0},{"x":-7745.05,"y":5899.48,"z":0.0}],[{"x":-7745.05,"y":5899.48,"z":0.0},{"x":-7745.05,"y":1399.48,"z":0.0}],[{"x":-7745.05,"y":1399.48,"z":0.0},{"x":-2845.05,"y":1399.48,"z":0.0}],[{"x":-2845.05,"y":1399.48,"z":0.0},{"x":-2845.05,"y":5899.48,"z":0.0}]]],"version":"2.0"},
"boundarySegments" : [
"299019",
"299441"
],
"id" : "1315296732840480_313464",
"levelId" : "1",
"maxPt" : {
"x" : -4938.06,
"y" : -3201.59,
"z" : 0.0
},
"minPt" : {
"x" : -4938.06,
"y" : -3201.59,
"z" : 0.0
},
"name" : "dining room 4",
"perimeter" : 28802.01,
"properties" : [ {
"group" : "dimension",
"items" : [ {
"code" : "perimeter",
"extension" : "object",
"key" : "perimeter",
"orderNumber" : 0,
"unit" : "mm",
"value" : 17200,
"valueType" : 2
} ]
} ],
"viewName" : "11"
},
"message" : null
}
← 获取楼层对应面积分区列表 获取分类树 →