GET api/verwaltung/onlinemenues
Liste aller Online Menüs
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OnlineMenue| 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": "45c11319-1c7f-4d60-9b81-e246f7cfedec",
"name": "sample string 2",
"sek_id": "82dc6104-a676-431e-91bc-cf6249c511a5",
"aktiv": true
},
{
"id": "45c11319-1c7f-4d60-9b81-e246f7cfedec",
"name": "sample string 2",
"sek_id": "82dc6104-a676-431e-91bc-cf6249c511a5",
"aktiv": true
}
]