Documentation Index
Fetch the complete documentation index at: https://docs.briksync.com/llms.txt
Use this file to discover all available pages before exploring further.
Week in review
This week refines the reporting and property APIs with more detailed data, making it easier to build integrations that reflect the full state of your portfolio.Updates
-
Full maintenance breakdown in operational reports — The
/reportsendpoint now returnsawaitingPartsandcancelledcounts alongsideopen,inProgress, andcompletedin the maintenance section. If you consume operational reports via the API, you now get a complete picture of maintenance request status distribution without needing to query individual requests. Learn more -
Archiving fields in the properties API — The properties API response now includes
is_archivedandarchived_atfields. Use these to programmatically identify which properties have been archived and when, or filter for archived properties using theavailability=archivedquery parameter. Learn more -
Notification expiration timestamps — Each notification now includes an
expires_atfield indicating when it will be automatically removed (90 days after creation). If your integration displays or syncs notifications, you can use this field to handle expiration gracefully on your end. Learn more