GET api/objekt/objekthuette/{objekt_id}
Hüttendaten über die ID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| objekt_id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
ObjektHuette| Name | Description | Type | Additional information |
|---|---|---|---|
| objekt_id | globally unique identifier |
None. |
|
| betten | integer |
None. |
|
| lager | integer |
None. |
|
| schlafplaetzepaechter | integer |
None. |
|
| schlafplaetzevereinslokal | integer |
None. |
|
| materialseilbahn | string |
None. |
|
| winterraum | boolean |
None. |
|
| winterraumanzahl | integer |
None. |
|
| kategorie | ObjektHuetteKategorie |
None. |
|
| sitzplaetzeinnen | integer |
None. |
|
| sitzplaetzeaussen | integer |
None. |
|
| hp | Collection of globally unique identifier |
None. |
|
| hz | Collection of globally unique identifier |
None. |
|
| touren | Collection of ObjektTour |
None. |
|
| nachbarhuetten | Collection of ObjektNachbarhuette |
None. |
Response Formats
application/json, text/json
Sample:
{
"objekt_id": "85d93cf9-0506-40ee-9783-7004f6825e10",
"betten": 1,
"lager": 1,
"schlafplaetzepaechter": 1,
"schlafplaetzevereinslokal": 1,
"materialseilbahn": "sample string 2",
"winterraum": true,
"winterraumanzahl": 1,
"kategorie": 1,
"sitzplaetzeinnen": 1,
"sitzplaetzeaussen": 1,
"hp": [
"d7e9ec56-15f8-441a-aced-2aaf3ad0c262",
"ea89c930-ede3-4b4e-b5cf-501739985cf0"
],
"hz": [
"1bd35164-98ec-4c37-8d95-9fa58d47d584",
"437381e4-3f61-4b34-a277-f96942e13104"
],
"touren": [
{
"objekt_id": "7bb55621-6ab3-4b28-8ebe-2f603ef88c99",
"bezeichnung": "sample string 2",
"tourid2": "c9a5f09e-f758-4466-a427-7dfae8096e30",
"mytourid": 1
},
{
"objekt_id": "7bb55621-6ab3-4b28-8ebe-2f603ef88c99",
"bezeichnung": "sample string 2",
"tourid2": "c9a5f09e-f758-4466-a427-7dfae8096e30",
"mytourid": 1
}
],
"nachbarhuetten": [
{
"objekt_id": "ee48d399-e971-4e9b-89e7-1464fe18644e",
"nachbar_id": "ad959c52-1adc-4687-9e32-553ae51414a0",
"notiz": "sample string 3"
},
{
"objekt_id": "ee48d399-e971-4e9b-89e7-1464fe18644e",
"nachbar_id": "ad959c52-1adc-4687-9e32-553ae51414a0",
"notiz": "sample string 3"
}
]
}