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": "c3a63100-1287-441c-ba21-ca53448c1f41",
"date": "2026-08-16T12:55:59Z",
"Registration": {
"id": "a776c6f9-a329-4d56-902d-db2c31f43c6e",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79",
"image_id": "a88a4797-5af0-4136-a91f-b56551e65c76",
"id_user_work_position": "296cddef-c7ff-4e0d-8a4e-61db6076ba40",
"id_shift": "e5854d8e-1f99-4717-bc67-08e66592dc6c",
"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-16T12:55:59Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79",
"image_id": "a88a4797-5af0-4136-a91f-b56551e65c76",
"id_user_work_position": "296cddef-c7ff-4e0d-8a4e-61db6076ba40",
"id_shift": "e5854d8e-1f99-4717-bc67-08e66592dc6c",
"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-16T12:55:59Z"
}
}
},
"Property": {
"id": "a776c6f9-a329-4d56-902d-db2c31f43c6e",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79",
"image_id": "a88a4797-5af0-4136-a91f-b56551e65c76",
"id_user_work_position": "296cddef-c7ff-4e0d-8a4e-61db6076ba40",
"id_shift": "e5854d8e-1f99-4717-bc67-08e66592dc6c",
"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-16T12:55:59Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79",
"image_id": "a88a4797-5af0-4136-a91f-b56551e65c76",
"id_user_work_position": "296cddef-c7ff-4e0d-8a4e-61db6076ba40",
"id_shift": "e5854d8e-1f99-4717-bc67-08e66592dc6c",
"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-16T12:55:59Z"
}
}
}
}
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>a776c6f9-a329-4d56-902d-db2c31f43c6e</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-08-16T14:55:59.1413742+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>1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79</id>
<id_shift>e5854d8e-1f99-4717-bc67-08e66592dc6c</id_shift>
<id_user_work_position>296cddef-c7ff-4e0d-8a4e-61db6076ba40</id_user_work_position>
<image_id>a88a4797-5af0-4136-a91f-b56551e65c76</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-16T14:55:59.1413742+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>1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79</id>
<id_shift>e5854d8e-1f99-4717-bc67-08e66592dc6c</id_shift>
<id_user_work_position>296cddef-c7ff-4e0d-8a4e-61db6076ba40</id_user_work_position>
<image_id>a88a4797-5af0-4136-a91f-b56551e65c76</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>a776c6f9-a329-4d56-902d-db2c31f43c6e</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-08-16T14:55:59.1413742+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>1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79</id>
<id_shift>e5854d8e-1f99-4717-bc67-08e66592dc6c</id_shift>
<id_user_work_position>296cddef-c7ff-4e0d-8a4e-61db6076ba40</id_user_work_position>
<image_id>a88a4797-5af0-4136-a91f-b56551e65c76</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-16T14:55:59.1413742+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>1dd7cb43-bc4a-432a-8a4e-cb7519d7bb79</id>
<id_shift>e5854d8e-1f99-4717-bc67-08e66592dc6c</id_shift>
<id_user_work_position>296cddef-c7ff-4e0d-8a4e-61db6076ba40</id_user_work_position>
<image_id>a88a4797-5af0-4136-a91f-b56551e65c76</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-16T14:55:59.1413742+02:00</date>
<id>c3a63100-1287-441c-ba21-ca53448c1f41</id>
</RegistrationProperty>