Manage floor-plans and calibration-points (calibrations-points are used to establish, for example, precise AP positioning).
Venue Service API & Model Documentation (0.2.8)
- Generated server url
http://localhost/venues/{venueId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "floorPlans": [ { … } ], "isTemplate": true }
- Generated server url
http://localhost/venues/{venueId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "floorPlans": [ { … } ], "isTemplate": true }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "floorPlans": [ … ], "isTemplate": true } }
- Generated server url
http://localhost/venues/{venueId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "requestId": "string", "response": {} }
- Generated server url
http://localhost/venues
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "name": "string", "description": "string", "address": { "country": "string", "countryCode": "string", "city": "string", "addressLine": "string", "latitude": 0.1, "longitude": 0.1, "timezone": "string", "notes": "string" }, "tags": [ "string" ], "floorPlans": [ { … } ], "isTemplate": true }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "floorPlans": [ … ], "isTemplate": true } }