/code-lists/{id}/editions/{edition}/codes/{code_id}

GET

Get information about a code within a code list

Parameters

Name Type Description
id path The ID of a code list
edition path The edition of the code list
code_id path The ID of the code within a code list

Responses

200: Get in depth information about a code

Example value
{
  "id": "string",
  "label": "string",
  "links": {
    "code_list": {
      "href": "string"
    },
    "datasets": {
      "href": "string"
    },
    "self": {
      "href": "string",
      "id": "string"
    }
  }
}

404: Code list edition or code not found

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