/population-types/{population-type}/area-types/{area-type}/areas
GET
Parameters
| Name | Type | Description |
|---|---|---|
| population-type | path | |
| area-type | 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: Categories for area type returned
Example value
{
"count": 0,
"items": [
{
"area-type": "LADCD",
"id": "E06000001",
"label": "Hartlepool"
}
],
"limit": 0,
"offset": 0,
"total_count": 0
}
401: The token provided is unauthorised to carry out this operation
404: Dataset not found
Example value
{
"errors": [
"string"
]
}