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=2300
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=2320",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2280",
    "results": [
        {
            "id": 51736,
            "ctype": "campusonline.person",
            "presentation": "Priv.-Doz. Dr.med.univ. Hans Jürgen Dornbusch\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51737,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Mag. Dr.rer.nat. Andreas Rössler\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51738,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Richard Zigeuner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51739,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Gerhard Wirnsberger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51740,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Eva-Maria Varga\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51741,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Mag. Dr.rer.nat. Willibald Stronegger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51742,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. MBA Wolfgang Toller\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51743,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. Bernhard Resch\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51744,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Peter Kapeller\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51745,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. Regina Roller-Wirnsberger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51746,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Hubert Hauser\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51747,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Thiemo Hofmann\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51750,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. Robert Zweiker\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51751,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Lorenzo Cerroni\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51753,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Mag. Dr.rer.nat. Helmut Ahammer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51756,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. Akos Heinemann\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51757,
            "ctype": "campusonline.person",
            "presentation": "Ass.-Prof. Dr.med.univ. Friedrich Kaltenboeck\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51758,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Gottfried Schaffler\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51759,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr. Norbert Watzinger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51760,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Herwig Cerwenka\n",
            "level_id": null,
            "room_id": null
        }
    ]
}