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=15500
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=15520", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=15480", "results": [ { "id": 93164, "ctype": "campusonline.student", "presentation": "Karolina Marta Abramowicz\n" }, { "id": 93174, "ctype": "campusonline.student", "presentation": "Christian Schrader\n" }, { "id": 93175, "ctype": "campusonline.student", "presentation": "Wolfgang Schwarz\n" }, { "id": 93179, "ctype": "campusonline.student", "presentation": "Meryem Friedrich\n" }, { "id": 93180, "ctype": "campusonline.student", "presentation": "Maximilian Seidel\n" }, { "id": 93187, "ctype": "campusonline.student", "presentation": "Viktoria Elisabeth Rausch\n" }, { "id": 93188, "ctype": "campusonline.student", "presentation": "Nina Planeta\n" }, { "id": 93192, "ctype": "campusonline.student", "presentation": "Nikolas Steiner\n" }, { "id": 93193, "ctype": "campusonline.student", "presentation": "Vanessa Köninger\n" }, { "id": 93194, "ctype": "campusonline.student", "presentation": "Paul Christoph Hochegger\n" }, { "id": 93195, "ctype": "campusonline.student", "presentation": "Philipp Fischer\n" }, { "id": 93197, "ctype": "campusonline.student", "presentation": "Sami Keckia\n" }, { "id": 93199, "ctype": "campusonline.student", "presentation": "Juliane Gärtner\n" }, { "id": 93202, "ctype": "campusonline.student", "presentation": "Anna Strasser\n" }, { "id": 93204, "ctype": "campusonline.student", "presentation": "Verena Elisabeth Ziegler\n" }, { "id": 93206, "ctype": "campusonline.student", "presentation": "Amelie Marie Sandner\n" }, { "id": 93207, "ctype": "campusonline.student", "presentation": "Laura Schneller\n" }, { "id": 93213, "ctype": "campusonline.student", "presentation": "Christine Pascher\n" }, { "id": 93220, "ctype": "campusonline.student", "presentation": "Maria Hemma Pauer\n" }, { "id": 93223, "ctype": "campusonline.student", "presentation": "Hannah Sophie Müller-Huck\n" } ] }