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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

UPRN of the property

Query Params
int32
Defaults to 25

Items to return defaults to 25

int32
Defaults to 1

Page number defaults to 1

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json