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=17220
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17240", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=17200", "results": [ { "id": 101291, "ctype": "campusonline.student", "presentation": "Henri Alter\n" }, { "id": 101292, "ctype": "campusonline.student", "presentation": "Jakob Josef Amin\n" }, { "id": 101293, "ctype": "campusonline.student", "presentation": "Julia Andrzejak\n" }, { "id": 101294, "ctype": "campusonline.student", "presentation": "Hannah Armbrüster\n" }, { "id": 101295, "ctype": "campusonline.student", "presentation": "Elisabeth Astegger\n" }, { "id": 101296, "ctype": "campusonline.student", "presentation": "Claudia Auinger\n" }, { "id": 101297, "ctype": "campusonline.student", "presentation": "Mag.pharm. Carina Maria Autz\n" }, { "id": 101298, "ctype": "campusonline.student", "presentation": "Jonas Baischer\n" }, { "id": 101299, "ctype": "campusonline.student", "presentation": "Anna Bartels\n" }, { "id": 101300, "ctype": "campusonline.student", "presentation": "Bibiana Baßani\n" }, { "id": 101301, "ctype": "campusonline.student", "presentation": "Jan Befort\n" }, { "id": 101302, "ctype": "campusonline.student", "presentation": "Friedrich Berthold\n" }, { "id": 101303, "ctype": "campusonline.student", "presentation": "Dominic Biber\n" }, { "id": 101304, "ctype": "campusonline.student", "presentation": "Isabel Birker\n" }, { "id": 101305, "ctype": "campusonline.student", "presentation": "William Botrous\n" }, { "id": 101306, "ctype": "campusonline.student", "presentation": "Katja Brabec\n" }, { "id": 101307, "ctype": "campusonline.student", "presentation": "Christiane Bräuer\n" }, { "id": 101308, "ctype": "campusonline.student", "presentation": "Lena Breitwimmer\n" }, { "id": 101309, "ctype": "campusonline.student", "presentation": "Christoph Burghofer\n" }, { "id": 101310, "ctype": "campusonline.student", "presentation": "Isabel Adrienne Odile Caesar\n" } ] }