List official bulletin pages with extracted text from CAMPUSonline.

BulletinPage(id, bulletin, index, text, clean, harvest)

Filters

To filter for exact value matches:

?<fieldname>=<value>

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

Possible lookups:

  • bulletin: gte, gt, lte, lt
  • index: gte, gt, lte, lt
GET /v1/campusonline/bulletin:page/?format=api&offset=24500
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 24853,
    "next": "https://api-test.medunigraz.at/v1/campusonline/bulletin:page/?format=api&limit=20&offset=24520",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/bulletin:page/?format=api&limit=20&offset=24480",
    "results": []
}