GET api/v1/registrations/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Registration| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| date | date |
None. |
|
| string |
None. |
||
| property | string |
None. |
|
| note | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "2a32baa7-e7b7-42d9-b24d-5ad14a9616a6",
"date": "2026-06-20T09:38:30Z",
"email": "sample string 3",
"property": "sample string 4",
"note": "sample string 5"
}
application/xml, text/xml
Sample:
<Registration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IO.Swagger.Models"> <date>2026-06-20T11:38:30.3457056+02:00</date> <email>sample string 3</email> <id>2a32baa7-e7b7-42d9-b24d-5ad14a9616a6</id> <note>sample string 5</note> <property>sample string 4</property> </Registration>