GET api/v1/registration_properties/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
RegistrationProperty| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| date | date |
None. |
|
| Registration | CodeList |
None. |
|
| Property | CodeList |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "0d07c138-ff23-42e6-ada2-8311ce9de33d",
"date": "2026-08-04T12:10:19Z",
"Registration": {
"id": "d83b4f91-c120-469d-a548-1c252786b6d3",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "0c7bad63-6b11-42c9-8c71-cd98f48edb4a",
"image_id": "99c0fcdd-6150-4f08-80a0-2dd0312c46f2",
"id_user_work_position": "4a47c939-9d27-4ead-8f36-255032affd03",
"id_shift": "10aa92af-56da-454c-9696-584b16333d7f",
"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-08-04T12:10:19Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "0c7bad63-6b11-42c9-8c71-cd98f48edb4a",
"image_id": "99c0fcdd-6150-4f08-80a0-2dd0312c46f2",
"id_user_work_position": "4a47c939-9d27-4ead-8f36-255032affd03",
"id_shift": "10aa92af-56da-454c-9696-584b16333d7f",
"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-08-04T12:10:19Z"
}
}
},
"Property": {
"id": "d83b4f91-c120-469d-a548-1c252786b6d3",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "0c7bad63-6b11-42c9-8c71-cd98f48edb4a",
"image_id": "99c0fcdd-6150-4f08-80a0-2dd0312c46f2",
"id_user_work_position": "4a47c939-9d27-4ead-8f36-255032affd03",
"id_shift": "10aa92af-56da-454c-9696-584b16333d7f",
"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-08-04T12:10:19Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "0c7bad63-6b11-42c9-8c71-cd98f48edb4a",
"image_id": "99c0fcdd-6150-4f08-80a0-2dd0312c46f2",
"id_user_work_position": "4a47c939-9d27-4ead-8f36-255032affd03",
"id_shift": "10aa92af-56da-454c-9696-584b16333d7f",
"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-08-04T12:10:19Z"
}
}
}
}
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>d83b4f91-c120-469d-a548-1c252786b6d3</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-08-04T14:10:19.2396727+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>0c7bad63-6b11-42c9-8c71-cd98f48edb4a</id>
<id_shift>10aa92af-56da-454c-9696-584b16333d7f</id_shift>
<id_user_work_position>4a47c939-9d27-4ead-8f36-255032affd03</id_user_work_position>
<image_id>99c0fcdd-6150-4f08-80a0-2dd0312c46f2</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-08-04T14:10:19.2396727+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>0c7bad63-6b11-42c9-8c71-cd98f48edb4a</id>
<id_shift>10aa92af-56da-454c-9696-584b16333d7f</id_shift>
<id_user_work_position>4a47c939-9d27-4ead-8f36-255032affd03</id_user_work_position>
<image_id>99c0fcdd-6150-4f08-80a0-2dd0312c46f2</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>d83b4f91-c120-469d-a548-1c252786b6d3</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-08-04T14:10:19.2396727+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>0c7bad63-6b11-42c9-8c71-cd98f48edb4a</id>
<id_shift>10aa92af-56da-454c-9696-584b16333d7f</id_shift>
<id_user_work_position>4a47c939-9d27-4ead-8f36-255032affd03</id_user_work_position>
<image_id>99c0fcdd-6150-4f08-80a0-2dd0312c46f2</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-08-04T14:10:19.2396727+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>0c7bad63-6b11-42c9-8c71-cd98f48edb4a</id>
<id_shift>10aa92af-56da-454c-9696-584b16333d7f</id_shift>
<id_user_work_position>4a47c939-9d27-4ead-8f36-255032affd03</id_user_work_position>
<image_id>99c0fcdd-6150-4f08-80a0-2dd0312c46f2</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>2026-08-04T14:10:19.2396727+02:00</date>
<id>0d07c138-ff23-42e6-ada2-8311ce9de33d</id>
</RegistrationProperty>