AOA Positioning Engine
    • Auth
      • Sign In
        POST
      • Reset Password
        PUT
      • Refresh
        GET
    • Service
      • Master
        • Service Status
        • Install Service
        • Uninstall Service
        • Restart Service
      • Worker
        • 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
        PUT
      • Get BP
        GET
      • Delete BP
        DELETE
    • RTLS
      • Positions
        GET
      • Userdata
        GET
      • Locators
        GET
      • Update Positions
        POST
      • Report
        GET
      • Dashboard
        GET
    • 数据模型
      • ServiceStatus
      • ConfigurationMaster
      • ConfigurationWorker
      • ConfigurationFilters
      • BP

    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