List staff accounts from CAMPUSonline.

Fields

id (integer)

Primary key.

first_name (string)

First name of person.

last_name (string)

Last name of person.

title (string)

Titles bestowed onto the person.

email (string)

Email address (only visible when authenticated).

room (integer)

Foreign key to CAMPUSonline room where this person has their primary workplace.

card (string)

URL to CAMPUSonline business card.

sex (string)

Sex of person:

  • W (Female)
  • M (Male)

consultation (string)

Consultation hours as free form text. Content may contain other information.

appendix (string)

Miscellaneous information about person as free form text.

avatar (string)

URL to user avatar picture. May point to an empty image.

phone (string)

Office phone number of person.

phone_external (string)

External phone number of person.

fax (string)

Office fax number of person.

functions ([integer])

List of foreign keys to CAMPUSonline functions this person carries.

organizations ([integer])

List of foreign keys to CAMPUSonline organizations where this person is currently active.

organizations_leave ([integer])

List of foreign keys to CAMPUSonline organizations where this person is currently on leave.

Filters

To filter for exact value matches:

?<fieldname>=<value>

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

Possible lookups:

  • first_name: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, isnull, regex, iregex
  • last_name: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, isnull, regex, iregex
  • title: iexact, contains, icontains, isnull, regex, iregex
  • consultation: contains, icontains, isnull, regex, iregex
  • appendix: contains, icontains, isnull, regex, iregex

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • functions
  • organizations
  • organizations_leave
  • classification
  • expertise
  • knowledge
  • education
