Manage floor plans.
- Delete Venue Template by ID
Get Venue Template by ID
Update Venue Template
Create Venue Template
Delete Venue Template by...
Venues (0.2.9)
Download OpenAPI description
Overview
License
Languages
Servers
RUCKUS One API host for North American region.
https://api.ruckus.cloud/
RUCKUS One API host for European region.
https://api.eu.ruckus.cloud/
RUCKUS One API host for Asian region.
https://api.asia.ruckus.cloud/
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "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" ], "isTemplate": true, "isEnforced": true, "templateContext": "string", "templateVersion": 0 }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueTemplateId}
- 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" ], "isTemplate": true, "isEnforced": true, "templateContext": "string", "templateVersion": 0 }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "isTemplate": true, "isEnforced": true, "templateContext": "string" } }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues/{venueTemplateId}
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/venues/{venueTemplateId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "requestId": "string", "response": null }
- RUCKUS One API host for North American region.https://api.ruckus.cloud/templates/venues
- RUCKUS One API host for European region.https://api.eu.ruckus.cloud/templates/venues
- RUCKUS One API host for Asian region.https://api.asia.ruckus.cloud/templates/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" ], "isTemplate": true, "isEnforced": true, "templateContext": "string", "templateVersion": 0 }
Response
{ "requestId": "string", "response": { "id": "string", "name": "string", "description": "string", "address": { … }, "tags": [ … ], "isTemplate": true, "isEnforced": true, "templateContext": "string" } }