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=2260
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2280", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2240", "results": [ { "id": 51689, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Marianne Brodmann\n", "level_id": null, "room_id": null }, { "id": 51690, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Sabine Horn\n", "level_id": null, "room_id": null }, { "id": 51691, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Gerald Höfler\n", "level_id": null, "room_id": null }, { "id": 51692, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Thomas Bauernhofer\n", "level_id": null, "room_id": null }, { "id": 51694, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Wolfgang Grechenig\n", "level_id": null, "room_id": null }, { "id": 51695, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Berndt Urlesberger\n", "level_id": null, "room_id": null }, { "id": 51696, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Andrea Frudinger\n", "level_id": null, "room_id": null }, { "id": 51698, "ctype": "campusonline.person", "presentation": "Ass.-Prof. Dipl.-Ing. Dr.techn. Klaus-Martin Simonic\n", "level_id": null, "room_id": null }, { "id": 51699, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Martin Schumacher\n", "level_id": null, "room_id": null }, { "id": 51700, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Friedrich Fruhwald\n", "level_id": null, "room_id": null }, { "id": 51702, "ctype": "campusonline.person", "presentation": "Ass.-Prof. Dr.med.univ. Barbara Schmidt\n", "level_id": null, "room_id": null }, { "id": 51703, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Martin Lorenzoni\n", "level_id": null, "room_id": null }, { "id": 51704, "ctype": "campusonline.person", "presentation": "Amtsdirektor Ing. Anton Ibovnik\n", "level_id": null, "room_id": null }, { "id": 51705, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Mag. Dr.rer.nat. Wolfgang Sattler\n", "level_id": null, "room_id": null }, { "id": 51706, "ctype": "campusonline.person", "presentation": "Amtsdirektorin Ing. Helga Hinteregger\n", "level_id": null, "room_id": null }, { "id": 51707, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Dr.med.dent. Norbert Jakse\n", "level_id": null, "room_id": null }, { "id": 51708, "ctype": "campusonline.person", "presentation": "Ass.-Prof. Dr.med.univ. Anton Baumgartner\n", "level_id": null, "room_id": null }, { "id": 51709, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Priv.-Doz. Dr. Siegfried Roedl\n", "level_id": null, "room_id": null }, { "id": 51710, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dipl.-Ing. Dr.scient.med. Dr.techn. Gerhard Litscher\n", "level_id": null, "room_id": null }, { "id": 51711, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Rainer Hofmann-Wellenhof\n", "level_id": null, "room_id": null } ] }