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=18100
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=18120", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=18080", "results": [ { "id": 104134, "ctype": "campusonline.student", "presentation": "Florian Blauensteiner\n" }, { "id": 104135, "ctype": "campusonline.student", "presentation": "Karina König\n" }, { "id": 104136, "ctype": "campusonline.student", "presentation": "Hannah Punz\n" }, { "id": 104137, "ctype": "campusonline.student", "presentation": "Rosanna Schneidenbach Rodriguez\n" }, { "id": 104138, "ctype": "campusonline.student", "presentation": "Paula Mertes\n" }, { "id": 104139, "ctype": "campusonline.student", "presentation": "Lea Kristina Pichler\n" }, { "id": 104140, "ctype": "campusonline.student", "presentation": "Sabrina Stojanov\n" }, { "id": 104141, "ctype": "campusonline.student", "presentation": "Lisa Fixl\n" }, { "id": 104142, "ctype": "campusonline.student", "presentation": "Franziska Rosenberger\n" }, { "id": 104143, "ctype": "campusonline.student", "presentation": "Gregor Scherbaum\n" }, { "id": 104144, "ctype": "campusonline.student", "presentation": "Anna Lenz\n" }, { "id": 104145, "ctype": "campusonline.student", "presentation": "Patrick Palpathu\n" }, { "id": 104147, "ctype": "campusonline.student", "presentation": "Florian Fussi\n" }, { "id": 104148, "ctype": "campusonline.student", "presentation": "Nicolas Prehsler\n" }, { "id": 104149, "ctype": "campusonline.student", "presentation": "Christopher William Fyfe\n" }, { "id": 104150, "ctype": "campusonline.student", "presentation": "Daniel Hemmer\n" }, { "id": 104151, "ctype": "campusonline.student", "presentation": "Fritz Höpner\n" }, { "id": 104152, "ctype": "campusonline.student", "presentation": "Leonie Jarosik\n" }, { "id": 104153, "ctype": "campusonline.student", "presentation": "Lisa Radacher\n" }, { "id": 104154, "ctype": "campusonline.student", "presentation": "Gabrijela Juric\n" } ] }