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
        • Set Master Configuration
        • Get Worker Configuration
        • Set Worker Configuration
        • Get Locators Configuration
        • Get Filters Configuration
        • Set Filters Configuration
      • BP
        • Set BP
        • Get BP
        • Delete BP
      • RTLS
        • Positions
        • Userdata
        • Locators
        • Update Positions
        • Report
        • Dashboard
    • 数据模型
      • ServiceStatus
      • ConfigurationMaster
      • ConfigurationWorker
      • ConfigurationFilters
      • BP
      • ConfigurationLocator
      • Coord

    BP

    {
        "id": "string",
        "name": "string",
        "floors": [
            {
                "id": "string",
                "name": "string",
                "width": 0,
                "height": 0,
                "origin": {
                    "x": 0,
                    "y": 0
                },
                "default_locator_height": 0,
                "default_locator_angles": {
                    "yaw": 0,
                    "pitch": 0,
                    "roll": 0
                },
                "locators": [
                    {
                        "id": "string",
                        "name": "string",
                        "model": "string",
                        "mac": "string",
                        "locked": true,
                        "position": {
                            "x": 0,
                            "y": 0,
                            "z": 0
                        },
                        "angles": {
                            "yaw": 0,
                            "pitch": 0,
                            "roll": 0
                        },
                        "constraint": [
                            {
                                "x": 0,
                                "y": 0
                            }
                        ]
                    }
                ],
                "images": [
                    {
                        "id": "string",
                        "name": "string",
                        "dataUrl": "string",
                        "x": 0,
                        "y": 0,
                        "locked": true,
                        "width": 0,
                        "height": 0,
                        "scaleX": 0,
                        "scaleY": 0,
                        "rotation": 0
                    }
                ],
                "dimensions": [
                    {
                        "id": "string",
                        "name": "string",
                        "points": [
                            0
                        ],
                        "locked": true
                    }
                ]
            }
        ]
    }
    Built with