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
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": "dc98f3cb-7c29-433f-8199-d0b7efbeb447",
"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"
}