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

Gets all property components that have been created or updated since the date supplied

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

MAX PER PAGE LIMIT: 500

    Sample Response:
    {
         "page": 1,
         "total": 4,
         "limit": 25,
         "totalEntries": 79,
         "data": [
            {
                "id": "9d8871ba-0524-4817-a75a-08dba56c0e0d",
                "componentId": "8d3f6add-34a2-4dd2-bb38-08dac8da403b",
                "componentReference": "C0000001083",
                "uPRN": "33",
                "propertyId": "de440f08-4480-48b9-a3f1-6e22656aac9b",
                "componentDescription": "Bathroom - Small",
                "serviceExpiryDate": "24/08/2024 00:00",
                "serviceDate": "24/08/2023 00:00",
                "location": "Facias",
                "locationDescription": "Test",
                "floorLevel": "1",
                "lastInstalled": "24/08/2023 00:00",
                "lastSurveyed": "24/08/2023 00:00",
                "nextReplaceMethod": "Standard",
                "nextReplaceDate": "24/08/2034 00:00",
                "createdDate": "01/01/1970 00:00",
                "lastChangedDate": "01/01/1970 00:00"
                "unitOfMeasurement": "m",
                "quantity": "1"
            }
        ]
    }
     

Required Permission(s): Property.View

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