Autocomplete List
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.Personcampusonline.Roomcampusonline.Studentgeo.Roomstructure.Organizationstructure.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=1600
{ "count": 18715, "next": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1620", "previous": "https://api-test.medunigraz.at/v1/api/autocomplete/?format=api&limit=20&offset=1580", "results": [ { "id": 2641, "ctype": "geo.room", "presentation": "MC1.D.U1.008: TEM - FEI Tecnai 20 (UG01)\n", "level_id": 8, "room_id": 2641 }, { "id": 3192, "ctype": "geo.room", "presentation": "MC1.C.U1.014: Kühlraum für angekleidete Verstorbene (+4°C) (UG01)\n", "level_id": 8, "room_id": 3192 }, { "id": 3371, "ctype": "geo.room", "presentation": "MC1.D.02.0024: CSC 2 - BITTE HIER ANMELDEN (OG02)\n", "level_id": 6, "room_id": 3371 }, { "id": 3382, "ctype": "geo.room", "presentation": "MC1.G.01.0024: CSC 1 - BITTE HIER ANMELDEN (OG01)\n", "level_id": 7, "room_id": 3382 }, { "id": 3297, "ctype": "geo.room", "presentation": "MC1.B.U1.038: Lager Futter / Einstreu / Racks (UG01)\n", "level_id": 8, "room_id": 3297 }, { "id": 2582, "ctype": "geo.room", "presentation": "MC1.G.U1.022: Lager/Archiv: Lehrstuhl für Physiologische Chemie (UG01)\n", "level_id": 8, "room_id": 2582 }, { "id": 2852, "ctype": "geo.room", "presentation": "MC1.F.03.042: Raum f. Diplomanten und Dissertanten (OG03)\n", "level_id": 5, "room_id": 2852 }, { "id": 3538, "ctype": "geo.room", "presentation": "MC1.F.EG.011: Arbeitsmedizin (PFK) / Sicherheitsfachkraft (SFK) (EG01)\n", "level_id": 2, "room_id": 3538 }, { "id": 3562, "ctype": "geo.room", "presentation": "MC1.C.EG.009: Technische Betriebsführung (TBF) + GLT (EG01)\n", "level_id": 2, "room_id": 3562 }, { "id": 3315, "ctype": "geo.room", "presentation": "MC1.B.U1.016: Lager/Archiv: D&F Institut für Pathologie (UG01)\n", "level_id": 8, "room_id": 3315 }, { "id": 3316, "ctype": "geo.room", "presentation": "MC1.B.U1.015: Lager/Archiv: D&F Institut für Humangenetik (UG01)\n", "level_id": 8, "room_id": 3316 }, { "id": 3346, "ctype": "geo.room", "presentation": "MC1.D.02.035: Laborrarum Typ 6 - Labor Lipometrie (OG02)\n", "level_id": 6, "room_id": 3346 }, { "id": 3347, "ctype": "geo.room", "presentation": "MC1.D.02.036: Laborraum Typ 6 - Labor Lipometrie (OG02)\n", "level_id": 6, "room_id": 3347 }, { "id": 3386, "ctype": "geo.room", "presentation": "MC1.G.01.020: Übungsraum 020 (UR) [Gottfried Schatz Forschungsz] (OG01)\n", "level_id": 7, "room_id": 3386 }, { "id": 3387, "ctype": "geo.room", "presentation": "MC1.G.01.019: Übungsraum 019 (UR) [Gottfried Schatz Forschungsz] (OG01)\n", "level_id": 7, "room_id": 3387 }, { "id": 3388, "ctype": "geo.room", "presentation": "MC1.G.01.018: Übungsraum 018 (UR) [Gottfried Schatz Forschungsz] (OG01)\n", "level_id": 7, "room_id": 3388 }, { "id": 3389, "ctype": "geo.room", "presentation": "MC1.G.01.017: Übungsraum 017 (UR) [Gottfried Schatz Forschungsz] (OG01)\n", "level_id": 7, "room_id": 3389 }, { "id": 3400, "ctype": "geo.room", "presentation": "MC1.G.01.009: Übungsraum 009 (UR) [Gottfried Schatz Forschungsz] (OG01)\n", "level_id": 7, "room_id": 3400 }, { "id": 3403, "ctype": "geo.room", "presentation": "MC1.G.01.013: Übungsraum 013 (UR) [Otto Loewi Forschungszentrum] (OG01)\n", "level_id": 7, "room_id": 3403 }, { "id": 3417, "ctype": "geo.room", "presentation": "MC1.F.01.017: Übungsraum 02 (UR) [Gottfried Schatz Forschungsz.] (OG01)\n", "level_id": 7, "room_id": 3417 } ] }