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=16500
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=16520", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=16480", "results": [ { "id": 98703, "ctype": "campusonline.student", "presentation": "Philipp Hönes\n" }, { "id": 98704, "ctype": "campusonline.student", "presentation": "Lena Christin Götz\n" }, { "id": 98708, "ctype": "campusonline.student", "presentation": "Florian Lenzenweger\n" }, { "id": 98711, "ctype": "campusonline.student", "presentation": "Benedikt Krietemeyer\n" }, { "id": 98713, "ctype": "campusonline.student", "presentation": "Marlies Leitner\n" }, { "id": 98716, "ctype": "campusonline.student", "presentation": "Dr.med. Anja Maria Große Lordemann\n" }, { "id": 98717, "ctype": "campusonline.student", "presentation": "Arthur Eglseder\n" }, { "id": 98718, "ctype": "campusonline.student", "presentation": "Palwashte Qadiri\n" }, { "id": 98720, "ctype": "campusonline.student", "presentation": "Fabian Lackner\n" }, { "id": 98721, "ctype": "campusonline.student", "presentation": "Fabian Weber\n" }, { "id": 98723, "ctype": "campusonline.student", "presentation": "Isabelle Patricia Spiegelburg\n" }, { "id": 98724, "ctype": "campusonline.student", "presentation": "Raphaela Gruber\n" }, { "id": 98727, "ctype": "campusonline.student", "presentation": "Julian Holler\n" }, { "id": 98730, "ctype": "campusonline.student", "presentation": "Bernhard Matthias Umhauer\n" }, { "id": 98731, "ctype": "campusonline.student", "presentation": "Elisabeth Katharina Wolf\n" }, { "id": 98736, "ctype": "campusonline.student", "presentation": "Amelie Sophie Dehm\n" }, { "id": 98739, "ctype": "campusonline.student", "presentation": "Oliver Olipitz\n" }, { "id": 98740, "ctype": "campusonline.student", "presentation": "Bernhard Maier\n" }, { "id": 98741, "ctype": "campusonline.student", "presentation": "Elias Braunhofer\n" }, { "id": 98742, "ctype": "campusonline.student", "presentation": "Lukas Mark Haintz\n" } ] }