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": "d204107d-2fda-4017-8a4b-f6e645bb3bd2", "date": "2025-07-19T09:08:34Z", "Registration": { "id": "fd6dbb1c-9f66-4415-b495-38a41595809d", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "eeb4b74a-2cd0-4de2-8bab-946d148ffc32", "image_id": "82afe139-0fad-46b7-aca2-859c97887267", "id_user_work_position": "d38b7dd8-8b4b-442d-868a-ed361815c205", "id_shift": "d6ea86f3-7ac3-4a62-ad61-12ec87052457", "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-07-19T09:08:34Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "eeb4b74a-2cd0-4de2-8bab-946d148ffc32", "image_id": "82afe139-0fad-46b7-aca2-859c97887267", "id_user_work_position": "d38b7dd8-8b4b-442d-868a-ed361815c205", "id_shift": "d6ea86f3-7ac3-4a62-ad61-12ec87052457", "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-07-19T09:08:34Z" } } }, "Property": { "id": "fd6dbb1c-9f66-4415-b495-38a41595809d", "name": "sample string 2", "deleted": true, "system_information": { "creation": { "user": { "full_name": "sample string 12 sample string 11", "id": "eeb4b74a-2cd0-4de2-8bab-946d148ffc32", "image_id": "82afe139-0fad-46b7-aca2-859c97887267", "id_user_work_position": "d38b7dd8-8b4b-442d-868a-ed361815c205", "id_shift": "d6ea86f3-7ac3-4a62-ad61-12ec87052457", "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-07-19T09:08:34Z" }, "last_change": { "user": { "full_name": "sample string 12 sample string 11", "id": "eeb4b74a-2cd0-4de2-8bab-946d148ffc32", "image_id": "82afe139-0fad-46b7-aca2-859c97887267", "id_user_work_position": "d38b7dd8-8b4b-442d-868a-ed361815c205", "id_shift": "d6ea86f3-7ac3-4a62-ad61-12ec87052457", "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-07-19T09:08:34Z" } } } }
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>fd6dbb1c-9f66-4415-b495-38a41595809d</id> <name>sample string 2</name> <system_information> <creation> <date>2025-07-19T11:08:34.7706783+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>eeb4b74a-2cd0-4de2-8bab-946d148ffc32</id> <id_shift>d6ea86f3-7ac3-4a62-ad61-12ec87052457</id_shift> <id_user_work_position>d38b7dd8-8b4b-442d-868a-ed361815c205</id_user_work_position> <image_id>82afe139-0fad-46b7-aca2-859c97887267</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-07-19T11:08:34.7706783+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>eeb4b74a-2cd0-4de2-8bab-946d148ffc32</id> <id_shift>d6ea86f3-7ac3-4a62-ad61-12ec87052457</id_shift> <id_user_work_position>d38b7dd8-8b4b-442d-868a-ed361815c205</id_user_work_position> <image_id>82afe139-0fad-46b7-aca2-859c97887267</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>fd6dbb1c-9f66-4415-b495-38a41595809d</id> <name>sample string 2</name> <system_information> <creation> <date>2025-07-19T11:08:34.7706783+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>eeb4b74a-2cd0-4de2-8bab-946d148ffc32</id> <id_shift>d6ea86f3-7ac3-4a62-ad61-12ec87052457</id_shift> <id_user_work_position>d38b7dd8-8b4b-442d-868a-ed361815c205</id_user_work_position> <image_id>82afe139-0fad-46b7-aca2-859c97887267</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-07-19T11:08:34.7706783+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>eeb4b74a-2cd0-4de2-8bab-946d148ffc32</id> <id_shift>d6ea86f3-7ac3-4a62-ad61-12ec87052457</id_shift> <id_user_work_position>d38b7dd8-8b4b-442d-868a-ed361815c205</id_user_work_position> <image_id>82afe139-0fad-46b7-aca2-859c97887267</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-07-19T11:08:34.7550128+02:00</date> <id>d204107d-2fda-4017-8a4b-f6e645bb3bd2</id> </RegistrationProperty>