/population-types/{population-type}/dimensions

GET

Parameters

Name Type Description
population-type path

Responses

200: A json list containing non-geography base variables for a dataset

Example value
{
  "count": 0,
  "items": [
    {
      "dimension": {
        "id": "string",
        "label": "string",
        "total_count": 0
      }
    }
  ],
  "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"
  ]
}

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

502: Failed to process the request due to an error in a downstream server