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=2000
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2020", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1980", "results": [ { "id": 50830, "ctype": "campusonline.person", "presentation": "Michaela Steinberger\n", "level_id": null, "room_id": null }, { "id": 50834, "ctype": "campusonline.person", "presentation": "Claudia Pammer\n", "level_id": null, "room_id": null }, { "id": 50835, "ctype": "campusonline.person", "presentation": "Robert Schröttner\n", "level_id": null, "room_id": null }, { "id": 50838, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Priv.-Doz. Dr.med.univ. Harald Sourij\n", "level_id": null, "room_id": null }, { "id": 50839, "ctype": "campusonline.person", "presentation": "Assoz. Prof. Priv.-Doz. Dr.med.univ. Georg Hutterer\n", "level_id": null, "room_id": null }, { "id": 50840, "ctype": "campusonline.person", "presentation": "Assoz. Prof. Priv.-Doz. Dipl.-Ing. Dr.techn. Seth Hallström\n", "level_id": null, "room_id": null }, { "id": 50841, "ctype": "campusonline.person", "presentation": "Sen.Scientist Mag. Dr.rer.soc.oec. Petra Ofner-Kopeinig\n", "level_id": null, "room_id": null }, { "id": 50845, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Etienne Holl\n", "level_id": null, "room_id": null }, { "id": 50846, "ctype": "campusonline.person", "presentation": "Sylvia Plazovnik\n", "level_id": null, "room_id": null }, { "id": 50847, "ctype": "campusonline.person", "presentation": "Georg Madler\n", "level_id": null, "room_id": null }, { "id": 50850, "ctype": "campusonline.person", "presentation": "Priv.-Doz. Dr.med.univ. Domagoj Ivastinovic\n", "level_id": null, "room_id": null }, { "id": 50853, "ctype": "campusonline.person", "presentation": "Assoz. Prof. Priv.-Doz. Dr. Gerda Trutnovsky\n", "level_id": null, "room_id": null }, { "id": 50854, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Eva-Christine Weiss\n", "level_id": null, "room_id": null }, { "id": 50859, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Werner Maurer-Ertl\n", "level_id": null, "room_id": null }, { "id": 50860, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med. Tina Ulrike Cohnert\n", "level_id": null, "room_id": null }, { "id": 50861, "ctype": "campusonline.person", "presentation": "Iris Kufferath\n", "level_id": null, "room_id": null }, { "id": 50862, "ctype": "campusonline.person", "presentation": "Dr.phil. Gabriele Czarnowski\n", "level_id": null, "room_id": null }, { "id": 50864, "ctype": "campusonline.person", "presentation": "MPH Christoph Pammer\n", "level_id": null, "room_id": null }, { "id": 50867, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med. Horst Olschewski\n", "level_id": null, "room_id": null }, { "id": 50871, "ctype": "campusonline.person", "presentation": "Univ. FÄ Priv.-Doz. Dr.med.univ. Ariane Aigelsreiter\n", "level_id": null, "room_id": null } ] }