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=1900
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1920", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1880", "results": [ { "id": 50530, "ctype": "campusonline.person", "presentation": "Andrea Renner\n", "level_id": null, "room_id": null }, { "id": 50532, "ctype": "campusonline.person", "presentation": "Helga Schunko\n", "level_id": null, "room_id": null }, { "id": 50533, "ctype": "campusonline.person", "presentation": "MSc Michaela Maria Loibner-Pommer\n", "level_id": null, "room_id": null }, { "id": 50534, "ctype": "campusonline.person", "presentation": "Mag.rer.soc.oec. Michaela Schubel\n", "level_id": null, "room_id": null }, { "id": 50539, "ctype": "campusonline.person", "presentation": "Mag.rer.nat. Dr.scient.med. Stefanie Stanzer\n", "level_id": null, "room_id": null }, { "id": 50544, "ctype": "campusonline.person", "presentation": "Sabine Mauerhofer\n", "level_id": null, "room_id": null }, { "id": 50545, "ctype": "campusonline.person", "presentation": "Mara Mijic\n", "level_id": null, "room_id": null }, { "id": 50546, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Priv.-Doz. Dr.med.univ. Bernadette Liegl-Atzwanger\n", "level_id": null, "room_id": null }, { "id": 50549, "ctype": "campusonline.person", "presentation": "Gertrude Gruber\n", "level_id": null, "room_id": null }, { "id": 50551, "ctype": "campusonline.person", "presentation": "Barbara Semlitsch\n", "level_id": null, "room_id": null }, { "id": 50559, "ctype": "campusonline.person", "presentation": "Claudia Seidl\n", "level_id": null, "room_id": null }, { "id": 50560, "ctype": "campusonline.person", "presentation": "Mag. Gudrun Dimsity\n", "level_id": null, "room_id": null }, { "id": 50562, "ctype": "campusonline.person", "presentation": "Univ.-Ass. Priv.-Doz. Mag. Dr.rer.nat. Hans-Jürgen Gruber\n", "level_id": null, "room_id": null }, { "id": 50563, "ctype": "campusonline.person", "presentation": "Assoz. Prof. Priv.-Doz. Mag. Dr.rer.nat. Nadia Dandachi\n", "level_id": null, "room_id": null }, { "id": 50564, "ctype": "campusonline.person", "presentation": "Priv.-Doz. Dr.med.univ. Reinhard Bernd Raggam\n", "level_id": null, "room_id": null }, { "id": 50565, "ctype": "campusonline.person", "presentation": "Ulrika Ferstl\n", "level_id": null, "room_id": null }, { "id": 50566, "ctype": "campusonline.person", "presentation": "Ing. Ingrid Janisch\n", "level_id": null, "room_id": null }, { "id": 50569, "ctype": "campusonline.person", "presentation": "O.Univ.-Prof. Mag. Dr.rer.nat. Gilbert Reibnegger\n", "level_id": null, "room_id": null }, { "id": 50572, "ctype": "campusonline.person", "presentation": "Karin Kollmann\n", "level_id": null, "room_id": null }, { "id": 50573, "ctype": "campusonline.person", "presentation": "Amtsdirektor Ing. Gunter Vogrinec\n", "level_id": null, "room_id": null } ] }