根据指定部位条件返回有测量记录的结果
请求方式: GET
请求路径:
https://prod.open-api.mysre.cn/measure/locations
| 参数名 | 参数位置 | 参数类型 | 必填 | 默认值 | 示例 | 描述 |
|---|---|---|---|---|---|---|
| project_id | query | string | 是 | 39ff70b4-7376-6fc3-0f15-2ce1824c7e8d | 项目ID | |
| conditions | query | string | 是 | 指定部位构成的条件 |
{
"project_id": "39ff70b4-7376-6fc3-0f15-2ce1824c7e8d",
"conditions": ""
}
{
"errcode": 0,
"errmsg": "请求成功",
"data": [{
"id": "43376a5c-6938-441e-917b-5dbcb98dbddf",
"bidsection_id": "39ff70ba-0283-0743-969d-969492863305",
"bidsection_name": "标段一",
"item_id": "39d772e6-aa47-91cd-2cc1-7cc507e17aad",
"item_name": "装饰工程-开间进深",
"process_mode": "1",
"building_id": "39ff70b8-63f9-8870-6723-78d169e3a2db",
"building_name": "1#",
"unit": "1",
"floor": "1",
"room_id": "39ff70b8-643b-7407-ec71-0f39585c7be7",
"room_no": "101-1",
"room_name": "weij-测试项目-一期-1#-1-1-101-1",
"status": "检查完毕",
"regist_date": "2021-10-20 15:25:38"
}]
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|
| errcode | number | |
| errmsg | string | |
| data | array | |
| data.id | string | |
| data.bidsection_id | string | 标段ID |
| data.bidsection_name | string | 标段名称 |
| data.item_id | string | 检查项id |
| data.item_name | string | 检查项名称 |
| data.process_mode | string | 检查项部位划分 |
| data.building_id | string | 楼栋id |
| data.building_name | string | 楼栋名称 |
| data.unit | string | 单元 |
| data.floor | string | 楼层 |
| data.room_id | string | 房间id |
| data.room_no | string | 房间编号 |
| data.room_name | string | 房间完整名称 |
| data.status | string | 测量状态 |
| data.regist_date | string | 提交时间 |
{
"errcode":4001,
"errmsg":"必填参数不能为空",
"data":null
}
| 参数名 | 参数类型 | 描述 |
|---|---|---|