Manages linked identities for a unit.
/
Get Property Configuratio...
Property Management REST API (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
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "venue": null, "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, "notifyOnUnitSuspend": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string", "unitSuspendHtmlRegId": "string", "unitSuspendTextRegId": "string", "unitUserSuspendHtmlRegId": "string", "unitUserSuspendTextRegId": "string", "unitReactivateHtmlRegId": "string", "unitReactivateTextRegId": "string", "unitUserReactivateHtmlRegId": "string", "unitUserReactivateTextRegId": "string" }, "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/venues/{venueId}/propertyConfigs
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
{ "venueId": "string", "venueName": "string", "address": { "country": "string", "city": "string", "addressLine": "string" }, "description": "string", "venue": null, "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, "notifyOnUnitSuspend": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string", "unitSuspendHtmlRegId": "string", "unitSuspendTextRegId": "string", "unitUserSuspendHtmlRegId": "string", "unitUserSuspendTextRegId": "string", "unitReactivateHtmlRegId": "string", "unitReactivateTextRegId": "string", "unitUserReactivateHtmlRegId": "string", "unitUserReactivateTextRegId": "string" } }
Response
{ "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", "venue": null, "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, "notifyOnUnitSuspend": true, "unitAssignmentHtmlRegId": "string", "unitAssignmentTextRegId": "string", "unitPassphraseChangeHtmlRegId": "string", "unitPassphraseChangeTextRegId": "string", "guestPassphraseChangeHtmlRegId": "string", "guestPassphraseChangeTextRegId": "string", "portalAccessResetHtmlRegId": "string", "portalAccessResetTextRegId": "string", "portAssignmentHtmlRegId": "string", "portAssignmentTextRegId": "string", "unitSuspendHtmlRegId": "string", "unitSuspendTextRegId": "string", "unitUserSuspendHtmlRegId": "string", "unitUserSuspendTextRegId": "string", "unitReactivateHtmlRegId": "string", "unitReactivateTextRegId": "string", "unitUserReactivateHtmlRegId": "string", "unitUserReactivateTextRegId": "string" } }
Response
{ "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
{ "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
{ "fields": [ "string" ], "sortField": "string", "keyword": "string", "sortOrder": "ASC", "page": 0, "pageSize": 0, "filters": { "property1": null, "property2": null } }
Response
{ "totalElements": 0, "totalPages": 0, "pageable": { "paged": true, "pageNumber": 0, "pageSize": 0, "unpaged": true, "offset": 0, "sort": { … } }, "first": true, "last": true, "size": 0, "content": [ null ], "number": 0, "sort": { "sorted": true, "unsorted": true, "empty": true }, "numberOfElements": 0, "empty": true }