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=2380
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2400", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2360", "results": [ { "id": 51847, "ctype": "campusonline.person", "presentation": "Amtsdirektorin Gerlinde Wagner\n", "level_id": null, "room_id": null }, { "id": 51848, "ctype": "campusonline.person", "presentation": "Beamtin Gudrun Raber\n", "level_id": null, "room_id": null }, { "id": 51849, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Dr.phil. Johann Fabisch\n", "level_id": null, "room_id": null }, { "id": 51850, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Anton Haas\n", "level_id": null, "room_id": null }, { "id": 51852, "ctype": "campusonline.person", "presentation": "Ass.-Prof. Dr.med.univ. Helmut Brussee\n", "level_id": null, "room_id": null }, { "id": 51853, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Hans Eder\n", "level_id": null, "room_id": null }, { "id": 51854, "ctype": "campusonline.person", "presentation": "Ass.-Prof. Dipl.-Ing. Dr.techn. Dieter Platzer\n", "level_id": null, "room_id": null }, { "id": 51857, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Heinz Sill\n", "level_id": null, "room_id": null }, { "id": 51859, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Wolfgang Schwinger\n", "level_id": null, "room_id": null }, { "id": 51860, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Mag.pharm. Dr.rer.nat. Wolfgang Graier\n", "level_id": null, "room_id": null }, { "id": 51863, "ctype": "campusonline.person", "presentation": "Univ.-Prof. Dr.med.univ. Andrea Grisold\n", "level_id": null, "room_id": null }, { "id": 51864, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Dr.med.dent. Gert Santler\n", "level_id": null, "room_id": null }, { "id": 51865, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Franz Legat\n", "level_id": null, "room_id": null }, { "id": 51866, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Klaus Leber\n", "level_id": null, "room_id": null }, { "id": 51867, "ctype": "campusonline.person", "presentation": "Amtsrätin Karin Stock\n", "level_id": null, "room_id": null }, { "id": 51868, "ctype": "campusonline.person", "presentation": "Ass.-Prof. Dr.med.univ. Andreas Lueger\n", "level_id": null, "room_id": null }, { "id": 51869, "ctype": "campusonline.person", "presentation": "Ass.-Prof. Dr.med.univ. Jutta Bergloeff\n", "level_id": null, "room_id": null }, { "id": 51870, "ctype": "campusonline.person", "presentation": "Amtsrätin Mag. (FH) Cornelia Stumptner\n", "level_id": null, "room_id": null }, { "id": 51871, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Mag. Dr.rer.nat. Heinz Hutter\n", "level_id": null, "room_id": null }, { "id": 51874, "ctype": "campusonline.person", "presentation": "Ao.Univ.-Prof. Dr.med.univ. Kurt Weber\n", "level_id": null, "room_id": null } ] }