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=2080
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2100", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2060", "results": [ { "id": 51038, "ctype": "campusonline.person", "presentation": "Dr. Gabriele Schöll\n", "level_id": null, "room_id": null }, { "id": 51041, "ctype": "campusonline.person", "presentation": "Priv.-Doz. Mag. Dr.rer.nat. Bibiane Steinecker-Frohnwieser\n", "level_id": null, "room_id": null }, { "id": 51043, "ctype": "campusonline.person", "presentation": "Univ. FA Priv.-Doz. Dr.med.univ. Gernot Wimmer\n", "level_id": null, "room_id": null }, { "id": 51045, "ctype": "campusonline.person", "presentation": "Prim. Univ.-Doz. Dr. Peter Krippl\n", "level_id": null, "room_id": null }, { "id": 51054, "ctype": "campusonline.person", "presentation": "Dr. Marianne Therese Marko\n", "level_id": null, "room_id": null }, { "id": 51057, "ctype": "campusonline.person", "presentation": "OA Priv.-Doz. Dr. MBA Johannes Plank\n", "level_id": null, "room_id": null }, { "id": 51062, "ctype": "campusonline.person", "presentation": "Mag.rer.nat. Elisabeth Andritsch\n", "level_id": null, "room_id": null }, { "id": 51063, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Univ. FÄ Priv.-Doz. Dr. Astrid Fahrleitner-Pammer\n", "level_id": null, "room_id": null }, { "id": 51066, "ctype": "campusonline.person", "presentation": "Mag.rer.nat. Dr.scient.med. Elke Stadelmeyer\n", "level_id": null, "room_id": null }, { "id": 51073, "ctype": "campusonline.person", "presentation": "Univ.-Prof.i.R. Dr.med.univ. Gerhard Schwarz\n", "level_id": null, "room_id": null }, { "id": 51077, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Anna Katharina Purtscher-Penz\n", "level_id": null, "room_id": null }, { "id": 51080, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Leo Kronberger\n", "level_id": null, "room_id": null }, { "id": 51082, "ctype": "campusonline.person", "presentation": "Mag. Marianne Raiger\n", "level_id": null, "room_id": null }, { "id": 51084, "ctype": "campusonline.person", "presentation": "Ass.-Arzt. Dr.med.univ. Maurice Tomka\n", "level_id": null, "room_id": null }, { "id": 51085, "ctype": "campusonline.person", "presentation": "BSc MA Carmen Tam-Amersdorfer\n", "level_id": null, "room_id": null }, { "id": 51090, "ctype": "campusonline.person", "presentation": "Univ.-Ass. Dr.med.univ. Hildegard Elisabeth Hafner-Giessauf\n", "level_id": null, "room_id": null }, { "id": 51091, "ctype": "campusonline.person", "presentation": "Mag.rer.nat. PhD. Christine Renate Rossmann\n", "level_id": null, "room_id": null }, { "id": 51097, "ctype": "campusonline.person", "presentation": "Philipp Tepesch\n", "level_id": null, "room_id": null }, { "id": 51098, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Andrea Siebenhofer-Kroitzsch\n", "level_id": null, "room_id": null }, { "id": 51099, "ctype": "campusonline.person", "presentation": "Priv.-Doz. Dr.med.univ. Karl Horvath\n", "level_id": null, "room_id": null } ] }