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": "ffc63465-a3a9-4990-9224-8195bec5494a",
"date": "2026-02-03T20:49:42Z",
"Registration": {
"id": "bc9dc886-8edf-4303-8ad2-f8e16589b0ab",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3",
"image_id": "706142bf-adfd-4dd9-938b-41058f724c53",
"id_user_work_position": "57bc6693-98da-4917-aec2-b63b785d19b7",
"id_shift": "80b68e04-5ee4-4178-86a6-80df0e3d06fa",
"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-02-03T20:49:42Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3",
"image_id": "706142bf-adfd-4dd9-938b-41058f724c53",
"id_user_work_position": "57bc6693-98da-4917-aec2-b63b785d19b7",
"id_shift": "80b68e04-5ee4-4178-86a6-80df0e3d06fa",
"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-02-03T20:49:42Z"
}
}
},
"Property": {
"id": "bc9dc886-8edf-4303-8ad2-f8e16589b0ab",
"name": "sample string 2",
"deleted": true,
"system_information": {
"creation": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3",
"image_id": "706142bf-adfd-4dd9-938b-41058f724c53",
"id_user_work_position": "57bc6693-98da-4917-aec2-b63b785d19b7",
"id_shift": "80b68e04-5ee4-4178-86a6-80df0e3d06fa",
"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-02-03T20:49:42Z"
},
"last_change": {
"user": {
"full_name": "sample string 12 sample string 11",
"id": "cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3",
"image_id": "706142bf-adfd-4dd9-938b-41058f724c53",
"id_user_work_position": "57bc6693-98da-4917-aec2-b63b785d19b7",
"id_shift": "80b68e04-5ee4-4178-86a6-80df0e3d06fa",
"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-02-03T20:49:42Z"
}
}
}
}
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>bc9dc886-8edf-4303-8ad2-f8e16589b0ab</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-03T21:49:42.5611574+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>cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3</id>
<id_shift>80b68e04-5ee4-4178-86a6-80df0e3d06fa</id_shift>
<id_user_work_position>57bc6693-98da-4917-aec2-b63b785d19b7</id_user_work_position>
<image_id>706142bf-adfd-4dd9-938b-41058f724c53</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-02-03T21:49:42.5611574+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>cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3</id>
<id_shift>80b68e04-5ee4-4178-86a6-80df0e3d06fa</id_shift>
<id_user_work_position>57bc6693-98da-4917-aec2-b63b785d19b7</id_user_work_position>
<image_id>706142bf-adfd-4dd9-938b-41058f724c53</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>bc9dc886-8edf-4303-8ad2-f8e16589b0ab</id>
<name>sample string 2</name>
<system_information>
<creation>
<date>2026-02-03T21:49:42.5611574+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>cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3</id>
<id_shift>80b68e04-5ee4-4178-86a6-80df0e3d06fa</id_shift>
<id_user_work_position>57bc6693-98da-4917-aec2-b63b785d19b7</id_user_work_position>
<image_id>706142bf-adfd-4dd9-938b-41058f724c53</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-02-03T21:49:42.5611574+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>cfb223ab-8d9e-4e7f-8475-8c9eba17cdc3</id>
<id_shift>80b68e04-5ee4-4178-86a6-80df0e3d06fa</id_shift>
<id_user_work_position>57bc6693-98da-4917-aec2-b63b785d19b7</id_user_work_position>
<image_id>706142bf-adfd-4dd9-938b-41058f724c53</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-02-03T21:49:42.5611574+01:00</date>
<id>ffc63465-a3a9-4990-9224-8195bec5494a</id>
</RegistrationProperty>