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
GET /v1/campusonline/person/?format=api&offset=1260
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2466,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1280",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1240",
    "results": [
        {
            "id": 51877,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=7788BBE73FB14A32",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=7788BBE73FB14A32&pPersonenGruppe=3",
            "first_name": "Christoph",
            "last_name": "Mache",
            "title": "Ao.Univ.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 84502",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ao.Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 70700,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4D10289C2605B3DF",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4D10289C2605B3DF&pPersonenGruppe=3",
            "first_name": "Therese",
            "last_name": "Macher",
            "title": "BSc MSc",
            "consultation": "Erreichbar: Mo bis Do von 7:00 bis 15:00",
            "appendix": "Team Forschungsdatenmanagement (mailto: rdmsupport@medunigraz.at)\r\n\r\n",
            "phone": "+43 316 385 72059",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": "BSc MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51592,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=8C5CB6F203A8ABBC",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=8C5CB6F203A8ABBC&pPersonenGruppe=3",
            "first_name": "Heinrich",
            "last_name": "Mächler",
            "title": "Ao.Univ.-Prof.i.R. Dr.med.univ. MA MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12703",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": "MA MSc"
            },
            "miscellaneous_title": {
                "prefix": "Ao.Univ.-Prof.i.R.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50877,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1DE8A419C1FA19B2",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1DE8A419C1FA19B2&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "Mader",
            "title": "Univ.-Prof. Priv.-Doz. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 87580,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=7274ED2A6CE6A7C1",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=7274ED2A6CE6A7C1&pPersonenGruppe=3",
            "first_name": "Jasmin",
            "last_name": "Maderer",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71501",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 91207,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=51361F0908C04A29",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=51361F0908C04A29&pPersonenGruppe=3",
            "first_name": "Tobias",
            "last_name": "Madl",
            "title": "Univ.-Prof. Priv.-Doz. Mag. Dr.rer.nat.",
            "consultation": "jederzeit nach Voranmeldung",
            "appendix": "Room: MC1.D.03.039\r\n\r\nHomepages:\r\nhttps://madllab.com/\r\nhttps://www.medunigraz.at/forschungsfelder\r\n\r\nFull Professor (§98) in Medicinal Chemistry\r\nVisiting Professor/FJIRSM, Chinese Academy of Sciences, Xiamen, China\r\n\r\nHead Integrative Metabolism Research Center\r\nHead Research Unit Integrative Structural Biology\r\nSpeaker doc.funds Biomolecular Structures and Interactions (BioMolStruct)\r\nSpeaker Research Field Metabolism and Cardiovascular Research\r\nSpeaker Integrative Structural Biology Initiative Graz\r\nSpeaker Next Generation BioXray Research Platform",
            "phone": "+43 316 385 72120",
            "phone_external": null,
            "fax": "+43/316/385-79622",
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 85069,
            "room": {
                "id": 22198,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": {
                        "de": "4.Obergeschoß",
                        "en": "4th floor"
                    }
                },
                "building": {
                    "id": 1643,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.K.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Dienstraum Mitarbeiter 11",
                "name_short": ".048",
                "name_full": "MC2.K.04.048",
                "organization": 14013,
                "geo": [
                    18490
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A3BF2BA6665E66B6",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A3BF2BA6665E66B6&pPersonenGruppe=3",
            "first_name": "Corina",
            "last_name": "Madreiter-Sokolowski",
            "title": "Assoz. Prof. Priv.-Doz. Mag.pharm. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71948",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Mag.pharm.",
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Assoz. Prof.",
                "suffix": null
            }
        },
        {
            "id": 101321,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A64090D43AAB7172",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A64090D43AAB7172&pPersonenGruppe=3",
            "first_name": "Samy",
            "last_name": "Mady",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 125395,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E636107E5AD39A08",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E636107E5AD39A08&pPersonenGruppe=3",
            "first_name": "Giorgia",
            "last_name": "Magnarini",
            "title": "Dott.ssa Mag.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dott.ssa Mag.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 100035,
            "room": {
                "id": 19909,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 6,
                    "name": {
                        "de": "6.Obergeschoß",
                        "en": "6th floor"
                    }
                },
                "building": {
                    "id": 1599,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.C.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro",
                "name_short": ".020",
                "name_full": "MC1.C.06.020",
                "organization": 28394,
                "geo": [
                    700
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EFB3D03729149F13",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EFB3D03729149F13&pPersonenGruppe=3",
            "first_name": "Alexander",
            "last_name": "Mahnert",
            "title": "Dr.techn. MSc",
            "consultation": "by arrangement",
            "appendix": null,
            "phone": "+43 316 385 73772",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.techn.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50310,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5ADC06F517A97E4C",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5ADC06F517A97E4C&pPersonenGruppe=3",
            "first_name": "Verena",
            "last_name": "Maidl",
            "title": "Mag.phil. MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71645",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Mag.phil.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 100620,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EA846C7B51BA7DA2",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EA846C7B51BA7DA2&pPersonenGruppe=3",
            "first_name": "Alexandra Karoline",
            "last_name": "Maier",
            "title": null,
            "consultation": null,
            "appendix": "Abteilungsleitersekretariat",
            "phone": "+43 316 385 14388",
            "phone_external": null,
            "fax": "+43 316 385 17560",
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51935,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2C09A72D348F9E1A",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2C09A72D348F9E1A&pPersonenGruppe=3",
            "first_name": "Alfred",
            "last_name": "Maier",
            "title": "Ao.Univ.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 2803",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ao.Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 50070,
            "room": {
                "id": 22167,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 4,
                    "name": {
                        "de": "4.Obergeschoß",
                        "en": "4th floor"
                    }
                },
                "building": {
                    "id": 1643,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.K.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "AWG 01",
                "name_short": ".017",
                "name_full": "MC2.K.04.017",
                "organization": 14013,
                "geo": [
                    18506
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=683DFE143C0C090B",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=683DFE143C0C090B&pPersonenGruppe=3",
            "first_name": "Andreas",
            "last_name": "Maier",
            "title": "Fachinspektor",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71976",
            "phone_external": null,
            "fax": "+43/316/385-79615",
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Fachinspektor",
                "suffix": null
            }
        },
        {
            "id": 113610,
            "room": {
                "id": 22062,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 3,
                    "name": {
                        "de": "3.Obergeschoß",
                        "en": "3rd floor"
                    }
                },
                "building": {
                    "id": 1647,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.P.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro Mitarbeiter",
                "name_short": ".030",
                "name_full": "MC2.P.03.030",
                "organization": 13979,
                "geo": [
                    17807
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=38F2F2092DB81F2E",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=38F2F2092DB81F2E&pPersonenGruppe=3",
            "first_name": "Christina",
            "last_name": "Maier",
            "title": "BA",
            "consultation": null,
            "appendix": "imm. LV (Human, Zahn, Pflegew./ IGW, Erweiterungsstudium)\r\n•\tBeurteilungen imm. LV\r\n•\tErfassung Beurteilungskriterien\r\n\r\nKPJ\r\n•\tBeurteilungen KPJ-Praktika zentral\r\n•\tErfassung Beurteilungskriterien KPJ-Praktika\r\n•\tErfassung Beurteilungskriterien KPJ-Abschluss \r\n\r\nSFM\r\n•\tBeurteilungen SFM\r\n•\tErfassung Beurteilungskriterien SFM\r\n\r\nMK-Liste\r\n•\tÄnderungen in MK-Liste und Funktionen in MEDonline\r\n\r\nOSCE\r\n•\tPlanung\r\n",
            "phone": "+43 316 385 71604",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": "BA"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 93963,
            "room": {
                "id": 22105,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 4,
                    "name": {
                        "de": "4.Obergeschoß",
                        "en": "4th floor"
                    }
                },
                "building": {
                    "id": 1641,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.H.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "AWG SAXS",
                "name_short": ".015",
                "name_full": "MC2.H.04.015",
                "organization": 14013,
                "geo": [
                    18498
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=268DF0D9B1974107",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=268DF0D9B1974107&pPersonenGruppe=3",
            "first_name": "Mercedes Anna",
            "last_name": "Maier",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71961",
            "phone_external": null,
            "fax": "+43/316/385-79615",
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 133861,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F20FEDFCA45CA8A5",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F20FEDFCA45CA8A5&pPersonenGruppe=3",
            "first_name": "Nadine",
            "last_name": "Maier",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51953,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=07A57B553DB7052F",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=07A57B553DB7052F&pPersonenGruppe=3",
            "first_name": "Robert",
            "last_name": "Maier",
            "title": "Ass.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12544",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ass.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 76129,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B2C469C275F8EA82",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B2C469C275F8EA82&pPersonenGruppe=3",
            "first_name": "Stefanie",
            "last_name": "Maier",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73800",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 86290,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=30911C53E8D6CFB4",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=30911C53E8D6CFB4&pPersonenGruppe=3",
            "first_name": "Andrea",
            "last_name": "Maierhofer",
            "title": "Mag. BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": "0316 340 5788",
            "fax": null,
            "academic_title": {
                "prefix": "Mag.",
                "suffix": "BSc MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        }
    ]
}