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": "68aeae0b-a14d-45ba-a5fc-3699abae0d6d",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "3bfffda2-4d13-470b-9b12-269df9342ff2",
"image_id": "f8943934-9956-4d10-becb-3ca5d0491d4f",
"id_user_work_position": "acb50495-ea99-4268-8ad8-cbea3179a867",
"id_shift": "c84dc149-2603-4e6b-8ef1-338ad45887fb",
"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-06-20T09:32:17Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "3bfffda2-4d13-470b-9b12-269df9342ff2",
"image_id": "f8943934-9956-4d10-becb-3ca5d0491d4f",
"id_user_work_position": "acb50495-ea99-4268-8ad8-cbea3179a867",
"id_shift": "c84dc149-2603-4e6b-8ef1-338ad45887fb",
"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-06-20T09:32:17Z"
}
}
}
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>68aeae0b-a14d-45ba-a5fc-3699abae0d6d</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-06-20T11:32:17.1829227+02: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>3bfffda2-4d13-470b-9b12-269df9342ff2</id>
<id_shift>c84dc149-2603-4e6b-8ef1-338ad45887fb</id_shift>
<id_user_work_position>acb50495-ea99-4268-8ad8-cbea3179a867</id_user_work_position>
<image_id>f8943934-9956-4d10-becb-3ca5d0491d4f</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-06-20T11:32:17.1829227+02: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>3bfffda2-4d13-470b-9b12-269df9342ff2</id>
<id_shift>c84dc149-2603-4e6b-8ef1-338ad45887fb</id_shift>
<id_user_work_position>acb50495-ea99-4268-8ad8-cbea3179a867</id_user_work_position>
<image_id>f8943934-9956-4d10-becb-3ca5d0491d4f</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>