v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Local Policy

Bulk - Details about local plan policies (without geometry)

Given a set of local plan policy IDs, get details about local plan policies in bulk without geometry data

post/local_plan_policy/lite

Request body

idsstring[] required

List of local plan policy IDs (max 50)

Example request

{
  "ids": [
    "123e4567-e89b-12d3-a456-426614174000"
  ]
}

Response

Details about local plan policies (without geometry)

Example response

{
  "data": {
    "features": [
      {
        "id": "038278e1-b3a9-4941-a08e-66fd9610338f",
        "name": "BURIAL GROUND BRADWELL",
        "type": "community_allocation",
        "attributes": [
          {
            "key": "allocation_type",
            "value": "Community"
          },
          {
            "key": "unit_count",
            "value": ""
          },
          {
            "key": "allocation_notes",
            "value": "Community Facilities"
          },
          {
            "key": "hectares",
            "value": "1.50"
          },
          {
            "key": "site_reference",
            "value": "C19"
          },
          {
            "key": "policy_reference",
            "value": ""
          }
        ]
      }
    ]
  }
}