GET api/v1/equipments/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Equipment
NameDescriptionTypeAdditional 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": "aa68b09b-a26b-4ec9-b667-78e0d3eae23a",
  "name": "sample string 2",
  "name_en": "sample string 3",
  "code": "sample string 4",
  "has_value": true,
  "value": "sample string 6",
  "file": {
    "id": "e4bc8390-1ade-4d85-a672-83e7c3a6ed2f",
    "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": "1c23f52e-9873-483a-9fc2-a605b8d289a0",
        "image_id": "052a1625-d8b7-4aa7-a820-a06f0a793c81",
        "id_user_work_position": "4ca76acd-24e9-41f9-b96a-023a21ddf674",
        "id_shift": "6620bdfe-9c61-47eb-a02a-cd42aa8779e5",
        "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-11T13:34:06Z"
    },
    "last_change": {
      "user": {
        "full_name": "sample string 12 sample string 11",
        "id": "1c23f52e-9873-483a-9fc2-a605b8d289a0",
        "image_id": "052a1625-d8b7-4aa7-a820-a06f0a793c81",
        "id_user_work_position": "4ca76acd-24e9-41f9-b96a-023a21ddf674",
        "id_shift": "6620bdfe-9c61-47eb-a02a-cd42aa8779e5",
        "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-11T13:34:06Z"
    }
  }
}

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>e4bc8390-1ade-4d85-a672-83e7c3a6ed2f</id>
    <name>sample string 2</name>
  </file>
  <has_value>true</has_value>
  <id>aa68b09b-a26b-4ec9-b667-78e0d3eae23a</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-11T14:34:06.4483757+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>1c23f52e-9873-483a-9fc2-a605b8d289a0</id>
        <id_shift>6620bdfe-9c61-47eb-a02a-cd42aa8779e5</id_shift>
        <id_user_work_position>4ca76acd-24e9-41f9-b96a-023a21ddf674</id_user_work_position>
        <image_id>052a1625-d8b7-4aa7-a820-a06f0a793c81</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-11T14:34:06.4483757+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>1c23f52e-9873-483a-9fc2-a605b8d289a0</id>
        <id_shift>6620bdfe-9c61-47eb-a02a-cd42aa8779e5</id_shift>
        <id_user_work_position>4ca76acd-24e9-41f9-b96a-023a21ddf674</id_user_work_position>
        <image_id>052a1625-d8b7-4aa7-a820-a06f0a793c81</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>