Get autocomplete suggestions for geographic objects:

.../?q=<Word>

To limit results to certain models use the m parameter:

.../?q=<Word>&m=<Model>,<Model>,...

Possible models are currently:

  • campusonline.Person
  • campusonline.Room
  • campusonline.Student
  • geo.Room
  • structure.Organization
  • structure.Person

The ctype property determines the content type of each suggested item. This can be used to do further queries at other endpoints.

GET /v1/api/autocomplete/?format=api&offset=1940
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 18715,
    "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1960",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1920",
    "results": [
        {
            "id": 50617,
            "ctype": "campusonline.person",
            "presentation": "Univ. FA Dr.med.univ. Franz Gollowitsch\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50619,
            "ctype": "campusonline.person",
            "presentation": "Univ. FÄ Dr.med.univ. Eva Kampelmühler\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50626,
            "ctype": "campusonline.person",
            "presentation": "Amtssekretärin Dagmar Silbert-Wagner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50634,
            "ctype": "campusonline.person",
            "presentation": "Dorrit Münzer-Ornik\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50642,
            "ctype": "campusonline.person",
            "presentation": "Michael Wolf\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50653,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Michaela Andrä\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50659,
            "ctype": "campusonline.person",
            "presentation": "Sen.Scientist  Priv.-Doz. Dr.med.univ. Elke Fröhlich-Reiterer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50662,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Ass. Priv.-Doz. Dr.med.univ.et scient.med. Anna Holl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50666,
            "ctype": "campusonline.person",
            "presentation": "Claudia Deutschmann\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50667,
            "ctype": "campusonline.person",
            "presentation": "Tina Gassner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50669,
            "ctype": "campusonline.person",
            "presentation": "Heike Binder\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50670,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Priv.-Doz. Dr.med.univ.et scient.med. Markus Gugatschka\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50674,
            "ctype": "campusonline.person",
            "presentation": "Assoc. Prof. Dr.rer.nat. Ursula Hiden\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50677,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Ilse Seidl-Ritzinger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50690,
            "ctype": "campusonline.person",
            "presentation": "Martina Urschitz\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50694,
            "ctype": "campusonline.person",
            "presentation": "Monika Lindner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50695,
            "ctype": "campusonline.person",
            "presentation": "Mag. Dr.rer.nat. Barbara Reichenpfader\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50696,
            "ctype": "campusonline.person",
            "presentation": "Sen.Scientist  Priv.-Doz. Mag.rer.nat. Dr.scient.med. Birgit Lohberger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50697,
            "ctype": "campusonline.person",
            "presentation": "Mag.rer.nat. Karin Osibow\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50698,
            "ctype": "campusonline.person",
            "presentation": "Dipl.-Ing. Claus Gerstenberger\n",
            "level_id": null,
            "room_id": null
        }
    ]
}