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=16000
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=16020", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=15980", "results": [ { "id": 96284, "ctype": "campusonline.student", "presentation": "Ruth Wedenig\n" }, { "id": 96285, "ctype": "campusonline.student", "presentation": "Laura Fraiß\n" }, { "id": 96287, "ctype": "campusonline.student", "presentation": "Benedikt Langenohl\n" }, { "id": 96296, "ctype": "campusonline.student", "presentation": "Anna Sophie Hatzmann\n" }, { "id": 96298, "ctype": "campusonline.student", "presentation": "Julia Kraus\n" }, { "id": 96304, "ctype": "campusonline.student", "presentation": "Michael Rössler\n" }, { "id": 96305, "ctype": "campusonline.student", "presentation": "Thomas Krainz\n" }, { "id": 96318, "ctype": "campusonline.student", "presentation": "Nora Schöngrundner\n" }, { "id": 96319, "ctype": "campusonline.student", "presentation": "Arne Enrico Völcker\n" }, { "id": 96321, "ctype": "campusonline.student", "presentation": "Alexander Lukas Frauenschuh\n" }, { "id": 96326, "ctype": "campusonline.student", "presentation": "Aron Leonhard Neuhausen\n" }, { "id": 96327, "ctype": "campusonline.student", "presentation": "Verena Jaafari\n" }, { "id": 96333, "ctype": "campusonline.student", "presentation": "Yvonne Herler\n" }, { "id": 96338, "ctype": "campusonline.student", "presentation": "Michael Thaler\n" }, { "id": 96340, "ctype": "campusonline.student", "presentation": "Zana Murtezai\n" }, { "id": 96341, "ctype": "campusonline.student", "presentation": "Georg Alexander Ehart\n" }, { "id": 96345, "ctype": "campusonline.student", "presentation": "Maximilian Bauer\n" }, { "id": 96347, "ctype": "campusonline.student", "presentation": "Katarina Sarcevic\n" }, { "id": 96352, "ctype": "campusonline.student", "presentation": "Johanna Windisch\n" }, { "id": 96358, "ctype": "campusonline.student", "presentation": "Johanna Elisabeth Burgholzer\n" } ] }