/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
{
  "links": {
    "editions": {
      "href": "string"
    },
    "self": {
      "href": "string",
      "id": "string"
    }
  }
}

404: Code list not found

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