Video events schedule

list: Query parameters


date: YYYY-MM-DD or 'today' (Europe/Oslo). Defaults to today.

days: Number of days. Defaults to 1.

surrounding: Include event before and after the window.

ordering: Field to order by. Prefix '-' for desc. Defaults to 'starttime'.

GET /api/scheduleitems/?format=api&offset=100&ordering=starttime
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 60,
    "next": null,
    "previous": "https://forrige.frikanalen.no/api/scheduleitems/?format=api&limit=50&offset=50&ordering=starttime",
    "results": []
}