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.Person
  • campusonline.Room
  • campusonline.Student
  • geo.Room
  • structure.Organization
  • structure.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=240
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 18715,
    "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=260",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=220",
    "results": [
        {
            "id": 42,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Klinisches Institut für Medizinische und Chemische Labordiagnostik, 8036 Graz, Auenbruggerplatz 15\n"
        },
        {
            "id": 74,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Klinische Abteilung für Thorax- und hyperbare Chirurgie, 8036 Graz, Auenbruggerplatz 29\n"
        },
        {
            "id": 98,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Klinische Abteilung für Orale Chirurgie und Kieferorthopädie, 8010 Graz, Billrothgasse 4\n"
        },
        {
            "id": 99,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Klinische Abteilung für Zahnerhaltung, Parodontologie und Zahnersatzkunde, 8010 Graz, Billrothgasse 4\n"
        },
        {
            "id": 302,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE Laryngeal Tracheal Tissue Engineering Graz (LTTEG), 8036 Graz, Auenbruggerplatz 26\n"
        },
        {
            "id": 304,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE EBM (Evidence based Medicine) Review Center, 8036 Graz, Auenbruggerplatz 15\n"
        },
        {
            "id": 318,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE High Throughput Screening in der Signaltransduktion, 8010 Graz, Universitätsplatz 4\n"
        },
        {
            "id": 342,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE Biomedizinische Technik in Anästhesie und Intensivmedizin, 8036 Graz, Auenbruggerplatz 29\n"
        },
        {
            "id": 384,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE Experimental Fetal Surgery and Tissue Engineering, 8036 Graz, Auenbruggerplatz 34\n"
        },
        {
            "id": 386,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE Spätfolgen u. Rehabilitation nach onkolog. Erkrankungen, 8036 Graz, Auenbruggerplatz 34\n"
        },
        {
            "id": 391,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE Immunologische und molekulare Grundlagen kindlicher Immundefekte, 8036 Graz, Auenbruggerplatz 34\n"
        },
        {
            "id": 100,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Klinische Abteilung für Mund-, Kiefer- und Gesichtschirurgie, 8036 Graz, Auenbruggerplatz 5/6\n"
        },
        {
            "id": 403,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "FE Qualitätssicherung und Kosteneffizienz in der Endoprothetik, Arthro-skopie und Gelenkchirurgie, None\n"
        },
        {
            "id": 89,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Klinische Abteilung für pädiatrische Pulmonologie und Allergologie, 8036 Graz, Auenbruggerplatz 34/II\n"
        },
        {
            "id": 326,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Teaching Unit naturwissenschaftliche Grundlagen in der Medizin, 8010 Graz, Harrachgasse 21/II\n"
        },
        {
            "id": 33,
            "ctype": "structure.organization",
            "level_id": 6,
            "room_id": 3135,
            "presentation": "Lehrstuhl für Zellbiologie, Histologie und Embryologie, 8010 Graz, Neue Stiftingtalstraße 6/II\n"
        },
        {
            "id": 9,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Büro der Vizerektorin für Studium und Lehre, 8036 Graz, Auenbruggerplatz 2/9/IV\n"
        },
        {
            "id": 41,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Institut für Medizinische Informatik, Statistik und Dokumentation, 8036 Graz, Auenbruggerplatz 2/9/V\n"
        },
        {
            "id": 157,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Büro der Vizerektorin für Forschung und Internationales, 8036 Graz, Auenbruggerplatz 2/9/IV\n"
        },
        {
            "id": 73,
            "ctype": "structure.organization",
            "level_id": null,
            "room_id": null,
            "presentation": "Klinische Abteilung für plastische, ästhetische und rekonstruktive Chirurgie, 8036 Graz, Auenbruggerplatz 29\n"
        }
    ]
}