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=1860
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=1880",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1840",
    "results": [
        {
            "id": 50458,
            "ctype": "campusonline.person",
            "presentation": "Mag. Dr. Margit Glaeser\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50459,
            "ctype": "campusonline.person",
            "presentation": "Mag. Alexandra Hofmeister\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50461,
            "ctype": "campusonline.person",
            "presentation": "Mag. Dr. Ingrid Reinprecht\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50464,
            "ctype": "campusonline.person",
            "presentation": "Amtsrätin Sabine Pailer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50466,
            "ctype": "campusonline.person",
            "presentation": "Mag.rer.nat. Dr.techn. Franz Quehenberger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50467,
            "ctype": "campusonline.person",
            "presentation": "Fachinspektorin Claudia Rabl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50469,
            "ctype": "campusonline.person",
            "presentation": "Amtsrätin Monika Siwetz\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50470,
            "ctype": "campusonline.person",
            "presentation": "Amtsrätin Andrea Vallant\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50472,
            "ctype": "campusonline.person",
            "presentation": "Mag. Beate Emminger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50477,
            "ctype": "campusonline.person",
            "presentation": "Univ. FA Dr.med.univ. Christian Porubsky\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50480,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Doz. Mag. Dr.rer.nat. Peter Schaffer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50482,
            "ctype": "campusonline.person",
            "presentation": "Mag.phil. Christiane Grün\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50484,
            "ctype": "campusonline.person",
            "presentation": "Fachoberinspektorin Anneliese Breitfuß\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50486,
            "ctype": "campusonline.person",
            "presentation": "Michaela Majcenovic\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50487,
            "ctype": "campusonline.person",
            "presentation": "Dipl.-Ing. Erich Schmiedberger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50489,
            "ctype": "campusonline.person",
            "presentation": "Alexander Kolli\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50490,
            "ctype": "campusonline.person",
            "presentation": "Mag. Dr. Verena Winkler-Tatzer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50491,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Katharina Tripolt-Droschl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50495,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Dr.med.univ. Tanja Langsenlehner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50496,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Dr.med.univ. Gregor Gorkiewicz\n",
            "level_id": null,
            "room_id": null
        }
    ]
}