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=1840
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=1860",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1820",
    "results": [
        {
            "id": 50404,
            "ctype": "campusonline.person",
            "presentation": "Amtsdirektor Ing. Andreas Jantscher\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50406,
            "ctype": "campusonline.person",
            "presentation": "Fachinspektorin Helga Gruber\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50409,
            "ctype": "campusonline.person",
            "presentation": "Amtsrätin Sabine Platzer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50411,
            "ctype": "campusonline.person",
            "presentation": "Dr.phil. Sylvia Gusel\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50414,
            "ctype": "campusonline.person",
            "presentation": "Eva Brunner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50415,
            "ctype": "campusonline.person",
            "presentation": "Mag. Andrea Berghofer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50417,
            "ctype": "campusonline.person",
            "presentation": "Amtsrätin Petra Lang\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50421,
            "ctype": "campusonline.person",
            "presentation": "Mag.rer.nat. Dr.scient.med. Birgit Gallé\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50422,
            "ctype": "campusonline.person",
            "presentation": "Petra Lechner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50425,
            "ctype": "campusonline.person",
            "presentation": "Mag.rer.soc.oec. Elke Jamer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50427,
            "ctype": "campusonline.person",
            "presentation": "Mag. Thomas Moretti\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50428,
            "ctype": "campusonline.person",
            "presentation": "Mag.iur. MSc Anke Dettelbacher\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50434,
            "ctype": "campusonline.person",
            "presentation": "Fachinspektorin Yvonne Brauneis\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50442,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Mag. Dr.rer.nat. Christian Wadsack\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50444,
            "ctype": "campusonline.person",
            "presentation": "Sen.Scientist  Dr.rer.nat. Gerit Wünsch\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50445,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Martin Sprenger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50446,
            "ctype": "campusonline.person",
            "presentation": "Ursula Schwarzl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50452,
            "ctype": "campusonline.person",
            "presentation": "Dipl.-Ing. Dr.techn. Werner Regittnig\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50455,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Thomas Meislitzer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50456,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Univ. FÄ Priv.-Doz. Dr. Brigitte Wendl\n",
            "level_id": null,
            "room_id": null
        }
    ]
}