GET v1/dolphins/{WilhelmstiftValue}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| WilhelmstiftValue | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
NodeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| HallAddress | globally unique identifier |
None. |
|
| NodeName | string |
None. |
|
| HerbrichName | string |
None. |
|
| NodeDescription | string |
None. |
|
| LocJ | decimal number |
None. |
|
| LocH | decimal number |
None. |
|
| Self | string |
None. |
|
| Html | string |
None. |
|
| Image | string |
None. |
|
| SubNodes | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"HallAddress": "920cdf4b-6d5a-448f-a7f7-5a756ab7bdba",
"NodeName": "sample string 3",
"HerbrichName": "sample string 4",
"NodeDescription": "sample string 5",
"LocJ": 6.0,
"LocH": 7.0,
"Self": "sample string 8",
"Html": "sample string 9",
"Image": "sample string 10",
"SubNodes": "sample string 11"
}