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": "068149b4-bf5b-49f5-8dfd-ba8507f77507",
"Name": "sample string 3",
"Beschreibung": "sample string 4",
"AliasName": "sample string 5",
"HomeNode": "sample string 6",
"StaticContext": {
"Id": "96a18a73-8fee-4d28-b89b-7b1b526842ee",
"Name": "sample string 2",
"Description": "sample string 3"
},
"IsActive": true,
"CreatedAtUtc": "2026-05-08T15:37:28.449613+02:00",
"UpdatedAtUtc": "2026-05-08T15:37:28.449613+02:00",
"Self": "sample string 10"
}