Manages linked identities for a unit.
- Query Associated Identities for a Unit
Associate Identity to Unit
Delete Unit Identity
Query Associated Identiti...
Property Management REST API (1.0.0)
Download OpenAPI description
Overview
License
Languages
Servers
Generated server url
http://localhost:8080/
- Generated server url
http://localhost:8080/venues/{venueId}/units/{unitId}/identities/{identityId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload
Response
{ "unitId": "b3eb5f92-604a-46b9-9881-9d84000fd7ed", "personaType": "UNIT", "personaId": "0387819c-a33e-454c-ad84-570bf53cd75f" }
- Generated server url
http://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 url
http://localhost:8080/venues/{venueId}/units/identities/query
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "fields": [ "string" ], "sortField": "string", "sortOrder": "ASC", "page": 0, "pageSize": 0, "filters": { "property1": {}, "property2": {} } }
Response
{ "totalElements": 0, "totalPages": 0, "size": 0, "content": [ { … } ], "number": 0, "sort": { "empty": true, "sorted": true, "unsorted": true }, "pageable": { "offset": 0, "sort": { … }, "paged": true, "pageNumber": 0, "pageSize": 0, "unpaged": true }, "first": true, "last": true, "numberOfElements": 0, "empty": true }