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=15340
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=15360", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=15320", "results": [ { "id": 92649, "ctype": "campusonline.student", "presentation": "Jacqueline Lenz\n" }, { "id": 92654, "ctype": "campusonline.student", "presentation": "Sonja Galler\n" }, { "id": 92655, "ctype": "campusonline.student", "presentation": "Maria Lerchl\n" }, { "id": 92656, "ctype": "campusonline.student", "presentation": "Lisa Maria Eberharter\n" }, { "id": 92660, "ctype": "campusonline.student", "presentation": "Lukas Breitenlacher\n" }, { "id": 92664, "ctype": "campusonline.student", "presentation": "Natalie Berger\n" }, { "id": 92665, "ctype": "campusonline.student", "presentation": "Daniela Schimpl\n" }, { "id": 92667, "ctype": "campusonline.student", "presentation": "Carmen Diensthuber\n" }, { "id": 92668, "ctype": "campusonline.student", "presentation": "René Schroedter\n" }, { "id": 92669, "ctype": "campusonline.student", "presentation": "Anna Maria Strobl\n" }, { "id": 92671, "ctype": "campusonline.student", "presentation": "Vanessa Hrastnik\n" }, { "id": 92674, "ctype": "campusonline.student", "presentation": "Lukas Alexander Jager\n" }, { "id": 92678, "ctype": "campusonline.student", "presentation": "Sarah Maria Taschwer\n" }, { "id": 92680, "ctype": "campusonline.student", "presentation": "Julia Amelie Braks\n" }, { "id": 92682, "ctype": "campusonline.student", "presentation": "Qitian Jin\n" }, { "id": 92684, "ctype": "campusonline.student", "presentation": "Esra Kandemir\n" }, { "id": 92685, "ctype": "campusonline.student", "presentation": "Konrad Platzer\n" }, { "id": 92686, "ctype": "campusonline.student", "presentation": "Tamara Banfic\n" }, { "id": 92687, "ctype": "campusonline.student", "presentation": "Rene Prasch\n" }, { "id": 92689, "ctype": "campusonline.student", "presentation": "Cornelius Tölle\n" } ] }