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

GET

Parameters

Name Type Description
population-type path
dimension path

Responses

200: A json list containing categorisations for a base variable

Example value
{
  "count": 0,
  "items": [
    {
      "categorisation": {
        "categories": [
          {
            "id": "string",
            "label": "string"
          }
        ],
        "default_categorisation": true,
        "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