1. Configuration
APE
  • 快速开始
  • 项目文件
  • 版本下载
  • REST
    • Auth
      • Get JWT Token
      • Reset Password
      • Refresh JWT Token
    • Service
      • Master
        • Service Status
        • Install Service
        • Uninstall Service
        • Restart Service
    • Configuration
      • Get Master Configuration
        GET
      • Set Master Configuration
        PUT
      • Get Worker Configuration
        GET
      • Set Worker Configuration
        PUT
      • Get Locators Configuration
        GET
      • Get Filters Configuration
        GET
      • Set Filters Configuration
        PUT
    • BP
      • Set BP
      • Get BP
      • Delete BP
    • RTLS
      • Positions
      • Userdata
      • Locators
      • Update Positions
      • Report
      • Dashboard
  • 数据模型
    • ServiceStatus
    • ConfigurationMaster
    • ConfigurationWorker
    • ConfigurationFilters
    • BP
    • ConfigurationLocator
    • Coord
  1. Configuration

Get Locators Configuration

开发中
GET
/api/config/locators

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{
    "locators": [
        {
            "map": 0,
            "mac": "ff1988000002",
            "x": 2.045,
            "y": -1.904,
            "z": 2.4,
            "pitch": 0.0,
            "yaw": 0.0,
            "roll": 0.0,
            "constraint": [
                {
                    "x": -1.9607309,
                    "y": 1.7667922
                },
                {
                    "x": 1.4738065,
                    "y": 1.8107078
                },
                {
                    "x": 1.4910235,
                    "y": -2.686895
                },
                {
                    "x": -1.939933,
                    "y": -2.6605732
                }
            ],
            "model": "DA004-MAX-P2",
            "name": "DA004-MAX-P2"
        },
        {
            "map": 0,
            "mac": "54feebb99d0a",
            "x": 2.078,
            "y": -4.815,
            "z": 2.837,
            "pitch": 0.0,
            "yaw": 0.0,
            "roll": 0.0,
            "constraint": [
                {
                    "x": -1.9560837,
                    "y": 2.2828927
                },
                {
                    "x": 1.4713116,
                    "y": 2.2479117
                },
                {
                    "x": 1.4105526,
                    "y": -2.2278206
                },
                {
                    "x": -1.9988064,
                    "y": -2.2471588
                }
            ],
            "model": "DA004-MAX-P2",
            "name": "DA004-MAX-P2"
        },
        {
            "map": 0,
            "mac": "c47e7a14743a",
            "x": 2.085,
            "y": -4.204,
            "z": 2.57,
            "pitch": 0.0,
            "yaw": -90.203,
            "roll": 0.0,
            "constraint": [
                {
                    "x": -1.894028,
                    "y": 3.4437654
                },
                {
                    "x": 1.5225015,
                    "y": 3.474555
                },
                {
                    "x": 1.50793,
                    "y": -3.491401
                },
                {
                    "x": -1.9211532,
                    "y": -3.491401
                }
            ],
            "model": "DA002-P2",
            "name": "DA002-P2"
        }
    ]
}
修改于 2026-04-25 10:19:19
上一页
Set Worker Configuration
下一页
Get Filters Configuration
Built with