v1

latestOpenAPI 3.0.32026-08-0638140175.8 KB
Development Constraints

Bulk - Details about development constraints (without geometry)

Given a set of development constraint IDs, get details about development constraints in bulk without geometry data

post/development_constraints/lite

Request body

idsstring[] required

List of development constraint IDs (max 50)

Example request

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

Response

Details about development constraints (without geometry)

Example response

{
  "data": {
    "features": [
      {
        "id": "68a586f6-991f-4604-b179-512b61f9696f",
        "name": "Victoria Mews, West Green",
        "type": "article_4_direction",
        "attributes": [
          {
            "key": "published_date",
            "value": "15/06/2022"
          },
          {
            "key": "article_4_type",
            "value": "Article 4(1) affecting other buildings"
          },
          {
            "key": "dev_rest_1",
            "value": "Conversion of single dwellings to HMOs"
          }
        ]
      }
    ]
  }
}