API Reference
These docs are for v2.3. Click to read the latest docs for v3.0.

Gets all information of void department timeline that have been created or updated since the date supplied

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

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!