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=17160
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17180", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17140", "results": [ { "id": 100939, "ctype": "campusonline.student", "presentation": "Katharina Koppin\n" }, { "id": 100943, "ctype": "campusonline.student", "presentation": "Eva Huber\n" }, { "id": 100945, "ctype": "campusonline.student", "presentation": "Anna Langeder\n" }, { "id": 100947, "ctype": "campusonline.student", "presentation": "Heinz Liebmann\n" }, { "id": 100950, "ctype": "campusonline.student", "presentation": "Heike Rampler\n" }, { "id": 100956, "ctype": "campusonline.student", "presentation": "Timothy Alexander Kaiser\n" }, { "id": 100960, "ctype": "campusonline.student", "presentation": "Peter Philip Wenzelburger\n" }, { "id": 100966, "ctype": "campusonline.student", "presentation": "Brittaney Lauren Scholte van Mast\n" }, { "id": 100968, "ctype": "campusonline.student", "presentation": "Sheikh Mohiuddin Mollah\n" }, { "id": 100970, "ctype": "campusonline.student", "presentation": "Christian Diego Miedl\n" }, { "id": 100972, "ctype": "campusonline.student", "presentation": "Flora Magdalena Harrant\n" }, { "id": 100980, "ctype": "campusonline.student", "presentation": "Arailym Sarsembayeva\n" }, { "id": 100984, "ctype": "campusonline.student", "presentation": "Marina Elisabeth Göttfried\n" }, { "id": 100990, "ctype": "campusonline.student", "presentation": "Jehona Qerimi-Hyseni\n" }, { "id": 101001, "ctype": "campusonline.student", "presentation": "Mirko Lochmann\n" }, { "id": 101007, "ctype": "campusonline.student", "presentation": "Alexander Philipp Gebeshuber\n" }, { "id": 101011, "ctype": "campusonline.student", "presentation": "Juliane Knuth\n" }, { "id": 101013, "ctype": "campusonline.student", "presentation": "Christoph Wregg\n" }, { "id": 101017, "ctype": "campusonline.student", "presentation": "Alexandra Rusu\n" }, { "id": 101019, "ctype": "campusonline.student", "presentation": "Tobias Daniel Frech\n" } ] }