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=1980
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=2000",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1960",
    "results": [
        {
            "id": 50785,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Dr.med. Annelie-Martina Weinberg\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50787,
            "ctype": "campusonline.person",
            "presentation": "Stefan Gillhofer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50790,
            "ctype": "campusonline.person",
            "presentation": "Mag.iur. Sabine Rockenschaub\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50791,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Mag. Dr.rer.nat. Eva Sturm\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50796,
            "ctype": "campusonline.person",
            "presentation": "Ing. Roland Lohr\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50797,
            "ctype": "campusonline.person",
            "presentation": "Margit Knez\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50798,
            "ctype": "campusonline.person",
            "presentation": "Sigrid Raggam\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50799,
            "ctype": "campusonline.person",
            "presentation": "Beate Vehovec\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50801,
            "ctype": "campusonline.person",
            "presentation": "Alexander Witsch\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50802,
            "ctype": "campusonline.person",
            "presentation": "Mag.rer.soc.oec. Cornelia Eichner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50809,
            "ctype": "campusonline.person",
            "presentation": "Reinhard Staber\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50810,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Mag.pharm. Dr.rer.nat. Roland Malli\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50811,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Mag. Dr.rer.nat. Christian Windpassinger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50814,
            "ctype": "campusonline.person",
            "presentation": "Dipl.-Biol. Dr.rer.nat. Heidi Schmitt\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50816,
            "ctype": "campusonline.person",
            "presentation": "Waltraud Heschl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50818,
            "ctype": "campusonline.person",
            "presentation": "Beatrix Scherr\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50819,
            "ctype": "campusonline.person",
            "presentation": "Birgit Ertl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50823,
            "ctype": "campusonline.person",
            "presentation": "Mag.rer.nat. Andrea-Elisabeth Günther\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50826,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Mag. Dr. Beate Rinner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50828,
            "ctype": "campusonline.person",
            "presentation": "Mag.rer.nat. Dr.scient.med. Martina Loibner\n",
            "level_id": null,
            "room_id": null
        }
    ]
}