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=17920
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17940", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17900", "results": [ { "id": 103744, "ctype": "campusonline.student", "presentation": "Julian Sulzer\n" }, { "id": 103746, "ctype": "campusonline.student", "presentation": "Lara Sophie Haubmann\n" }, { "id": 103748, "ctype": "campusonline.student", "presentation": "Melissa Bayer\n" }, { "id": 103750, "ctype": "campusonline.student", "presentation": "Tatjana Kepplinger\n" }, { "id": 103752, "ctype": "campusonline.student", "presentation": "Sarah Marie Doliner\n" }, { "id": 103754, "ctype": "campusonline.student", "presentation": "Georg Gisbert Ulrich Linnemann\n" }, { "id": 103758, "ctype": "campusonline.student", "presentation": "Pia Laetitia Holzer\n" }, { "id": 103760, "ctype": "campusonline.student", "presentation": "Susanna Tesar\n" }, { "id": 103762, "ctype": "campusonline.student", "presentation": "Sohra Yosofie\n" }, { "id": 103766, "ctype": "campusonline.student", "presentation": "Markus Scheidl\n" }, { "id": 103770, "ctype": "campusonline.student", "presentation": "Rebecca Maurer\n" }, { "id": 103774, "ctype": "campusonline.student", "presentation": "Maria Evelyn Sacher\n" }, { "id": 103777, "ctype": "campusonline.student", "presentation": "Matthias Wagner\n" }, { "id": 103779, "ctype": "campusonline.student", "presentation": "Konrad Bodo Fritz\n" }, { "id": 103781, "ctype": "campusonline.student", "presentation": "Michelle Koini\n" }, { "id": 103783, "ctype": "campusonline.student", "presentation": "Carina Tripolt\n" }, { "id": 103788, "ctype": "campusonline.student", "presentation": "Moritz Michael Missmann\n" }, { "id": 103792, "ctype": "campusonline.student", "presentation": "Levente Gábor G. Varga\n" }, { "id": 103794, "ctype": "campusonline.student", "presentation": "Katrin Carlotta Reiff\n" }, { "id": 103796, "ctype": "campusonline.student", "presentation": "Finn Roth\n" } ] }