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=1740
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1760", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1720", "results": [ { "id": 50173, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Priv.-Doz. Dr.med.univ. MBA Christian Enzinger\n", "level_id": null, "room_id": null }, { "id": 50174, "ctype": "campusonline.person", "presentation": "OA Dr.med.univ. MBA Martin Wehrschütz\n", "level_id": null, "room_id": null }, { "id": 50178, "ctype": "campusonline.person", "presentation": "Priv.-Doz. Dr.med.univ. Verena Gellner\n", "level_id": null, "room_id": null }, { "id": 50180, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Michaela Sailer\n", "level_id": null, "room_id": null }, { "id": 50181, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Christian Stranz\n", "level_id": null, "room_id": null }, { "id": 50186, "ctype": "campusonline.person", "presentation": "Amtsrätin Eva Tatzl\n", "level_id": null, "room_id": null }, { "id": 50188, "ctype": "campusonline.person", "presentation": "Kontrollorin Gabriele Stocker\n", "level_id": null, "room_id": null }, { "id": 50189, "ctype": "campusonline.person", "presentation": "Amtsrat Gerald Zach\n", "level_id": null, "room_id": null }, { "id": 50191, "ctype": "campusonline.person", "presentation": "Amtsdirektorin Astrid Haas\n", "level_id": null, "room_id": null }, { "id": 50192, "ctype": "campusonline.person", "presentation": "Oberamtsassistentin Alexandra Schreck\n", "level_id": null, "room_id": null }, { "id": 50193, "ctype": "campusonline.person", "presentation": "Amtsrätin Astrid Grundner\n", "level_id": null, "room_id": null }, { "id": 50197, "ctype": "campusonline.person", "presentation": "Fachoberinspektorin Sabine Gobetz\n", "level_id": null, "room_id": null }, { "id": 50208, "ctype": "campusonline.person", "presentation": "Fachoberinspektor Norbert Dalonzo\n", "level_id": null, "room_id": null }, { "id": 50210, "ctype": "campusonline.person", "presentation": "Karin Lichtenegger\n", "level_id": null, "room_id": null }, { "id": 50212, "ctype": "campusonline.person", "presentation": "Oberoffizial Nancy Hartung\n", "level_id": null, "room_id": null }, { "id": 50215, "ctype": "campusonline.person", "presentation": "Amtsrätin Gerlinde Winter\n", "level_id": null, "room_id": null }, { "id": 50218, "ctype": "campusonline.person", "presentation": "Fachoberinspektorin Brigitte Strobl\n", "level_id": null, "room_id": null }, { "id": 50221, "ctype": "campusonline.person", "presentation": "Hofrätin Irmgard Romirer\n", "level_id": null, "room_id": null }, { "id": 50223, "ctype": "campusonline.person", "presentation": "Amtsdirektorin Mag. Bakk.phil. Claudia Schober\n", "level_id": null, "room_id": null }, { "id": 50224, "ctype": "campusonline.person", "presentation": "Ing. Jürgen Steinbrenner\n", "level_id": null, "room_id": null } ] }