GET api/verwaltung/onlineanlagen
Liste aller Online Anlagen
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OnlineAnlage| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| name | string |
None. |
|
| sek_id | globally unique identifier |
None. |
|
| aktiv | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "6b51cfbb-6198-443a-a9ac-aae6b95606c1",
"name": "sample string 2",
"sek_id": "26a6c1ae-efba-4549-9967-725472354591",
"aktiv": true
},
{
"id": "6b51cfbb-6198-443a-a9ac-aae6b95606c1",
"name": "sample string 2",
"sek_id": "26a6c1ae-efba-4549-9967-725472354591",
"aktiv": true
}
]