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": "70ab0211-79b7-4c41-8d30-8d502f4a6035",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "35a06357-b613-4ad8-a77e-4ba36a15cfa4",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-06-22T22:37:14.5782243+02:00",
"UpdatedAtUtc": "2026-06-22T22:37:14.5782243+02:00",
"Self": "sample string 10"
}