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