Event List
List events from CAMPUSonline.
Fields
id (integer)
Primary key.
course (object)
Course this event is associated with.
category (string)
Category for this event.
title (string)
Title of this event.
date (datetime)
Date of event.
start (datetime)
Start of event.
end (datetime)
End of event.
building (object)
Building this event takes place in.
room (object)
Building this event takes place in.
show_end (datetime)
When to stop showing this event.
Filters
To filter for exact value matches:
?<fieldname>=<value>
For advanced filtering use lookups:
?<fieldname>__<lookup>=<value>
Possible lookups:
building__short:exact,startswith,containsroom__category__name:exactroom__floor__name:exactroom__building__name:exact,startswithroom__building__short:exactroom__building__address:exact,startswith,containsroom__title:exact,startswith,containsroom__name_full:exact,startswith,containscourse__category:exactcategory:exactdate:gt,gte,lt,ltestart:gt,gte,lt,lteend:gt,gte,lt,lteshow_end:gt,gte,lt,lte
GET /v1/campusonline/event/?format=api
{
"count": 0,
"next": null,
"previous": null,
"results": []
}