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": "bbabec0e-5a4b-4ab3-83de-8a944f59108b",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "183fc68e-f6b9-41de-9f18-07d1cb377bbe",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-08-07T00:14:02.2106743+02:00",
"UpdatedAtUtc": "2026-08-07T00:14:02.2106743+02:00",
"Self": "sample string 10"
}