/population-types/{population-type}/area-types/{area-type}/parents
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: parent area types returned successfully
Example value
{
"count": 0,
"items": [
{
"description": "National code definition for Census 2021",
"hierarchy_order": "1200",
"id": "NATCD",
"label": "National code",
"total_count": "2"
}
],
"limit": 0,
"offset": 0,
"total_count": 0
}