Manage floor-plans and calibration-points (calibrations-points are used to establish, for example, precise AP positioning).
/
Access Floor Plans
Venue Service API & Model Documentation (0.2.8)
- Generated server url
http://localhost/venues/{venueId}/floorplans/{floorPlanId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "id": "string", "venueId": "string", "name": "string", "floorNumber": 0, "imageId": "string", "imageName": "string" }
- Generated server url
http://localhost/venues/{venueId}/floorplans/{floorPlanId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "venueId": "string", "name": "string", "floorNumber": 0, "imageId": "string", "imageName": "string" }
Response
{ "requestId": "string", "response": { "id": "string", "venueId": "string", "name": "string", "floorNumber": 0, "imageId": "string", "imageName": "string" } }
- Generated server url
http://localhost/venues/{venueId}/floorplans/{floorPlanId}
- 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/{venueId}/floorplans
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
[ { "id": "string", "venueId": "string", "name": "string", "floorNumber": 0, "imageId": "string", "imageName": "string" } ]
- Generated server url
http://localhost/venues/{venueId}/floorplans
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "id": "string", "venueId": "string", "name": "string", "floorNumber": 0, "imageId": "string", "imageName": "string" }
Response
{ "requestId": "string", "response": { "id": "string", "venueId": "string", "name": "string", "floorNumber": 0, "imageId": "string", "imageName": "string" } }
- Generated server url
http://localhost/venues/{venueId}/signurls/{fileId}/urls
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "fileId": "string", "signedUrl": "string" }