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=2040
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2060", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2020", "results": [ { "id": 50926, "ctype": "campusonline.person", "presentation": "Univ. FA Dr.med.univ. Siegfried Sauseng\n", "level_id": null, "room_id": null }, { "id": 50929, "ctype": "campusonline.person", "presentation": "Univ. FA Dr.med. András Hock\n", "level_id": null, "room_id": null }, { "id": 50933, "ctype": "campusonline.person", "presentation": "Univ.-Ass. Dr.med.univ. Stephan Herwig Koter\n", "level_id": null, "room_id": null }, { "id": 50937, "ctype": "campusonline.person", "presentation": "Kerstin Hingerl\n", "level_id": null, "room_id": null }, { "id": 50939, "ctype": "campusonline.person", "presentation": "Petra Tschepper\n", "level_id": null, "room_id": null }, { "id": 50940, "ctype": "campusonline.person", "presentation": "Dietlinde Nagelschmied\n", "level_id": null, "room_id": null }, { "id": 50941, "ctype": "campusonline.person", "presentation": "Alexandra Thalhammer\n", "level_id": null, "room_id": null }, { "id": 50942, "ctype": "campusonline.person", "presentation": "Mag. Ute Wagner-Eibel\n", "level_id": null, "room_id": null }, { "id": 50943, "ctype": "campusonline.person", "presentation": "Martina Hofstadler\n", "level_id": null, "room_id": null }, { "id": 50944, "ctype": "campusonline.person", "presentation": "Ing. Andrea Zauner\n", "level_id": null, "room_id": null }, { "id": 50948, "ctype": "campusonline.person", "presentation": "Univ.-Ass. Dr.med.univ. Paul Swatek\n", "level_id": null, "room_id": null }, { "id": 50958, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Kristian Kristoferitsch\n", "level_id": null, "room_id": null }, { "id": 50960, "ctype": "campusonline.person", "presentation": "Assoz. Prof. Priv.-Doz. Mag. Dr.rer.nat. Gerd Leitinger\n", "level_id": null, "room_id": null }, { "id": 50962, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Harald Müller\n", "level_id": null, "room_id": null }, { "id": 50963, "ctype": "campusonline.person", "presentation": "Priv.-Doz. Dr.med.univ. Alfred Muchitsch\n", "level_id": null, "room_id": null }, { "id": 50964, "ctype": "campusonline.person", "presentation": "Mag.rer.nat. Dr.scient.med. Lisa Ofner-Ziegenfuss\n", "level_id": null, "room_id": null }, { "id": 50966, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Priv.-Doz. Dipl.-Ing. Dr.techn. Gernot Plank\n", "level_id": null, "room_id": null }, { "id": 50967, "ctype": "campusonline.person", "presentation": "Sen.Scientist Dipl.-Ing. Dr.techn. Anton Prassl\n", "level_id": null, "room_id": null }, { "id": 50968, "ctype": "campusonline.person", "presentation": "Mag. Marion Trattner\n", "level_id": null, "room_id": null }, { "id": 50969, "ctype": "campusonline.person", "presentation": "Priv.-Doz. Mag. Dr.rer.nat. Klaus Zorn-Pauly\n", "level_id": null, "room_id": null } ] }