Manages linked identities for a unit.
- Updates Resident Portal Configurations
Adds Resident Portal
Query Resident Portals
Gets Resident Portal
Delete Resident Portal
Gets Resident Portal File
Deletes Resident Portal File
Updates Resident Portal C...
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/residentPortals
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
multipart/form-data
{
"portal": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"portalStatus": "DISABLED",
"uiConfiguration": {
"type": "string",
"access": {
"tenantSetDpsk": true
},
"color": {
"mainColor": "string",
"accentColor": "string",
"separatorColor": "string",
"textColor": "string"
},
"files": {
"logoFileName": "string",
"favIconFileName": "string"
},
"text": {
"loginText": "string",
"title": "string",
"subTitle": "string",
"announcements": "string",
"helpText": "string"
}
}
},
"logo": "string",
"favIcon": "string"
}Response
{ "requestId": "string", "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/residentPortals/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": [ { … } ], "number": 0, "sort": { "sorted": true, "unsorted": true, "empty": true }, "numberOfElements": 0, "empty": true }
- Generated server urlhttp://localhost:8080/residentPortals/{portalId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payloadResponse
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "portalStatus": "DISABLED", "venueCount": 0, "uiConfiguration": { "type": "string", "access": { … }, "color": { … }, "files": { … }, "text": { … } }, "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/residentPortals/{portalId}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
multipart/form-data
{
"changes": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"description": "string",
"portalStatus": "DISABLED",
"uiConfiguration": {
"type": "string",
"access": {
"tenantSetDpsk": true
},
"color": {
"mainColor": "string",
"accentColor": "string",
"separatorColor": "string",
"textColor": "string"
},
"files": {
"logoFileName": "string",
"favIconFileName": "string"
},
"text": {
"loginText": "string",
"title": "string",
"subTitle": "string",
"announcements": "string",
"helpText": "string"
}
}
},
"logo": "string",
"favIcon": "string"
}Response
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "portalStatus": "DISABLED", "venueCount": 0, "uiConfiguration": { "type": "string", "access": { … }, "color": { … }, "files": { … }, "text": { … } }, "_links": { "property1": { … }, "property2": { … } } }
- Generated server urlhttp://localhost:8080/residentPortals/{portalId}/files/{type}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload- Generated server urlhttp://localhost:8080/residentPortals/{portalId}/files/{type}
- Payload
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
No request payload