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=15840
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=15860", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=15820", "results": [ { "id": 95705, "ctype": "campusonline.student", "presentation": "Ferdinand Ronny Schönberger\n" }, { "id": 95709, "ctype": "campusonline.student", "presentation": "Maximilian Obereder\n" }, { "id": 95711, "ctype": "campusonline.student", "presentation": "Julia Mayr\n" }, { "id": 95713, "ctype": "campusonline.student", "presentation": "Katharina Theresa Hennecke\n" }, { "id": 95714, "ctype": "campusonline.student", "presentation": "Theresa Elisabeth Winkler\n" }, { "id": 95715, "ctype": "campusonline.student", "presentation": "Martin Halbherr\n" }, { "id": 95720, "ctype": "campusonline.student", "presentation": "Karim Lionel Bouzenna\n" }, { "id": 95722, "ctype": "campusonline.student", "presentation": "Nadine Grabner\n" }, { "id": 95723, "ctype": "campusonline.student", "presentation": "Natascha Kollbauer\n" }, { "id": 95730, "ctype": "campusonline.student", "presentation": "Laurin Kosta Snieder\n" }, { "id": 95731, "ctype": "campusonline.student", "presentation": "Charlotte Anita Ursula Harloff\n" }, { "id": 95732, "ctype": "campusonline.student", "presentation": "Leonie Rudelsdorfer\n" }, { "id": 95733, "ctype": "campusonline.student", "presentation": "Lea Julia Bischof\n" }, { "id": 95736, "ctype": "campusonline.student", "presentation": "Anton Michael Wagner\n" }, { "id": 95740, "ctype": "campusonline.student", "presentation": "David Gilian Waldner\n" }, { "id": 95741, "ctype": "campusonline.student", "presentation": "Emel Dulic\n" }, { "id": 95744, "ctype": "campusonline.student", "presentation": "Benedikta Bettina Maria Kersten\n" }, { "id": 95752, "ctype": "campusonline.student", "presentation": "Mathias Mairitsch\n" }, { "id": 95757, "ctype": "campusonline.student", "presentation": "Martina Vaterl\n" }, { "id": 95759, "ctype": "campusonline.student", "presentation": "Florian Sucher\n" } ] }