- TOKEN授权认证
- Api对接
- Api对接流程图--必看
- 基础信息设置
- 巡检记录上传
- 数据获取
- 工单影像数据
- 2.12 转换成bim点位GET
- 页面集成
- App融合方案
获取巡检点位
测试环境
测试环境
GET
https://test.vsleem.com/api
请求参数
Query 参数
cadId
integer
必需
示例值:
{{companyId}}
authorizationCode
string
必需
示例值:
{{authorizationCode}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://test.vsleem.com/api/third/patrol/getPatrolPoint?cadId={{companyId}}&authorizationCode=authorizationCode'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {10}]
必需
name
string
巡检点位名称
no
string
巡检点位编号
projectId
integer
vsleem项目编号
buildName
string
vsleem建筑名称
buildId
integer
vsleem建筑id
floorId
integer
vsleem楼层id
floor
string
vsleem楼层
floorName
string
vsleem楼层名称
cadId
integer
vsleem cad id
areaPoint
string
巡检点位x、y坐标
示例
{
"code": 200,
"msg": "成功",
"data": [
{
"name": "过后就感觉",
"no": "XD24F06173101PEJ",
"projectId": 846,
"buildName": "测试二期建筑13",
"buildId": 1336,
"floorId": 9709,
"floor": "1",
"floorName": "接待厅",
"type": 2,
"cadId": 2585,
"areaPoint": "[{\"x\":-2285,\"y\":-8853,\"yaw\":3.149550045313002}]",
"areaShape": "patrol",
"areaColor": "#1A91F7",
"thumbnail": "https://obs-vsleem.vsais.com/null/25d25e228e254136a929d01c6d3f301e.png"
}
]
}
修改于 2025-04-14 12:34:17