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=2020
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=2040",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2000",
    "results": [
        {
            "id": 50874,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Dr.med.univ. Philipp Stiegler\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50877,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Dr.med.univ. Julia Mader\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50879,
            "ctype": "campusonline.person",
            "presentation": "Priv.-Doz. Dr.med.univ. Sabine Perl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50881,
            "ctype": "campusonline.person",
            "presentation": "Univ. FÄ Priv.-Doz. Dr.med.univ. Daniela Ingrid Sperl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50883,
            "ctype": "campusonline.person",
            "presentation": "Univ. ZÄ Priv.-Doz. Dr.med.dent. Lumnije Kqiku-Biblekaj\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50886,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Dr.rer.nat. Hubert Scharnagl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50887,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Mag. Dr.med.univ. Andreas Baranyi\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50889,
            "ctype": "campusonline.person",
            "presentation": "Bakk.phil. MA Verena Chiara Kuckenberger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50890,
            "ctype": "campusonline.person",
            "presentation": "Renate Kasper\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50896,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Helmut R. Gallent\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50897,
            "ctype": "campusonline.person",
            "presentation": "Brigitte Gutschi\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50899,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Mag. Dr.rer.nat. Ellen Heitzer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50900,
            "ctype": "campusonline.person",
            "presentation": "Martina Kupfer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50903,
            "ctype": "campusonline.person",
            "presentation": "Silvia Schauer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50907,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Priv.-Doz. Dr.med.univ. Gerhard Pichler\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50909,
            "ctype": "campusonline.person",
            "presentation": "Sen.Scientist  Priv.-Doz. Dr.scient.med. MSc Olivia Trummer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50910,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Univ.-Doz. Mag. Dr.rer.nat. Wilfried Renner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50911,
            "ctype": "campusonline.person",
            "presentation": "Gerda Grünbacher\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50915,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Thomas Peter Marko\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50919,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Florian Eisner\n",
            "level_id": null,
            "room_id": null
        }
    ]
}