/population-types/{population-type}

GET

Retrieves a single population type for Census

Parameters

Name Type Description
population-type path

Responses

200: Json object containing a population type for Census

Example value
{
  "description": "All usual residents",
  "label": "All usual residents",
  "name": "Usual-Residents"
}

401: Unauthorised to fetch

500: Failed to process the request due to an internal error