GET /v1/campusonline/person/?format=api&offset=980
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3055,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1000",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=960",
    "results": [
        {
            "id": 58734,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=AA977933B5A31CB7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=AA977933B5A31CB7&pPersonenGruppe=3",
            "first_name": "Alexander",
            "last_name": "Hofmeister",
            "title": "Mag.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72042",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50943,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=CD7DDAE43759AA2E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=CD7DDAE43759AA2E&pPersonenGruppe=3",
            "first_name": "Martina",
            "last_name": "Hofstadler",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73017",
            "phone_external": null,
            "fax": "+43/316/385-73009",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 61169,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=160C5E81F1AE987E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=160C5E81F1AE987E&pPersonenGruppe=3",
            "first_name": "Cornelia",
            "last_name": "Hohenbichler",
            "title": null,
            "consultation": "Tel. Erreichbarkeit d. Abteilung: Montag - Donnerstag: 07:30-15:00 Uhr, Freitag: 07:30-13:00 Uhr",
            "appendix": "Personaladministration für wissenschaftliches, ärztliches und allgemeines Univ.-Personal, sowie ProjektmitarbeiterInnen:\r\n\r\n-> Univ.-Klinik für Augenheilkunde\r\n-> Univ.-Klinik für Frauenheilkunde und Geburtshilfe\r\n-> Univ.-Klinik für Strahlentherapie - Radioonkologie\r\n-> KA f. Hämatologie (UK Innere Medizin) \r\n-> OE Bibliothek\r\n",
            "phone": "+43 316 385 74074",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 116942,
            "room": {
                "id": 20307,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1602,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.F.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Prosektur Administration",
                "name_short": ".020",
                "name_full": "MC1.F.04.020",
                "organization": 14020,
                "geo": [
                    2793
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=76993964725EF82A",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=76993964725EF82A&pPersonenGruppe=3",
            "first_name": "Viktoria",
            "last_name": "Hohenscherer",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71774",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 115981,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5D1D83E29D174D82",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5D1D83E29D174D82&pPersonenGruppe=3",
            "first_name": "Nadine",
            "last_name": "Hohensinger",
            "title": null,
            "consultation": "9 h - 14h",
            "appendix": "Montag - Donnerstag",
            "phone": "+43 316 385 72916",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 129264,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=04E2F9E250AB9398",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=04E2F9E250AB9398&pPersonenGruppe=3",
            "first_name": "Matthias",
            "last_name": "Hoi",
            "title": "Dr.med.dent.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.dent.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51266,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1497B7BADF1CC94F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1497B7BADF1CC94F&pPersonenGruppe=3",
            "first_name": "Sandra Johanna",
            "last_name": "Holasek",
            "title": "Univ.-Prof. Priv.-Doz. Mag. Dr.rer.nat.",
            "consultation": "Mi 11.00 - 12.00h",
            "appendix": "!!!NEU: NAMENSÄNDERUNG: !!! seit 3.9.2016\r\n!!! Assoz.Prof. Dr. Sandra HOLASEK !!! (vormals Wallner-Liebmann)\r\n\r\n1. stv. Institutsvorständin\r\nSprecherin der DocS LIFEMED\r\n2.stv.Senatsvorsitzende\r\n\r\nFoto: MUG",
            "phone": "+43 316 385 71153",
            "phone_external": null,
            "fax": "+43/316/385-79609",
            "classifications": [
                301109,
                302030,
                303009,
                503011,
                503013
            ],
            "expertise": [
                80,
                81,
                82
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 112854,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=03AB08EBDAEBCFB4",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=03AB08EBDAEBCFB4&pPersonenGruppe=3",
            "first_name": "Sara",
            "last_name": "Hölbling",
            "title": "BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301907
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 100046,
            "room": {
                "id": 20193,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1602,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.F.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Molekularpathologische Diagnostik AVANT Sequenzaus",
                "name_short": ".028",
                "name_full": "MC1.F.05.028",
                "organization": 14020,
                "geo": [
                    3695
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EFA9802F2C46FE61",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EFA9802F2C46FE61&pPersonenGruppe=3",
            "first_name": "Stephanie Nadine",
            "last_name": "Hollauf",
            "title": "BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71751",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 89916,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=69CD5AF3476AAE67",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=69CD5AF3476AAE67&pPersonenGruppe=3",
            "first_name": "Silke",
            "last_name": "Höller",
            "title": null,
            "consultation": "Mo-Do",
            "appendix": "Telefon: 07:30-15:00",
            "phone": "+43 316 385 74056",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 101803,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=BE5BE3C25A732293",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=BE5BE3C25A732293&pPersonenGruppe=3",
            "first_name": "Viktoria",
            "last_name": "Höller",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80264",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50100,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A3538B8C5FDEA06A",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A3538B8C5FDEA06A&pPersonenGruppe=3",
            "first_name": "Lara",
            "last_name": "Holly",
            "title": "Fachoberinspektorin",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 14151",
            "phone_external": null,
            "fax": "+43/316/ 385-14152",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Fachoberinspektorin",
                "suffix": null
            }
        },
        {
            "id": 97023,
            "room": {
                "id": 16734,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 746,
                    "name": "Auenbruggerplatz 2/9",
                    "short": "A02.9.",
                    "address": "Auenbruggerplatz 2/9"
                },
                "title": "Büro",
                "name_short": ".140",
                "name_full": "A02.9.05.140",
                "organization": 14026,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E7D6991E6D82D0F5",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E7D6991E6D82D0F5&pPersonenGruppe=3",
            "first_name": "Magdalena",
            "last_name": "Holter",
            "title": "Sen.Scientist  Dr.scient.med. BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 13203",
            "phone_external": null,
            "fax": null,
            "classifications": [
                305907
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.scient.med.",
                "suffix": "BSc MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Sen.Scientist",
                "suffix": null
            }
        },
        {
            "id": 63387,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=05AE07490EA9339F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=05AE07490EA9339F&pPersonenGruppe=3",
            "first_name": "Patrick",
            "last_name": "Holweg",
            "title": "Priv.-Doz. Dr.med.univ. Dr.scient.med.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301102,
                301106,
                302057,
                302085
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ. Dr.scient.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 98750,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0E7784EE6296C99A",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0E7784EE6296C99A&pPersonenGruppe=3",
            "first_name": "Irene",
            "last_name": "Holzer",
            "title": "Dr.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51343,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=DEF9534B20072783",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=DEF9534B20072783&pPersonenGruppe=3",
            "first_name": "Kathrin",
            "last_name": "Holzer",
            "title": null,
            "consultation": "telefonische Erreichbarkeit unseres Teams: Montag-Donnerstag 07:30 - 15:00 und Freitag 07:30 - 13:00",
            "appendix": "Personaladministration für wissenschaftliches, ärztliches und allgemeines Universitätspersonal, sowie ProjektmitarbeiterInnen:\r\n\r\nDiagnostik & Forschungs- (D&F) Institut für Pathologie\r\nInstitut für Medizinische Informatik, Statistik und Dokumentation\r\n",
            "phone": "+43 316 385 74085",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 62749,
            "room": {
                "id": 21769,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1643,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.K.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Professor 01",
                "name_short": ".040",
                "name_full": "MC2.K.02.040",
                "organization": 14022,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=BF0AF3F892C24D2D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=BF0AF3F892C24D2D&pPersonenGruppe=3",
            "first_name": "Michael",
            "last_name": "Holzer",
            "title": "Univ.-Ass. Priv.-Doz. Mag.rer.nat. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 74118",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301206,
                301303
            ],
            "expertise": [
                3151,
                3152,
                3153,
                3154,
                3155
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.nat.",
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Ass.",
                "suffix": null
            }
        },
        {
            "id": 51529,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9C01DB9A5F0D0A78",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9C01DB9A5F0D0A78&pPersonenGruppe=3",
            "first_name": "Peter",
            "last_name": "Holzer",
            "title": "Univ.-Prof. Mag.rer.nat. Dr.phil.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [
                359,
                360,
                361,
                362,
                363,
                1826,
                1827
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.nat. Dr.phil.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 62747,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1B9DEC01DD568A04",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1B9DEC01DD568A04&pPersonenGruppe=3",
            "first_name": "Senka",
            "last_name": "Holzer",
            "title": "Assoz. Prof. Priv.-Doz. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72785",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301110,
                301303,
                301306,
                302032
            ],
            "expertise": [
                3414,
                3239,
                3240
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Assoz. Prof.",
                "suffix": null
            }
        },
        {
            "id": 62986,
            "room": {
                "id": 20417,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1602,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.F.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Molekularpathologische Diagnostik Pyrosequencing",
                "name_short": ".030",
                "name_full": "MC1.F.05.030",
                "organization": 14020,
                "geo": [
                    3692
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=700E8C9049BAD0F9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=700E8C9049BAD0F9&pPersonenGruppe=3",
            "first_name": "Tina",
            "last_name": "Holzer",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71751",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        }
    ]
}