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

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

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

MAX PER PAGE LIMIT: 500

Sample Response:
{
    "page": 1,
    "total": 15,
    "limit": 1,
    "totalEntries": 15,
    "data": [
        {
            "asbestosId": "810ece09-7768-4a5b-1167-08db839cc69b",
            "propertyId": "716e6552-60ac-48f7-9aa4-86a0f6e27def",
            "sampleDate": "18/04/2023 00:00",
            "location": null,
            "productType": "Cloth",
            "condition": "Intact",
            "surfaceType": "Bath Panel",
            "asbestosType": "Chrysotile - White Asbestos",
            "actionPlan": "Removal",
            "comments": "comment for bulk loader",
            "asbestosStatus": "Confirmed",
            "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!