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=16700
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=16720", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=16680", "results": [ { "id": 99041, "ctype": "campusonline.student", "presentation": "Philipp Zimmermann\n" }, { "id": 99042, "ctype": "campusonline.student", "presentation": "Jakob Zottl\n" }, { "id": 99050, "ctype": "campusonline.student", "presentation": "Maximilian Mack\n" }, { "id": 99054, "ctype": "campusonline.student", "presentation": "Andreas Johannes Hierz\n" }, { "id": 99055, "ctype": "campusonline.student", "presentation": "Stefan Kogler\n" }, { "id": 99059, "ctype": "campusonline.student", "presentation": "Sandra Schuh\n" }, { "id": 99071, "ctype": "campusonline.student", "presentation": "dr.med. Anna Sophie Bamer\n" }, { "id": 99072, "ctype": "campusonline.student", "presentation": "Dr.med. Ioana Cosgarea\n" }, { "id": 99073, "ctype": "campusonline.student", "presentation": "Dr.med.univ. Amelie Shady Gorris\n" }, { "id": 99076, "ctype": "campusonline.student", "presentation": "Dr.med.univ. Alice Pinc\n" }, { "id": 99077, "ctype": "campusonline.student", "presentation": "Dr.med. Melanie Schulz\n" }, { "id": 99079, "ctype": "campusonline.student", "presentation": "Philip Grau\n" }, { "id": 99080, "ctype": "campusonline.student", "presentation": "Kathrin Kreuzer\n" }, { "id": 99081, "ctype": "campusonline.student", "presentation": "Yassan Mahdi Nour Ali\n" }, { "id": 99082, "ctype": "campusonline.student", "presentation": "Marc Rindler\n" }, { "id": 99083, "ctype": "campusonline.student", "presentation": "Anna Rump\n" }, { "id": 99084, "ctype": "campusonline.student", "presentation": "Paul Thöne\n" }, { "id": 99085, "ctype": "campusonline.student", "presentation": "Marius Weng\n" }, { "id": 99089, "ctype": "campusonline.student", "presentation": "Simone Binder\n" }, { "id": 99090, "ctype": "campusonline.student", "presentation": "Tobias Etzel\n" } ] }