get https://{tenant}.rubixx.app/api/v2/properties/void/departments/changes
Sample Request:
GET /api/v2.0/properties/void/departments/changes?sinceDate=01/01/2023
MAX PER PAGE LIMIT: 500
"data":[ {
"id": "a6fd806f-3f86-467d-9698-74af253b9bfc", --> void timeline Id
"voidPropertyPeriodId":"502302C4-0ED5-4A91-A3DE-71F61CFC8FDD",
"voidReference": "AB1-VOID-5",
"voidDepartmentDescription": "Void",
"startDate":"01/05/2023 00:00",
"endDate": null,
"createdDate": "01/05/2023 00:00",
"updatedDate": "01/05/2023 00:00"
},
{
...
}
]
Required Permission(s): Property.View