Buildium integration (Productivity, Data). Imported from open-connector.
https://api.buildium.com/v1/rentals
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. |
| offset | integer | optional | Zero-based record offset used for pagination. |
| orderBy | string | optional | Buildium orderby expression used to sort returned records. |
| propertyIds | array | optional | Rental property identifiers to include. |
/v1/rentals/{propertyId}
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | integer | required | The Buildium rental property identifier. |
/v1/rentals/units
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. |
| offset | integer | optional | Zero-based record offset used for pagination. |
| orderBy | string | optional | Buildium orderby expression used to sort returned records. |
| propertyIds | array | optional | Rental property identifiers used to filter units. |
| unitIds | array | optional | Rental unit identifiers to include. |
/v1/rentals/units/{unitId}
| Param | Type | Required | Description |
|---|---|---|---|
| unitId | integer | required | The Buildium rental unit identifier. |
/v1/rentals/owners
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | Maximum number of records to return. |
| offset | integer | optional | Zero-based record offset used for pagination. |
| orderBy | string | optional | Buildium orderby expression used to sort returned records. |
| rentalOwnerIds | array | optional | Rental owner identifiers to include. |
/v1/rentals/owners/{rentalOwnerId}
| Param | Type | Required | Description |
|---|---|---|---|
| rentalOwnerId | integer | required | The Buildium rental owner identifier. |
/v1/rentals/{propertyId}/notes
| Param | Type | Required | Description |
|---|---|---|---|
| propertyId | integer | required | The Buildium rental property identifier. |
| updatedDateTimeFrom | string | optional | Filter to notes updated at or after this Buildium date-time value. |
| updatedDateTimeTo | string | optional | Filter to notes updated at or before this Buildium date-time value. |
| lastUpdatedByUserId | integer | optional | Filter to notes last updated by this user identifier. |
| limit | integer | optional | Maximum number of records to return. |
| offset | integer | optional | Zero-based record offset used for pagination. |
| orderBy | string | optional | Buildium orderby expression used to sort returned records. |