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=2060
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=2080",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2040",
    "results": [
        {
            "id": 50971,
            "ctype": "campusonline.person",
            "presentation": "Milan Niks\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50983,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Karl Wintersteller\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50989,
            "ctype": "campusonline.person",
            "presentation": "Assoz. Prof. Priv.-Doz. Dr.med.univ. MBA Vanessa Stadlbauer-Köllner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50990,
            "ctype": "campusonline.person",
            "presentation": "Sen.Lecturer Mag. Dr.rer.nat. Eva Maria Bernhart\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50994,
            "ctype": "campusonline.person",
            "presentation": "Dr. Rupert Dornhofer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50997,
            "ctype": "campusonline.person",
            "presentation": "Sen.Scientist  Dr.med.univ. Werner Emberger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 50999,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Gerald Helmut Fritz\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51000,
            "ctype": "campusonline.person",
            "presentation": "Astrid Teuffenbach\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51002,
            "ctype": "campusonline.person",
            "presentation": "Univ. FA Priv.-Doz. Dr. Josef Hermann\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51004,
            "ctype": "campusonline.person",
            "presentation": "Dr. Michaela Janda\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51010,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Hansjörg Kopera\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51013,
            "ctype": "campusonline.person",
            "presentation": "Priv.-Doz. Mag. Dr.rer.nat. Dr.scient.med. Manfred Lamprecht\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51023,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Thomas Ots\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51024,
            "ctype": "campusonline.person",
            "presentation": "Hermann Pall\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51025,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Elisabeth Parsché\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51026,
            "ctype": "campusonline.person",
            "presentation": "Andrew Peaston\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51029,
            "ctype": "campusonline.person",
            "presentation": "Mag. Carola Strobl-Unterweger\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51035,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Peter Sigmund\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51036,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Martin Smetan\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51037,
            "ctype": "campusonline.person",
            "presentation": "Dr.med.univ. Andreas Scheucher\n",
            "level_id": null,
            "room_id": null
        }
    ]
}