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": "f75252f0-72e9-4691-af04-603f40a77c0f",
"name": "sample string 2",
"name_en": "sample string 3",
"code": "sample string 4",
"has_value": true,
"value": "sample string 6",
"file": {
"id": "f80f5099-18ea-463f-93c0-bac3ef906e99",
"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": "68a1cf16-0743-4401-b274-d02022d731cd",
"image_id": "006b90f1-9b33-47dd-81a3-88570d60f9ae",
"id_user_work_position": "49e1b8d4-df3d-4327-95cd-063fa5acf5d7",
"id_shift": "fe161da3-7ac2-4fb7-88fe-d855a38da98d",
"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-03-10T01:12:27Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "68a1cf16-0743-4401-b274-d02022d731cd",
"image_id": "006b90f1-9b33-47dd-81a3-88570d60f9ae",
"id_user_work_position": "49e1b8d4-df3d-4327-95cd-063fa5acf5d7",
"id_shift": "fe161da3-7ac2-4fb7-88fe-d855a38da98d",
"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-03-10T01:12:27Z"
}
}
}
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>f80f5099-18ea-463f-93c0-bac3ef906e99</id>
<name>sample string 2</name>
</file>
<has_value>true</has_value>
<id>f75252f0-72e9-4691-af04-603f40a77c0f</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-03-10T02:12:27.1700559+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>68a1cf16-0743-4401-b274-d02022d731cd</id>
<id_shift>fe161da3-7ac2-4fb7-88fe-d855a38da98d</id_shift>
<id_user_work_position>49e1b8d4-df3d-4327-95cd-063fa5acf5d7</id_user_work_position>
<image_id>006b90f1-9b33-47dd-81a3-88570d60f9ae</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-03-10T02:12:27.1700559+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>68a1cf16-0743-4401-b274-d02022d731cd</id>
<id_shift>fe161da3-7ac2-4fb7-88fe-d855a38da98d</id_shift>
<id_user_work_position>49e1b8d4-df3d-4327-95cd-063fa5acf5d7</id_user_work_position>
<image_id>006b90f1-9b33-47dd-81a3-88570d60f9ae</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>