GET api/objekt/objektkletteranlage/{objekt_id}
Kletteranlagen ü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
ObjektKletteranlage| Name | Description | Type | Additional information |
|---|---|---|---|
| objekt_id | globally unique identifier |
None. |
|
| kosten | string |
None. |
|
| kletterflaeche | string |
None. |
|
| hoehe | string |
None. |
|
| maxlaengerouten | string |
None. |
|
| anzahlrouten | string |
None. |
|
| schwierigkeitrouten | string |
None. |
|
| boulderflaeche | string |
None. |
|
| anzahlboulder | string |
None. |
|
| schwierigkeitboulder | string |
None. |
|
| eigenetopropeseile | string |
None. |
|
| schwenkbareteile | string |
None. |
|
| benuetzung | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"objekt_id": "4aa15d61-99cc-44ca-aa61-13e8f2a21e51",
"kosten": "sample string 2",
"kletterflaeche": "sample string 3",
"hoehe": "sample string 4",
"maxlaengerouten": "sample string 5",
"anzahlrouten": "sample string 6",
"schwierigkeitrouten": "sample string 7",
"boulderflaeche": "sample string 8",
"anzahlboulder": "sample string 9",
"schwierigkeitboulder": "sample string 10",
"eigenetopropeseile": "sample string 11",
"schwenkbareteile": "sample string 12",
"benuetzung": "sample string 13"
}