GET api/v1/equipments/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Equipment| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| name | string |
None. |
|
| name_en | string |
None. |
|
| code | string |
None. |
|
| has_value | boolean |
None. |
|
| value | string |
None. |
|
| file | File |
None. |
|
| property_types | Collection of CodeListSystem |
None. |
|
| deleted | boolean |
Required |
|
| system_information | SystemInformation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "c6a32a20-a1b3-4edb-a4ff-7966eb2d78e8",
"name": "sample string 2",
"name_en": "sample string 3",
"code": "sample string 4",
"has_value": true,
"value": "sample string 6",
"file": {
"id": "054ef2af-5414-4c44-80fd-5c4cf71b7dea",
"name": "sample string 2"
},
"property_types": [
{
"id": 1,
"name": "sample string 2",
"name_en": "sample string 3",
"code": "sample string 4"
},
{
"id": 1,
"name": "sample string 2",
"name_en": "sample string 3",
"code": "sample string 4"
}
],
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "26861df0-50df-4a71-8804-116a0cc12658",
"image_id": "4279b376-88c8-4406-a14d-36bea09edea4",
"id_user_work_position": "4d15b204-f61e-49d4-931a-0ab27af1656f",
"id_shift": "56198afb-4a69-4684-8a8a-5bcdb042a267",
"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-04-01T00:19:51Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "26861df0-50df-4a71-8804-116a0cc12658",
"image_id": "4279b376-88c8-4406-a14d-36bea09edea4",
"id_user_work_position": "4d15b204-f61e-49d4-931a-0ab27af1656f",
"id_shift": "56198afb-4a69-4684-8a8a-5bcdb042a267",
"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-04-01T00:19:51Z"
}
}
}
application/xml, text/xml
Sample:
<Equipment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
<code>sample string 4</code>
<deleted>true</deleted>
<file>
<id>054ef2af-5414-4c44-80fd-5c4cf71b7dea</id>
<name>sample string 2</name>
</file>
<has_value>true</has_value>
<id>c6a32a20-a1b3-4edb-a4ff-7966eb2d78e8</id>
<name>sample string 2</name>
<name_en>sample string 3</name_en>
<property_types>
<CodeListSystem>
<code>sample string 4</code>
<id>1</id>
<name>sample string 2</name>
<name_en>sample string 3</name_en>
</CodeListSystem>
<CodeListSystem>
<code>sample string 4</code>
<id>1</id>
<name>sample string 2</name>
<name_en>sample string 3</name_en>
</CodeListSystem>
</property_types>
<system_information>
<creation>
<date>2026-04-01T02:19:51.7711731+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>26861df0-50df-4a71-8804-116a0cc12658</id>
<id_shift>56198afb-4a69-4684-8a8a-5bcdb042a267</id_shift>
<id_user_work_position>4d15b204-f61e-49d4-931a-0ab27af1656f</id_user_work_position>
<image_id>4279b376-88c8-4406-a14d-36bea09edea4</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-04-01T02:19:51.7711731+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>26861df0-50df-4a71-8804-116a0cc12658</id>
<id_shift>56198afb-4a69-4684-8a8a-5bcdb042a267</id_shift>
<id_user_work_position>4d15b204-f61e-49d4-931a-0ab27af1656f</id_user_work_position>
<image_id>4279b376-88c8-4406-a14d-36bea09edea4</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</last_change>
</system_information>
<value>sample string 6</value>
</Equipment>