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": "b33d3204-521b-41d6-ace5-69eb3bf8b403",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "35effc9b-2a8a-407e-b66f-55fd66070ef6",
"image_id": "b3dd22e3-18b6-4826-8cef-ea8331c901cd",
"id_user_work_position": "3a5341ae-8ee4-4a34-9512-4833757048f9",
"id_shift": "05177734-21dc-4c20-b6be-9f39b702a772",
"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-12-05T04:53:53Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "35effc9b-2a8a-407e-b66f-55fd66070ef6",
"image_id": "b3dd22e3-18b6-4826-8cef-ea8331c901cd",
"id_user_work_position": "3a5341ae-8ee4-4a34-9512-4833757048f9",
"id_shift": "05177734-21dc-4c20-b6be-9f39b702a772",
"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-12-05T04:53:53Z"
}
}
}
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>b33d3204-521b-41d6-ace5-69eb3bf8b403</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2025-12-05T05:53:53.9042614+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>35effc9b-2a8a-407e-b66f-55fd66070ef6</id>
<id_shift>05177734-21dc-4c20-b6be-9f39b702a772</id_shift>
<id_user_work_position>3a5341ae-8ee4-4a34-9512-4833757048f9</id_user_work_position>
<image_id>b3dd22e3-18b6-4826-8cef-ea8331c901cd</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-12-05T05:53:53.9042614+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>35effc9b-2a8a-407e-b66f-55fd66070ef6</id>
<id_shift>05177734-21dc-4c20-b6be-9f39b702a772</id_shift>
<id_user_work_position>3a5341ae-8ee4-4a34-9512-4833757048f9</id_user_work_position>
<image_id>b3dd22e3-18b6-4826-8cef-ea8331c901cd</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>