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=16480
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=16500", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=16460", "results": [ { "id": 98678, "ctype": "campusonline.student", "presentation": "Stefanie Fleischmann\n" }, { "id": 98679, "ctype": "campusonline.student", "presentation": "David-Karim Samuel Friede\n" }, { "id": 98680, "ctype": "campusonline.student", "presentation": "Clemens Christian Prager\n" }, { "id": 98681, "ctype": "campusonline.student", "presentation": "Maja Gajić\n" }, { "id": 98682, "ctype": "campusonline.student", "presentation": "Esther Hasenhüttl\n" }, { "id": 98685, "ctype": "campusonline.student", "presentation": "Theodor Lefkopoulos\n" }, { "id": 98686, "ctype": "campusonline.student", "presentation": "Jakob Alois Lugitsch\n" }, { "id": 98688, "ctype": "campusonline.student", "presentation": "Catharina Sophie Friedl\n" }, { "id": 98690, "ctype": "campusonline.student", "presentation": "Sabrina Music\n" }, { "id": 98691, "ctype": "campusonline.student", "presentation": "Sara Möslinger\n" }, { "id": 98692, "ctype": "campusonline.student", "presentation": "Maximilian Veres\n" }, { "id": 98693, "ctype": "campusonline.student", "presentation": "Vera Seifert\n" }, { "id": 98694, "ctype": "campusonline.student", "presentation": "Maximilian Hiebler\n" }, { "id": 98695, "ctype": "campusonline.student", "presentation": "Benjamin Hois\n" }, { "id": 98696, "ctype": "campusonline.student", "presentation": "Samuel Jakober\n" }, { "id": 98697, "ctype": "campusonline.student", "presentation": "Anna Maria Fischer\n" }, { "id": 98698, "ctype": "campusonline.student", "presentation": "Michael Furtmüller\n" }, { "id": 98699, "ctype": "campusonline.student", "presentation": "Helena Anna Löcker\n" }, { "id": 98700, "ctype": "campusonline.student", "presentation": "Johannes Wörsdörfer\n" }, { "id": 98701, "ctype": "campusonline.student", "presentation": "Julia Sieber\n" } ] }