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

Get Asbestos by Property UPRN

Sample Request:
GET /api/v2.0/properties/ALB-10/asbestos

MAX PER PAGE LIMIT: 500

Sample Response:
{
    "page": 1,
    "total": 1,
    "limit": 25,
    "totalEntries": 1,
    "data": [
        {
            "sampleDate": "24/02/2023 00:00",
            "propertyId" : "2f8c8a50-52ea-4fa1-be3f-25ba52d4a74a",
            "location": "Bathroom",
            "productType": "Boards",
            "condition": "Intact",
            "surfaceType": "Bath Panel",
            "asbestosType": "Anthophyllite",
            "actionPlan": "Plans For Work On Asbestos Materials",
            "comments": "Bath on the right",
            "asbestosStatus": "Confirmed"
        }
    ]
}

Required Permission(s): Property.View

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