- Added SLA and on-hold fields — The
first_responded_at,on_hold, andslafields have been added to the maintenance issue object.on_holdis a nested object withatandreason, ornullwhen the issue is not on hold.slais a nested object withpaused_seconds,resolution_due_at,response_due_at, andstatus. (maintenance.issue) - Nested availability fields (breaking) — The
availability_days,availability_every_day, andavailability_time_slotsfields have been replaced by a nestedavailabilityobject.availabilityisnullwhen availability has not been set. (maintenance.issue) - Nested triage fields (breaking) — The
triage_enabled,triage_portal_completion_session, andtriage_resolvedfields have been replaced by a nestedtriageobject.triageisnullwhen triage is not enabled. (maintenance.issue) - Added
consumer_linkandsourcefields — Theconsumer_linkandsourcefields have been added to the resident object.consumer_linkis one ofnone,pending,linked, orrejectedand reports whether the OneMove user has confirmed they live at the building.sourceismanualortenancy. (resident)
- Added
videosfield — Thevideosfield has been added to the maintenance issue object. (maintenance.issue)
No changes to existing objects.
No changes to existing objects.
Initial version.