GET api/verwaltung/onlineweiterbildungen
Liste aller Online Weiterbildungen
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OnlineWeiterbildung| 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": "d1024ee5-a032-4371-bf89-a17d31093b02",
"name": "sample string 2",
"sek_id": "a68f580d-6f14-42cb-839a-65b948203fa8",
"aktiv": true
},
{
"id": "d1024ee5-a032-4371-bf89-a17d31093b02",
"name": "sample string 2",
"sek_id": "a68f580d-6f14-42cb-839a-65b948203fa8",
"aktiv": true
}
]