GET api/v1/code-list/{entity}/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entity | string |
Required |
|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
CodeList| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| name | string |
None. |
|
| deleted | boolean |
Required |
|
| system_information | SystemInformation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "65189b43-fb3a-4418-85f7-e4ce20cb8c06",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "f5d91a70-70e6-477f-93ae-f69c0ad887bd",
"image_id": "859d3cec-7ca0-4e13-af9e-9402d08c850d",
"id_user_work_position": "79b17c9a-4bbe-4c3b-9190-5a3ef557a104",
"id_shift": "c432ea11-27b5-4b95-91d0-59f62d0ffd8f",
"code": "sample string 5",
"code2": "sample string 6",
"title": "sample string 9",
"introduction": "sample string 10",
"first_name": "sample string 11",
"last_name": "sample string 12"
},
"date": "2025-11-06T00:15:34Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "f5d91a70-70e6-477f-93ae-f69c0ad887bd",
"image_id": "859d3cec-7ca0-4e13-af9e-9402d08c850d",
"id_user_work_position": "79b17c9a-4bbe-4c3b-9190-5a3ef557a104",
"id_shift": "c432ea11-27b5-4b95-91d0-59f62d0ffd8f",
"code": "sample string 5",
"code2": "sample string 6",
"title": "sample string 9",
"introduction": "sample string 10",
"first_name": "sample string 11",
"last_name": "sample string 12"
},
"date": "2025-11-06T00:15:34Z"
}
}
}
application/xml, text/xml
Sample:
<CodeList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<deleted>true</deleted>
<id>65189b43-fb3a-4418-85f7-e4ce20cb8c06</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2025-11-06T01:15:34.8880332+01:00</date>
<user>
<code>sample string 5</code>
<code2>sample string 6</code2>
<first_name>sample string 11</first_name>
<full_name>sample string 12 sample string 11</full_name>
<id>f5d91a70-70e6-477f-93ae-f69c0ad887bd</id>
<id_shift>c432ea11-27b5-4b95-91d0-59f62d0ffd8f</id_shift>
<id_user_work_position>79b17c9a-4bbe-4c3b-9190-5a3ef557a104</id_user_work_position>
<image_id>859d3cec-7ca0-4e13-af9e-9402d08c850d</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</creation>
<last_change>
<date>2025-11-06T01:15:34.8880332+01:00</date>
<user>
<code>sample string 5</code>
<code2>sample string 6</code2>
<first_name>sample string 11</first_name>
<full_name>sample string 12 sample string 11</full_name>
<id>f5d91a70-70e6-477f-93ae-f69c0ad887bd</id>
<id_shift>c432ea11-27b5-4b95-91d0-59f62d0ffd8f</id_shift>
<id_user_work_position>79b17c9a-4bbe-4c3b-9190-5a3ef557a104</id_user_work_position>
<image_id>859d3cec-7ca0-4e13-af9e-9402d08c850d</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</last_change>
</system_information>
</CodeList>