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

Gets all voids information that has been created or updated since the date supplied

Sample Request:
GET /api/v2.0/properties/void/changes?sinceDate=01/01/2023

MAX PER PAGE LIMIT: 500

    Sample Response:
    {
         "page": 1,
         "total": 4,
         "limit": 25,
         "totalEntries": 79,
         "data": [
            {
                "id": "3f1d183c-5a9d-4d32-c486-08d95c5b25621",
                "voidReference": "000-VOID-00000",
                "propertyId": "50ab06d6-4c09-45ec-90d8-5e0149ab9624",
                "supersededByPropertyPeriodId": null,
                "supersededByPropertyPeriodReference": null,
                "startDate": "12/08/2021 00:00",
                "endDate": "04/07/2023 00:00",
                "currentDepartment": "Voids Department",
                "estimateReadyDate": null,
                "readyDate": null,
                "priority": "Unknown Priority",
                "criticalPath": "",
                "suppressLetting": false,
                "createdDate": "01/01/1970 00:00",
                "lastChangedDate": "01/01/1970 00:00"
            }
        ]
    }
     

Required Permission(s): Property.View

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