/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"
}
}
}