/code-lists/{id}

GET

Get information about a code list

Parameters

Name Type Description
id path The ID of a code list

Responses

200: Json object containing information about the code list

Example value
{
  "type": "object",
  "properties": {
    "links": {
      "type": "object",
      "properties": {
        "editions": {
          "type": "object",
          "properties": {
            "href": {
              "description": "The URL to the resource",
              "type": "string"
            }
          }
        },
        "self": {
          "type": "object",
          "properties": {
            "href": {
              "description": "The URL to the resource",
              "type": "string"
            },
            "id": {
              "description": "The id of the resource",
              "type": "string"
            }
          }
        }
      }
    }
  }
}

404: Code list not found

Example value
null

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

Example value
null