Manages linked identities for a unit.
Property Management (1.0.0)
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost:8080
- Generated server urlhttp://localhost:8080/venues/{venueId}/units
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
- application/json
- application/vnd.ruckus.v1+json
{ "totalPages": 0, "totalElements": 0, "first": true, "last": true, "size": 0, "content": [ {} ], "number": 0, "sort": { "empty": true, "unsorted": true, "sorted": true }, "pageable": { "offset": 0, "sort": { … }, "unpaged": true, "paged": true, "pageNumber": 0, "pageSize": 0 }, "numberOfElements": 0, "empty": true }
- Generated server urlhttp://localhost:8080/venues/{venueId}/units
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- multipart/form-data
- application/json
- application/vnd.ruckus.v1+json
{
"unitImports": "string"
}Response
- multipart/form-data
- */*
{
"requestId": "string"
}- Generated server urlhttp://localhost:8080/venues/{venueId}/units/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- application/json
- application/vnd.ruckus.v1+json
{ "fields": [ "string" ], "sortField": "string", "keyword": "string", "sortOrder": "ASC", "page": 0, "pageSize": 0, "filters": { "property1": {}, "property2": {} } }
Response
- text/csv
- application/hal+json
- application/vnd.ruckus.v1+json
No response exampleBodyrequired Array []
- application/json
- application/vnd.ruckus.v1+json
Unit ids (maximum of 100) to send notifications
string(uuid)
- Generated server urlhttp://localhost:8080/venues/{venueId}/units/notifications
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- application/json
- application/vnd.ruckus.v1+json
[ "497f6eca-6276-4993-bfeb-53cbbbba6f08" ]
- Generated server urlhttp://localhost:8080/venues/{venueId}/units/{unitId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
- application/hal+json
- application/vnd.ruckus.v1+json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "resident": { "name": "string", "email": "string", "phoneNumber": "string" }, "status": "DISABLED", "dpsks": [ { … } ], "accessPoint": { "name": "string", "selectedPorts": [ … ] }, "trafficControl": { "meteringProfileId": "string", "profileExpiry": "2019-08-24T14:15:22Z" }, "personaId": "0387819c-a33e-454c-ad84-570bf53cd75f", "guestPersonaId": "18b4ce0f-80e0-4cf7-b6fa-bc1935214748", "identityCount": 0, "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/venues/{venueId}/units/{unitId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
- application/json
- application/vnd.ruckus.v1+json
{ "requestId": "string" }
- Generated server urlhttp://localhost:8080/venues/{venueId}/units/{unitId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- application/json
- application/vnd.ruckus.v1+json
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "resident": { "name": "string", "email": "string", "phoneNumber": "string" }, "status": "DISABLED", "dpsks": [ { … } ], "accessPoint": { "name": "string", "selectedPorts": [ … ] }, "trafficControl": { "meteringProfileId": "string", "profileExpiry": "2019-08-24T14:15:22Z" }, "personaId": "0387819c-a33e-454c-ad84-570bf53cd75f", "guestPersonaId": "18b4ce0f-80e0-4cf7-b6fa-bc1935214748" }
Response
- application/json
- application/vnd.ruckus.v1+json
{ "requestId": "string", "_links": { "property1": { … }, "property2": { … } } }