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=540
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3057,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=560",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=520",
    "results": [
        {
            "id": 95607,
            "room": {
                "id": 16668,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 746,
                    "name": "Auenbruggerplatz 2/9",
                    "short": "A02.9.",
                    "address": "Auenbruggerplatz 2/9"
                },
                "title": "Büro 2",
                "name_short": ".160",
                "name_full": "A02.9.04.160",
                "organization": 14026,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4CC503B888D4F382",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4CC503B888D4F382&pPersonenGruppe=3",
            "first_name": "Simone",
            "last_name": "Findling",
            "title": "BSc",
            "consultation": null,
            "appendix": "Mo - Do",
            "phone": "+43 316 385 31383",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 117826,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=76D1275B6AD19D07",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=76D1275B6AD19D07&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "Fink",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301114,
                301303,
                301306,
                303020
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 70863,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5A065045D136D3D6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5A065045D136D3D6&pPersonenGruppe=3",
            "first_name": "Sabrina",
            "last_name": "Fink",
            "title": "BSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73830",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 52589,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=FE63938B1B1B148B",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=FE63938B1B1B148B&pPersonenGruppe=3",
            "first_name": "Regina",
            "last_name": "Fink-Puches",
            "title": "Priv.-Doz. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302011
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 123273,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B747A79B617EFBF5",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B747A79B617EFBF5&pPersonenGruppe=3",
            "first_name": "Alexander",
            "last_name": "Finner",
            "title": "BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302045,
                302065
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 116322,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=068CE655C2B831DA",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=068CE655C2B831DA&pPersonenGruppe=3",
            "first_name": "Philip",
            "last_name": "Fischer",
            "title": null,
            "consultation": null,
            "appendix": "Studentischer wissenschaftlicher Mitarbeiter\r\nPT Famulaturlizenz\r\nOSCE-Tutorial\r\nOn-the-fly-Training\r\n",
            "phone": "+43 316 385 72160",
            "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": 72835,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A020C8BD453E70B6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A020C8BD453E70B6&pPersonenGruppe=3",
            "first_name": "Stefan Franz",
            "last_name": "Fischerauer",
            "title": "Univ. FA Priv.-Doz. Mag.rer.nat. Dr.med.univ. Dr.scient.med.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302057,
                302067,
                302085,
                303028
            ],
            "expertise": [
                3803,
                5025,
                5028,
                5029,
                5031,
                5027,
                5026,
                5030
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.nat. Dr.med.univ. Dr.scient.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. FA Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 54073,
            "room": {
                "id": 22423,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1647,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.P.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Assistenz/ Mitarbeiter",
                "name_short": ".027",
                "name_full": "MC2.P.05.027",
                "organization": 13977,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=26DC1D951EA53B26",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=26DC1D951EA53B26&pPersonenGruppe=3",
            "first_name": "Michael",
            "last_name": "Fladischer",
            "title": "Dipl.-Ing. BSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71666",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing.",
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 98327,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=358E72F749D857BE",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=358E72F749D857BE&pPersonenGruppe=3",
            "first_name": "Bettina",
            "last_name": "Flasch",
            "title": "Dipl.-Ing. BSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 31328",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing.",
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 99987,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=DE78FCDBA4670DF7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=DE78FCDBA4670DF7&pPersonenGruppe=3",
            "first_name": "Marlies",
            "last_name": "Flasch",
            "title": "BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 30453",
            "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": 118788,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=33143F4287CF7FE7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=33143F4287CF7FE7&pPersonenGruppe=3",
            "first_name": "Fabian",
            "last_name": "Flaschka",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "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": 129480,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=DB98A328C2A6858D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=DB98A328C2A6858D&pPersonenGruppe=3",
            "first_name": "Linda",
            "last_name": "Fleck",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": null,
            "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": 85870,
            "room": {
                "id": 20205,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1599,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.C.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Sekretariat",
                "name_short": ".009",
                "name_full": "MC1.C.02.009",
                "organization": 14019,
                "geo": [
                    3135
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=54D30A539336FEBE",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=54D30A539336FEBE&pPersonenGruppe=3",
            "first_name": "Nora",
            "last_name": "Fleck",
            "title": "Mag.rer.soc.oec.",
            "consultation": null,
            "appendix": "erreichbar Montag bis Donnerstag Vormittags",
            "phone": "+43 316 385 73135",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.soc.oec.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 99881,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F9783021E7183704",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F9783021E7183704&pPersonenGruppe=3",
            "first_name": "Sabine",
            "last_name": "Fleck",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71790",
            "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": 125634,
            "room": {
                "id": 22415,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1647,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.P.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Assistenz/ Mitarbeiter + Besprechung",
                "name_short": ".019",
                "name_full": "MC2.P.05.019",
                "organization": 13977,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=795126D9A1EC8296",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=795126D9A1EC8296&pPersonenGruppe=3",
            "first_name": "Nicole",
            "last_name": "Fleischanderl",
            "title": "Mag.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 74040",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 108883,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9923B1EEE7FEEF9C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9923B1EEE7FEEF9C&pPersonenGruppe=3",
            "first_name": "Eva",
            "last_name": "Fleischmann",
            "title": "Dr.med.univ. BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302065,
                302067
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 65986,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C8311B2F7F77A2F9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C8311B2F7F77A2F9&pPersonenGruppe=3",
            "first_name": "Holger",
            "last_name": "Flick",
            "title": "Dr.med.",
            "consultation": "Ambulanz für interstitielle, obstruktive, seltene Lungenerkrankungen, CF, LuTx und pulm. Infektionen",
            "appendix": "In der Ambulanz werden Pat. mit IPF, Sarkoidose, ILD bei rheumatologischen Grunderkrankungen, CF, PCD, LAM, Asthma, COPD, pleuralen Erkrankungen, pulm. Infektionen (inkl. TBC, NTM, CPA), Bronchiektasen und vor und nach LuTx betreut.\r\nTermine können (mit Überweisung von Lungenfachärztin/-arzt) unter +43 316 385-12253 vereinbart werden.",
            "phone": "+43 316 385 12183",
            "phone_external": null,
            "fax": "+43 316 385-13578",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 100821,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=68D48D9BFC0C3861",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=68D48D9BFC0C3861&pPersonenGruppe=3",
            "first_name": "Elisabeth",
            "last_name": "Fließer",
            "title": "MSc PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72933",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301303,
                301902,
                302072
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 122290,
            "room": {
                "id": 20926,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 9,
                    "name": "Erdgeschoß"
                },
                "building": {
                    "id": 1602,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.F.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Arbeitsmedizin (PFK) / Sicherheitsfachkraft (SFK)",
                "name_short": ".011",
                "name_full": "MC1.F.EG.011",
                "organization": 23375,
                "geo": [
                    3538
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=7FAA68074FBFA98D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=7FAA68074FBFA98D&pPersonenGruppe=3",
            "first_name": "Nives",
            "last_name": "Fliser",
            "title": null,
            "consultation": null,
            "appendix": "Assistentin Bereichsleitung FM-Service",
            "phone": null,
            "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": 62705,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=462434AA1F6D7AD6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=462434AA1F6D7AD6&pPersonenGruppe=3",
            "first_name": "Waltraud",
            "last_name": "Florian",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12590",
            "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
            }
        }
    ]
}