/population-types/{population-type}/area-types/{area-type}/areas/{area-id}
GET
Parameters
| Name | Type | Description |
|---|---|---|
| population-type | path | |
| area-type | path | |
| area-id | path | |
| limit | query | Limit the number of items that will be returned. Defaults to 20 and capped at 500 |
| offset | query | Starting index of the items array that will be returned. By default it is zero, meaning that the returned items will start from the beginning. |
Responses
200: Information for area returned
Example value
{
"area": {
"area-type": "LADCD",
"id": "E06000001",
"label": "Hartlepool"
}
}
401: The token provided is unauthorised to carry out this operation
404: Area not found
Example value
{
"errors": [
"string"
]
}