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=2360
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=2380",
    "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=2340",
    "results": [
        {
            "id": 51822,
            "ctype": "campusonline.person",
            "presentation": "Ass.-Prof. Dr.med.univ. Ute Maurer-Fellbaum\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51823,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Herwig Lackner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51824,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Stephan Spendel\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51825,
            "ctype": "campusonline.person",
            "presentation": "Ass.-Prof. Univ.-Doz. Dr.med.univ. Dr.med.dent. Christof Pertl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51826,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. Karl Tamussino\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51827,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.phil. Christa Einspieler\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51828,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Doz. Dr.med.univ. Marguerite Dunitz-Scheer\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51831,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. Thomas Pieber\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51832,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.phil. Dr.h.c. Irmgard Lippe\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51833,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.phil. Ernst Malle\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51834,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.phil. Daniel Schneditz\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51836,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Mag. Dr.rer.nat. Hans-Joerg Leis\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51837,
            "ctype": "campusonline.person",
            "presentation": "Amtsdirektor Gottfried Watz\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51838,
            "ctype": "campusonline.person",
            "presentation": "Amtsrätin MA Petra Burkert\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51840,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Karl Glockner\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51841,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Kurt Ebeleseder\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51842,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Daisy Kopera\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51843,
            "ctype": "campusonline.person",
            "presentation": "Ao.Univ.-Prof. Dr.med.univ. Sabine Zitta\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51845,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.phil. Wolfgang Freidl\n",
            "level_id": null,
            "room_id": null
        },
        {
            "id": 51846,
            "ctype": "campusonline.person",
            "presentation": "Univ.-Prof. Dr.med.univ. Hermann Toplak\n",
            "level_id": null,
            "room_id": null
        }
    ]
}