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": "859e319a-e5ac-4cc5-9b4d-44a1d4b35831",
"date": "2026-09-18T19:10:30Z",
"Registration": {
"id": "7848273e-bbf4-40dc-82aa-5fd76c49798d",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "4c0f243c-575c-4937-bc12-2789881b85f5",
"image_id": "eed4d68b-29c2-4a91-903a-c32366c8f49c",
"id_user_work_position": "55f7df2d-181e-4d53-8645-d46d50e584b1",
"id_shift": "3baaaba7-041d-4eff-988d-3f3d314fa31e",
"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-09-18T19:10:30Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "4c0f243c-575c-4937-bc12-2789881b85f5",
"image_id": "eed4d68b-29c2-4a91-903a-c32366c8f49c",
"id_user_work_position": "55f7df2d-181e-4d53-8645-d46d50e584b1",
"id_shift": "3baaaba7-041d-4eff-988d-3f3d314fa31e",
"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-09-18T19:10:30Z"
}
}
},
"Property": {
"id": "7848273e-bbf4-40dc-82aa-5fd76c49798d",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "4c0f243c-575c-4937-bc12-2789881b85f5",
"image_id": "eed4d68b-29c2-4a91-903a-c32366c8f49c",
"id_user_work_position": "55f7df2d-181e-4d53-8645-d46d50e584b1",
"id_shift": "3baaaba7-041d-4eff-988d-3f3d314fa31e",
"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-09-18T19:10:30Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "4c0f243c-575c-4937-bc12-2789881b85f5",
"image_id": "eed4d68b-29c2-4a91-903a-c32366c8f49c",
"id_user_work_position": "55f7df2d-181e-4d53-8645-d46d50e584b1",
"id_shift": "3baaaba7-041d-4eff-988d-3f3d314fa31e",
"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-09-18T19:10:30Z"
}
}
}
}
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>7848273e-bbf4-40dc-82aa-5fd76c49798d</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-09-18T21:10:30.9938085+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>4c0f243c-575c-4937-bc12-2789881b85f5</id>
<id_shift>3baaaba7-041d-4eff-988d-3f3d314fa31e</id_shift>
<id_user_work_position>55f7df2d-181e-4d53-8645-d46d50e584b1</id_user_work_position>
<image_id>eed4d68b-29c2-4a91-903a-c32366c8f49c</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-09-18T21:10:30.9938085+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>4c0f243c-575c-4937-bc12-2789881b85f5</id>
<id_shift>3baaaba7-041d-4eff-988d-3f3d314fa31e</id_shift>
<id_user_work_position>55f7df2d-181e-4d53-8645-d46d50e584b1</id_user_work_position>
<image_id>eed4d68b-29c2-4a91-903a-c32366c8f49c</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>7848273e-bbf4-40dc-82aa-5fd76c49798d</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-09-18T21:10:30.9938085+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>4c0f243c-575c-4937-bc12-2789881b85f5</id>
<id_shift>3baaaba7-041d-4eff-988d-3f3d314fa31e</id_shift>
<id_user_work_position>55f7df2d-181e-4d53-8645-d46d50e584b1</id_user_work_position>
<image_id>eed4d68b-29c2-4a91-903a-c32366c8f49c</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-09-18T21:10:30.9938085+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>4c0f243c-575c-4937-bc12-2789881b85f5</id>
<id_shift>3baaaba7-041d-4eff-988d-3f3d314fa31e</id_shift>
<id_user_work_position>55f7df2d-181e-4d53-8645-d46d50e584b1</id_user_work_position>
<image_id>eed4d68b-29c2-4a91-903a-c32366c8f49c</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-09-18T21:10:30.9938085+02:00</date>
<id>859e319a-e5ac-4cc5-9b4d-44a1d4b35831</id>
</RegistrationProperty>