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=17980
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=18000", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17960", "results": [ { "id": 103909, "ctype": "campusonline.student", "presentation": "Valentina Kecht\n" }, { "id": 103911, "ctype": "campusonline.student", "presentation": "Thomas Hinteregger\n" }, { "id": 103913, "ctype": "campusonline.student", "presentation": "Fanny Bernard\n" }, { "id": 103915, "ctype": "campusonline.student", "presentation": "Helene Josefa Götz\n" }, { "id": 103917, "ctype": "campusonline.student", "presentation": "Paul Gattringer\n" }, { "id": 103919, "ctype": "campusonline.student", "presentation": "Karolina Romana Ecker\n" }, { "id": 103923, "ctype": "campusonline.student", "presentation": "Saskia Hecher\n" }, { "id": 103925, "ctype": "campusonline.student", "presentation": "Lisa-Carina Zeiler\n" }, { "id": 103927, "ctype": "campusonline.student", "presentation": "Paul Terlitza\n" }, { "id": 103929, "ctype": "campusonline.student", "presentation": "Amy Grassl\n" }, { "id": 103931, "ctype": "campusonline.student", "presentation": "Joachim Freithofnig\n" }, { "id": 103933, "ctype": "campusonline.student", "presentation": "Lea Reiterer\n" }, { "id": 103936, "ctype": "campusonline.student", "presentation": "Stefan Huttegger\n" }, { "id": 103938, "ctype": "campusonline.student", "presentation": "Uschi Pongratz\n" }, { "id": 103940, "ctype": "campusonline.student", "presentation": "Sally Marie Harlos\n" }, { "id": 103942, "ctype": "campusonline.student", "presentation": "Simone Egger\n" }, { "id": 103945, "ctype": "campusonline.student", "presentation": "Aylin Yakut\n" }, { "id": 103949, "ctype": "campusonline.student", "presentation": "Lara Wagner\n" }, { "id": 103951, "ctype": "campusonline.student", "presentation": "Julian Simoner\n" }, { "id": 103953, "ctype": "campusonline.student", "presentation": "Sebastian Mestel\n" } ] }