Manages linked identities for a unit.
Property Management//
- Update Resident Portal Assignment
Get Property Configuration
Update Property Configuration
Selectively Update Property Configuration
Query Property Configurations
Update Resident Portal As...
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}/propertyConfigs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
- application/hal+json
- application/vnd.ruckus.v1+json
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "personaGroupId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da", "status": "DISABLED", "unitConfig": { "type": "string", "residentPortalAllowed": true, "residentApiAllowed": true, "useMaxUnitCount": true, "maxUnitCount": 0, "guestAllowed": true }, "communicationConfig": { "type": "string", "sendEmail": true, "sendSms": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string" }, "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/venues/{venueId}/propertyConfigs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- application/json
- application/vnd.ruckus.v1+json
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "personaGroupId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da", "status": "DISABLED", "unitConfig": { "type": "string", "residentPortalAllowed": true, "residentApiAllowed": true, "useMaxUnitCount": true, "maxUnitCount": 0, "guestAllowed": true }, "communicationConfig": { "type": "string", "sendEmail": true, "sendSms": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string" } }
Response
- application/json
- application/vnd.ruckus.v1+json
{ "requestId": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/venues/{venueId}/propertyConfigs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
application/json
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "personaGroupId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da", "status": "DISABLED", "unitConfig": { "type": "string", "residentPortalAllowed": true, "residentApiAllowed": true, "useMaxUnitCount": true, "maxUnitCount": 0, "guestAllowed": true }, "communicationConfig": { "type": "string", "sendEmail": true, "sendSms": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string" } }
Response
- application/json
- application/vnd.ruckus.v1+json
{ "requestId": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/venues/{venueId}/propertyConfigs/residentPortalAssignments/{residentPortalId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
- application/json
- application/vnd.ruckus.v1+json
{ "venueId": "string", "residentPortalId": "e8c784df-e1dd-4a2f-bf68-3c29e8c7e9da" }
- Generated server urlhttp://localhost:8080/venues/propertyConfigs/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
- application/hal+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 }