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=17080
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17100", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17060", "results": [ { "id": 100664, "ctype": "campusonline.student", "presentation": "Michael Kubat\n" }, { "id": 100666, "ctype": "campusonline.student", "presentation": "Knud Johannes Kober\n" }, { "id": 100672, "ctype": "campusonline.student", "presentation": "Sandra Petsche\n" }, { "id": 100675, "ctype": "campusonline.student", "presentation": "Karl Albin Schnabl\n" }, { "id": 100680, "ctype": "campusonline.student", "presentation": "Christoph Erker\n" }, { "id": 100686, "ctype": "campusonline.student", "presentation": "Alexander Scheidl\n" }, { "id": 100689, "ctype": "campusonline.student", "presentation": "Ronja Hein\n" }, { "id": 100691, "ctype": "campusonline.student", "presentation": "Lea Bendel\n" }, { "id": 100693, "ctype": "campusonline.student", "presentation": "Simone Hannah Trampitsch\n" }, { "id": 100695, "ctype": "campusonline.student", "presentation": "Tilman Gräbe\n" }, { "id": 100697, "ctype": "campusonline.student", "presentation": "Lena Temmel\n" }, { "id": 100699, "ctype": "campusonline.student", "presentation": "Fabian Kerschbaumer\n" }, { "id": 100701, "ctype": "campusonline.student", "presentation": "Anna-Lena Mayer\n" }, { "id": 100706, "ctype": "campusonline.student", "presentation": "Anna Hofbauer\n" }, { "id": 100710, "ctype": "campusonline.student", "presentation": "Franziska Schrandt\n" }, { "id": 100712, "ctype": "campusonline.student", "presentation": "Fabian Carlozzo\n" }, { "id": 100714, "ctype": "campusonline.student", "presentation": "Eva Bachl\n" }, { "id": 100716, "ctype": "campusonline.student", "presentation": "Caroline Natusch\n" }, { "id": 100718, "ctype": "campusonline.student", "presentation": "Christoph Binder\n" }, { "id": 100720, "ctype": "campusonline.student", "presentation": "Siska Marie Scherf-Clavel\n" } ] }