Get list of area types for given population type
get/population-types/{population-type}/area-types
Path parameters
population-typestring required
Query parameters
limitinteger
Limit the number of items that will be returned. Defaults to 20 and capped at 500
offsetinteger
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.
Response
area types returned successfully
Example response
{
"items": [
{
"id": "NATCD",
"label": "National code",
"description": "National code definition for Census 2021"
}
]
}