Autocomplete List
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.Personcampusonline.Roomcampusonline.Studentgeo.Roomstructure.Organizationstructure.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=2140
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2160", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2120", "results": [ { "id": 51380, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Mag. Dr.rer.nat. Marco Wiltgen\n", "level_id": null, "room_id": null }, { "id": 51384, "ctype": "campusonline.person", "presentation": "Dr. Roman Rieger\n", "level_id": null, "room_id": null }, { "id": 51390, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr. George Ralph\n", "level_id": null, "room_id": null }, { "id": 51393, "ctype": "campusonline.person", "presentation": "Prim. Dr. Bernhard Bauer\n", "level_id": null, "room_id": null }, { "id": 51400, "ctype": "campusonline.person", "presentation": "Dr. Othmar Grabner\n", "level_id": null, "room_id": null }, { "id": 51411, "ctype": "campusonline.person", "presentation": "Manuela Riegerbauer\n", "level_id": null, "room_id": null }, { "id": 51431, "ctype": "campusonline.person", "presentation": "Mag. Martina Fraißler-Eller\n", "level_id": null, "room_id": null }, { "id": 51447, "ctype": "campusonline.person", "presentation": "Ing. Veronika Pommer\n", "level_id": null, "room_id": null }, { "id": 51449, "ctype": "campusonline.person", "presentation": "Dr.techn. Heimo Müller\n", "level_id": null, "room_id": null }, { "id": 51457, "ctype": "campusonline.person", "presentation": "Gabriele Kröll\n", "level_id": null, "room_id": null }, { "id": 51458, "ctype": "campusonline.person", "presentation": "Sandra Kickmaier\n", "level_id": null, "room_id": null }, { "id": 51460, "ctype": "campusonline.person", "presentation": "Bettina Kölli\n", "level_id": null, "room_id": null }, { "id": 51470, "ctype": "campusonline.person", "presentation": "Univ.-Doz. Dr. Heimo Wenzl\n", "level_id": null, "room_id": null }, { "id": 51483, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Franz Fazekas\n", "level_id": null, "room_id": null }, { "id": 51488, "ctype": "campusonline.person", "presentation": "Dr.rer.nat. Astrid Helga Paulitsch-Fuchs\n", "level_id": null, "room_id": null }, { "id": 51499, "ctype": "campusonline.person", "presentation": "O.Univ.-Prof. Dr.med.univ. Eduard Leinzinger\n", "level_id": null, "room_id": null }, { "id": 51500, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof.i.R. Dr.med.univ. Reinhold Kleinert\n", "level_id": null, "room_id": null }, { "id": 51503, "ctype": "campusonline.person", "presentation": "O.Univ.-Prof.i.R. DDr. Egon Marth\n", "level_id": null, "room_id": null }, { "id": 51504, "ctype": "campusonline.person", "presentation": "Univ.-Prof.i.R. Dipl.-Ing. Dr.techn. Herfried Pessenhofer\n", "level_id": null, "room_id": null }, { "id": 51505, "ctype": "campusonline.person", "presentation": "Univ.-Prof.i.R. Dr.phil. Josef Wilhelm Egger\n", "level_id": null, "room_id": null } ] }