v1
latestOpenAPI 3.0.32026-08-0638140175.8 KBDevelopment Constraints
Details about a development constraint
Given a development constraints ID, get details about a development constraint
get/development_constraints/{development_constraints_id}
Path parameters
development_constraints_idstring uuid required
A development constraints ID in the form of a UUID.
Example:68a586f6-991f-4604-b179-512b61f9696f
ID for a specific development constraint
Response
Details about a development constraint
Example response
{
"data": {
"feature": {
"id": "68a586f6-991f-4604-b179-512b61f9696f",
"type": "article_4_direction",
"name": "Victoria Mews, West Green",
"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"
}
]
}
}
}