GET v1/delphinariats/{WilhelmstiftValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| WilhelmstiftValue | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DelphinariatDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DelphinariatId | integer |
None. |
|
| DelphinariatEntity | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Beschreibung | string |
None. |
|
| AliasName | string |
None. |
|
| HomeNode | string |
None. |
|
| StaticContext | StaticContextDTO |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedAtUtc | date |
None. |
|
| UpdatedAtUtc | date |
None. |
|
| Self | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DelphinariatId": 1,
"DelphinariatEntity": "b97cb068-a7d0-4e96-953b-80587c6ef26a",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "32a36446-1fa2-4844-9e7a-6cc9c5b46d81",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-09-21T19:32:39.4248832+02:00",
"UpdatedAtUtc": "2026-09-21T19:32:39.4258838+02:00",
"Self": "sample string 10"
}