GET api/v1/registration_properties/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

RegistrationProperty
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

date

date

None.

Registration

CodeList

None.

Property

CodeList

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "e91a9046-b337-4318-8cf7-7973ceb7276b",
  "date": "2024-07-27T06:46:47Z",
  "Registration": {
    "id": "d410aaf3-c3bb-42b9-a319-613ddd4f954b",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "4eb917d2-7928-4212-bb6c-0c89b8d43ddd",
          "image_id": "563ce3d8-f945-466c-bb36-905bdbf02e9d",
          "id_user_work_position": "0eec9870-e6de-4e17-8e0e-4ac33b478643",
          "id_shift": "7f729afc-9964-4656-8c05-a2c0081fd0c4",
          "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": "2024-07-27T06:46:47Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "4eb917d2-7928-4212-bb6c-0c89b8d43ddd",
          "image_id": "563ce3d8-f945-466c-bb36-905bdbf02e9d",
          "id_user_work_position": "0eec9870-e6de-4e17-8e0e-4ac33b478643",
          "id_shift": "7f729afc-9964-4656-8c05-a2c0081fd0c4",
          "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": "2024-07-27T06:46:47Z"
      }
    }
  },
  "Property": {
    "id": "d410aaf3-c3bb-42b9-a319-613ddd4f954b",
    "name": "sample string 2",
    "deleted": true,
    "system_information": {
      "creation": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "4eb917d2-7928-4212-bb6c-0c89b8d43ddd",
          "image_id": "563ce3d8-f945-466c-bb36-905bdbf02e9d",
          "id_user_work_position": "0eec9870-e6de-4e17-8e0e-4ac33b478643",
          "id_shift": "7f729afc-9964-4656-8c05-a2c0081fd0c4",
          "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": "2024-07-27T06:46:47Z"
      },
      "last_change": {
        "user": {
          "full_name": "sample string 12 sample string 11",
          "id": "4eb917d2-7928-4212-bb6c-0c89b8d43ddd",
          "image_id": "563ce3d8-f945-466c-bb36-905bdbf02e9d",
          "id_user_work_position": "0eec9870-e6de-4e17-8e0e-4ac33b478643",
          "id_shift": "7f729afc-9964-4656-8c05-a2c0081fd0c4",
          "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": "2024-07-27T06:46:47Z"
      }
    }
  }
}

application/xml, text/xml

Sample:
<RegistrationProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models">
  <Property>
    <deleted>true</deleted>
    <id>d410aaf3-c3bb-42b9-a319-613ddd4f954b</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2024-07-27T08:46:47.7835094+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>4eb917d2-7928-4212-bb6c-0c89b8d43ddd</id>
          <id_shift>7f729afc-9964-4656-8c05-a2c0081fd0c4</id_shift>
          <id_user_work_position>0eec9870-e6de-4e17-8e0e-4ac33b478643</id_user_work_position>
          <image_id>563ce3d8-f945-466c-bb36-905bdbf02e9d</image_id>
          <introduction>sample string 10</introduction>
          <last_name>sample string 12</last_name>
          <title>sample string 9</title>
        </user>
      </creation>
      <last_change>
        <date>2024-07-27T08:46:47.7835094+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>4eb917d2-7928-4212-bb6c-0c89b8d43ddd</id>
          <id_shift>7f729afc-9964-4656-8c05-a2c0081fd0c4</id_shift>
          <id_user_work_position>0eec9870-e6de-4e17-8e0e-4ac33b478643</id_user_work_position>
          <image_id>563ce3d8-f945-466c-bb36-905bdbf02e9d</image_id>
          <introduction>sample string 10</introduction>
          <last_name>sample string 12</last_name>
          <title>sample string 9</title>
        </user>
      </last_change>
    </system_information>
  </Property>
  <Registration>
    <deleted>true</deleted>
    <id>d410aaf3-c3bb-42b9-a319-613ddd4f954b</id>
    <name>sample string 2</name>
    <system_information>
      <creation>
        <date>2024-07-27T08:46:47.7835094+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>4eb917d2-7928-4212-bb6c-0c89b8d43ddd</id>
          <id_shift>7f729afc-9964-4656-8c05-a2c0081fd0c4</id_shift>
          <id_user_work_position>0eec9870-e6de-4e17-8e0e-4ac33b478643</id_user_work_position>
          <image_id>563ce3d8-f945-466c-bb36-905bdbf02e9d</image_id>
          <introduction>sample string 10</introduction>
          <last_name>sample string 12</last_name>
          <title>sample string 9</title>
        </user>
      </creation>
      <last_change>
        <date>2024-07-27T08:46:47.7835094+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>4eb917d2-7928-4212-bb6c-0c89b8d43ddd</id>
          <id_shift>7f729afc-9964-4656-8c05-a2c0081fd0c4</id_shift>
          <id_user_work_position>0eec9870-e6de-4e17-8e0e-4ac33b478643</id_user_work_position>
          <image_id>563ce3d8-f945-466c-bb36-905bdbf02e9d</image_id>
          <introduction>sample string 10</introduction>
          <last_name>sample string 12</last_name>
          <title>sample string 9</title>
        </user>
      </last_change>
    </system_information>
  </Registration>
  <date>2024-07-27T08:46:47.7835094+02:00</date>
  <id>e91a9046-b337-4318-8cf7-7973ceb7276b</id>
</RegistrationProperty>