{ "opencollection": "1.0.0", "info": { "name": "eat-api calendar API", "version": "2.1" }, "items": [ { "info": { "name": "calendar", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Calendar Entries", "type": "http" }, "http": { "method": "POST", "url": "https://tum-dev.github.io/eat-api/{language}/api/calendar", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves calendar entries for specific `ids` within the requested time span.\nThe time span is defined by the `start_after` and `end_before` query parameters.\nEnsure to provide valid date-time formats for these parameters.\n\nIf successful, returns additional entries in the requested time span." } ] } ], "bundled": true }