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": "0233f052-057a-410e-8f2b-9de5603c5223",
"date": "2025-12-05T04:14:02Z",
"Registration": {
"id": "e80e4d1c-2708-44eb-9877-87197b3c2cba",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "5293314f-012d-4fe1-ad4e-bd0c3db00b4c",
"image_id": "ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed",
"id_user_work_position": "f0c1ea58-12a1-4885-8537-06e49061816c",
"id_shift": "0bd52e1d-2b01-47a5-8594-2a27b2b76f27",
"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": "2025-12-05T04:14:02Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "5293314f-012d-4fe1-ad4e-bd0c3db00b4c",
"image_id": "ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed",
"id_user_work_position": "f0c1ea58-12a1-4885-8537-06e49061816c",
"id_shift": "0bd52e1d-2b01-47a5-8594-2a27b2b76f27",
"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": "2025-12-05T04:14:02Z"
}
}
},
"Property": {
"id": "e80e4d1c-2708-44eb-9877-87197b3c2cba",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "5293314f-012d-4fe1-ad4e-bd0c3db00b4c",
"image_id": "ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed",
"id_user_work_position": "f0c1ea58-12a1-4885-8537-06e49061816c",
"id_shift": "0bd52e1d-2b01-47a5-8594-2a27b2b76f27",
"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": "2025-12-05T04:14:02Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "5293314f-012d-4fe1-ad4e-bd0c3db00b4c",
"image_id": "ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed",
"id_user_work_position": "f0c1ea58-12a1-4885-8537-06e49061816c",
"id_shift": "0bd52e1d-2b01-47a5-8594-2a27b2b76f27",
"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": "2025-12-05T04:14:02Z"
}
}
}
}
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>e80e4d1c-2708-44eb-9877-87197b3c2cba</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2025-12-05T05:14:02.8489748+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>5293314f-012d-4fe1-ad4e-bd0c3db00b4c</id>
<id_shift>0bd52e1d-2b01-47a5-8594-2a27b2b76f27</id_shift>
<id_user_work_position>f0c1ea58-12a1-4885-8537-06e49061816c</id_user_work_position>
<image_id>ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</creation>
<last_change>
<date>2025-12-05T05:14:02.8489748+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>5293314f-012d-4fe1-ad4e-bd0c3db00b4c</id>
<id_shift>0bd52e1d-2b01-47a5-8594-2a27b2b76f27</id_shift>
<id_user_work_position>f0c1ea58-12a1-4885-8537-06e49061816c</id_user_work_position>
<image_id>ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed</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>e80e4d1c-2708-44eb-9877-87197b3c2cba</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2025-12-05T05:14:02.8489748+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>5293314f-012d-4fe1-ad4e-bd0c3db00b4c</id>
<id_shift>0bd52e1d-2b01-47a5-8594-2a27b2b76f27</id_shift>
<id_user_work_position>f0c1ea58-12a1-4885-8537-06e49061816c</id_user_work_position>
<image_id>ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed</image_id>
<introduction>sample string 10</introduction>
<last_name>sample string 12</last_name>
<title>sample string 9</title>
</user>
</creation>
<last_change>
<date>2025-12-05T05:14:02.8489748+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>5293314f-012d-4fe1-ad4e-bd0c3db00b4c</id>
<id_shift>0bd52e1d-2b01-47a5-8594-2a27b2b76f27</id_shift>
<id_user_work_position>f0c1ea58-12a1-4885-8537-06e49061816c</id_user_work_position>
<image_id>ea2d4aa8-f037-45f8-85f9-e4e9bb2f54ed</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>2025-12-05T05:14:02.8489748+01:00</date>
<id>0233f052-057a-410e-8f2b-9de5603c5223</id>
</RegistrationProperty>