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": "f3ff7410-89b0-4f00-899d-438a13e98602",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "cbb49abe-8449-4237-b703-7976b6893536",
"image_id": "78c88a96-c3df-41b3-9ea7-78610c3d4c24",
"id_user_work_position": "e9ec1c51-bfda-467d-b9ad-34ddd9755b3f",
"id_shift": "985446b3-a18a-4408-bb9e-c8b30fa22934",
"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": "2026-02-27T03:43:57Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "cbb49abe-8449-4237-b703-7976b6893536",
"image_id": "78c88a96-c3df-41b3-9ea7-78610c3d4c24",
"id_user_work_position": "e9ec1c51-bfda-467d-b9ad-34ddd9755b3f",
"id_shift": "985446b3-a18a-4408-bb9e-c8b30fa22934",
"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": "2026-02-27T03:43:57Z"
}
}
}
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>f3ff7410-89b0-4f00-899d-438a13e98602</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-27T04:43:57.8137864+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>cbb49abe-8449-4237-b703-7976b6893536</id>
<id_shift>985446b3-a18a-4408-bb9e-c8b30fa22934</id_shift>
<id_user_work_position>e9ec1c51-bfda-467d-b9ad-34ddd9755b3f</id_user_work_position>
<image_id>78c88a96-c3df-41b3-9ea7-78610c3d4c24</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</creation>
<last_change>
<date>2026-02-27T04:43:57.8137864+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>cbb49abe-8449-4237-b703-7976b6893536</id>
<id_shift>985446b3-a18a-4408-bb9e-c8b30fa22934</id_shift>
<id_user_work_position>e9ec1c51-bfda-467d-b9ad-34ddd9755b3f</id_user_work_position>
<image_id>78c88a96-c3df-41b3-9ea7-78610c3d4c24</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>