Manages linked identities for a unit.
Property Management//
- Associate Identity to Unit
Delete Unit Identity
Query Associated Identities for a Unit
Associate Identity to Uni...
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/{unitId}/identities/{identityId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
- application/json
- application/vnd.ruckus.v1+json
{ "unitId": "b3eb5f92-604a-46b9-9881-9d84000fd7ed", "personaType": "UNIT", "personaId": "0387819c-a33e-454c-ad84-570bf53cd75f" }
- Generated server urlhttp://localhost:8080/venues/{venueId}/units/{unitId}/identities/{identityId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload- Generated server urlhttp://localhost:8080/venues/{venueId}/units/identities/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 }