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=2120
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2140", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2100", "results": [ { "id": 51279, "ctype": "campusonline.person", "presentation": "Assoz. Prof. Univ.-Doz. Dipl.-Ing. Dr. Stefan Ropele\n", "level_id": null, "room_id": null }, { "id": 51304, "ctype": "campusonline.person", "presentation": "Alexandra Sommerauer\n", "level_id": null, "room_id": null }, { "id": 51306, "ctype": "campusonline.person", "presentation": "Mag.rer.nat. Dr.rer.nat. Manuela Herta Strahlhofer-Augsten\n", "level_id": null, "room_id": null }, { "id": 51324, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.phil. Elfriede Renate Greimel\n", "level_id": null, "room_id": null }, { "id": 51327, "ctype": "campusonline.person", "presentation": "Univ.-Doz. Univ. FÄ Dr.med.univ. Ingrid Wolf\n", "level_id": null, "room_id": null }, { "id": 51328, "ctype": "campusonline.person", "presentation": "Dr. Giuseppe Argenziano\n", "level_id": null, "room_id": null }, { "id": 51331, "ctype": "campusonline.person", "presentation": "Dr.med.univ. Elisabeth Resch\n", "level_id": null, "room_id": null }, { "id": 51339, "ctype": "campusonline.person", "presentation": "Evelyn Reiterer\n", "level_id": null, "room_id": null }, { "id": 51340, "ctype": "campusonline.person", "presentation": "Elisabeth Fuchs\n", "level_id": null, "room_id": null }, { "id": 51341, "ctype": "campusonline.person", "presentation": "Manuela Stanek\n", "level_id": null, "room_id": null }, { "id": 51343, "ctype": "campusonline.person", "presentation": "Kathrin Holzer\n", "level_id": null, "room_id": null }, { "id": 51344, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dipl.-Ing. Dr.techn. Andrea Berghold\n", "level_id": null, "room_id": null }, { "id": 51346, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Werner Aberer\n", "level_id": null, "room_id": null }, { "id": 51348, "ctype": "campusonline.person", "presentation": "Univ.-Doz. Dr.med.univ. Sanja Schuller-Petrovic\n", "level_id": null, "room_id": null }, { "id": 51353, "ctype": "campusonline.person", "presentation": "Amtsrätin Sabine Richter\n", "level_id": null, "room_id": null }, { "id": 51363, "ctype": "campusonline.person", "presentation": "Amtsrätin Gerlinde Mayer\n", "level_id": null, "room_id": null }, { "id": 51364, "ctype": "campusonline.person", "presentation": "Amtsrat Rudolf Schmied\n", "level_id": null, "room_id": null }, { "id": 51369, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Martin Benesch\n", "level_id": null, "room_id": null }, { "id": 51373, "ctype": "campusonline.person", "presentation": "Michael Riccabona\n", "level_id": null, "room_id": null }, { "id": 51377, "ctype": "campusonline.person", "presentation": "Univ.-Prof. DDr. Raoul Polansky\n", "level_id": null, "room_id": null } ] }