period, date, sort, plan_id, only_this_plan, location_id.period and date; response contains events only (no planned_events).curl --location 'https://api.studiointern.de//v1/pub/schedule?period=&date=&sort=&plan_id=&only_this_plan=&location_id=' \
--header 'Authorization: <api-key>'{
"message": "string",
"code": 0,
"data": null,
"events": [
{
"id": 0,
"dow": "string",
"dow_short": "string",
"date": "string",
"start_time": "string",
"end_time": "string",
"title": "string",
"description": "string",
"teacher": [
"string"
],
"extra": "string",
"room": "string",
"location_id": 0,
"more_info": "string",
"hours": 0,
"color": "string",
"target_group": 0,
"tlight": null,
"planID": 0,
"styleID": 0
}
],
"planned_events": [
{
"id": 0,
"dow": "string",
"dow_short": "string",
"date": "string",
"start_time": "string",
"end_time": "string",
"title": "string",
"description": "string",
"teacher": [
"string"
],
"extra": "string",
"room": "string",
"location_id": 0,
"more_info": "string",
"hours": 0,
"color": "string",
"target_group": 0,
"tlight": null,
"planID": 0,
"styleID": 0
}
]
}