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

Get All Linked Work Orders from a Work Order

Sample Request:
GET /api/v2.0/workorders/W1000000267/links

MAX PER PAGE LIMIT: 500

Sample Response:
{
    "page": 1,
    "total": 1,
    "limit": 25,
    "totalEntries": 1,
    "data": [
        {
            "id": "0bf9f189-eff6-4f46-d44c-08dcc11fc411",
            "reference": "W0000000005",
            "uprn": "ALB11",
            "title": "boiler not working",
            "status": "Work Completed",
            "address": "11 Albert Square, SW11 5AP",
            "parentId": "48f058f7-5e88-4a93-8d0d-73cfc0d3d523",
            "parentReference": "W1000000001",
            "parentStatus": "Open"
        },
        {
            "id": "e3c23d61-fd81-42d8-d44e-08dcc11fc402",
            "reference": "W0000000025",
            "uprn": "ALB10",
            "title": "Leaking Tap",
            "status": "Passed For Payment",
            "address": "10 Albert Square, SW11 5AP",
            "parentId": "48f058f7-5e88-4a93-8d0d-73cfc0d3d523",
            "parentReference": "W1000000001",
            "parentStatus": "Open"
        }
    ]
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!