/code-lists/{id}/editions/{edition}
GET
Get information about an edition of a code list
Parameters
Name | Type | Description |
---|---|---|
id | path | The ID of a code list |
edition | path | The edition of the code list |
Responses
200: Json object containing information about the code list
Example value
{
"edition": "string",
"label": "string",
"links": {
"codes": {
"href": "string"
},
"editions": {
"href": "string"
},
"self": {
"href": "string",
"id": "string"
}
}
}