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
RegistrationPropertyName | 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": "1e32110b-0429-425f-8620-b7ec178036e9", "date": "2025-09-13T10:23:55Z", "Registration": { "id": "548390b0-63da-49a9-b0c3-f5488f308e96", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "73ad3bff-f895-4d4d-b165-dc77a6e224ce", "image_id": "5ed273b6-cbbe-490c-b9c4-d7103e28346f", "id_user_work_position": "8901a535-598f-499d-995f-a438c685cc7d", "id_shift": "e9e7ede4-326d-41bb-b6c1-fd77cb3610e0", "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-09-13T10:23:55Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "73ad3bff-f895-4d4d-b165-dc77a6e224ce", "image_id": "5ed273b6-cbbe-490c-b9c4-d7103e28346f", "id_user_work_position": "8901a535-598f-499d-995f-a438c685cc7d", "id_shift": "e9e7ede4-326d-41bb-b6c1-fd77cb3610e0", "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-09-13T10:23:55Z" } } }, "Property": { "id": "548390b0-63da-49a9-b0c3-f5488f308e96", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "73ad3bff-f895-4d4d-b165-dc77a6e224ce", "image_id": "5ed273b6-cbbe-490c-b9c4-d7103e28346f", "id_user_work_position": "8901a535-598f-499d-995f-a438c685cc7d", "id_shift": "e9e7ede4-326d-41bb-b6c1-fd77cb3610e0", "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-09-13T10:23:55Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "73ad3bff-f895-4d4d-b165-dc77a6e224ce", "image_id": "5ed273b6-cbbe-490c-b9c4-d7103e28346f", "id_user_work_position": "8901a535-598f-499d-995f-a438c685cc7d", "id_shift": "e9e7ede4-326d-41bb-b6c1-fd77cb3610e0", "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-09-13T10:23:55Z" } } } }
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>548390b0-63da-49a9-b0c3-f5488f308e96</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:23:55.5794388+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>73ad3bff-f895-4d4d-b165-dc77a6e224ce</id> <id_shift>e9e7ede4-326d-41bb-b6c1-fd77cb3610e0</id_shift> <id_user_work_position>8901a535-598f-499d-995f-a438c685cc7d</id_user_work_position> <image_id>5ed273b6-cbbe-490c-b9c4-d7103e28346f</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-09-13T12:23:55.5794388+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>73ad3bff-f895-4d4d-b165-dc77a6e224ce</id> <id_shift>e9e7ede4-326d-41bb-b6c1-fd77cb3610e0</id_shift> <id_user_work_position>8901a535-598f-499d-995f-a438c685cc7d</id_user_work_position> <image_id>5ed273b6-cbbe-490c-b9c4-d7103e28346f</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>548390b0-63da-49a9-b0c3-f5488f308e96</id> <name>sample string 2</name> <system_information> <creation> <date>2025-09-13T12:23:55.5794388+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>73ad3bff-f895-4d4d-b165-dc77a6e224ce</id> <id_shift>e9e7ede4-326d-41bb-b6c1-fd77cb3610e0</id_shift> <id_user_work_position>8901a535-598f-499d-995f-a438c685cc7d</id_user_work_position> <image_id>5ed273b6-cbbe-490c-b9c4-d7103e28346f</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-09-13T12:23:55.5794388+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>73ad3bff-f895-4d4d-b165-dc77a6e224ce</id> <id_shift>e9e7ede4-326d-41bb-b6c1-fd77cb3610e0</id_shift> <id_user_work_position>8901a535-598f-499d-995f-a438c685cc7d</id_user_work_position> <image_id>5ed273b6-cbbe-490c-b9c4-d7103e28346f</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-09-13T12:23:55.5637422+02:00</date> <id>1e32110b-0429-425f-8620-b7ec178036e9</id> </RegistrationProperty>