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=1800
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3000,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1820",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1780",
    "results": [
        {
            "id": 108881,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E634092AD85175BE",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E634092AD85175BE&pPersonenGruppe=3",
            "first_name": "Erdem",
            "last_name": "Özkaya",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": "+43 316 385 30005",
            "fax": null,
            "classifications": [
                302024
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50724,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5CA9C565888BAEA7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5CA9C565888BAEA7&pPersonenGruppe=3",
            "first_name": "Sabine",
            "last_name": "Ozlberger",
            "title": "Mag.phil.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73815",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.phil.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 114353,
            "room": {
                "id": 10387,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 1,
                    "name": "1.Obergeschoß"
                },
                "building": {
                    "id": 743,
                    "name": "Auenbruggerplatz 15",
                    "short": "A15.0.",
                    "address": "Auenbruggerplatz 15"
                },
                "title": "Bibliothek KIMCL",
                "name_short": ".001",
                "name_full": "A15.0.01.001",
                "organization": 14046,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=8710E4410C11CF3E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=8710E4410C11CF3E&pPersonenGruppe=3",
            "first_name": "Kris",
            "last_name": "Paar",
            "title": null,
            "consultation": "Mi. 11.00 – 15.00 / Do. Fr. 07.00 – 15.00 Uhr",
            "appendix": "Büro: \r\nAuenbruggerplatz 15/1.UG (Hörsaalzentrum) Raum 07",
            "phone": "+43 316 385 82327",
            "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": 90044,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F852D3F7DBA2BBE6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F852D3F7DBA2BBE6&pPersonenGruppe=3",
            "first_name": "Margret",
            "last_name": "Paar",
            "title": "Sen.Scientist  Priv.-Doz. Mag. Dr.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72133",
            "phone_external": null,
            "fax": null,
            "classifications": [
                106002,
                106023
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Sen.Scientist",
                "suffix": null
            }
        },
        {
            "id": 50088,
            "room": {
                "id": 19810,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 286,
                    "name": "1.Untergeschoß"
                },
                "building": {
                    "id": 743,
                    "name": "Auenbruggerplatz 15",
                    "short": "A15.0.",
                    "address": "Auenbruggerplatz 15"
                },
                "title": "Administration für Studierende ",
                "name_short": ".010",
                "name_full": "A15.0.U1.010",
                "organization": 14045,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=7AE47055F4A1346E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=7AE47055F4A1346E&pPersonenGruppe=3",
            "first_name": "Robert",
            "last_name": "Paar",
            "title": "Amtsrat",
            "consultation": "07:00 bis 15:00 Uhr",
            "appendix": "Leider kann ich beim Dienstort nicht meine richtige Raumnummer auswählen bzw. eintragen - mein Büro: Auenbruggerplatz 15/1.UG (Hörsaalzentrum) Raum 07",
            "phone": "+43 316 385 82327",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Amtsrat",
                "suffix": null
            }
        },
        {
            "id": 109581,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=044618B85BBC0F39",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=044618B85BBC0F39&pPersonenGruppe=3",
            "first_name": "Stefanie",
            "last_name": "Paar",
            "title": "MA",
            "consultation": null,
            "appendix": "Derzeit Karenziert\r\n\r\nAnsprechperson GraphDi \r\nÄrztliche Arbeitszeiterfassung\r\n",
            "phone": "+43 316 385 74080",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MA"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50066,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=FAC38AE48BB89F1B",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=FAC38AE48BB89F1B&pPersonenGruppe=3",
            "first_name": "Bettina",
            "last_name": "Pabst",
            "title": "Amtsrätin",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 14033",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Amtsrätin",
                "suffix": null
            }
        },
        {
            "id": 54043,
            "room": {
                "id": 20439,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1603,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.G.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Zentraler Einkauf, Bestellung, Warenübernahme",
                "name_short": ".019",
                "name_full": "MC1.G.05.019",
                "organization": 14020,
                "geo": [
                    3670
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=AB70368963C8942E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=AB70368963C8942E&pPersonenGruppe=3",
            "first_name": "Daniela",
            "last_name": "Pabst",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71820",
            "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": 112689,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EE80A2C2FEAE6942",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EE80A2C2FEAE6942&pPersonenGruppe=3",
            "first_name": "Christian",
            "last_name": "Pacher-Deutsch",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72984",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 124636,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4AC14724DD1786B7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4AC14724DD1786B7&pPersonenGruppe=3",
            "first_name": "Caterina",
            "last_name": "Pacifico",
            "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": 116746,
            "room": {
                "id": 21499,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 1,
                    "name": "1.Obergeschoß"
                },
                "building": {
                    "id": 1643,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.K.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "AWG 02",
                "name_short": ".024",
                "name_full": "MC2.K.01.024",
                "organization": 14022,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=03596E8A33CB08EA",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=03596E8A33CB08EA&pPersonenGruppe=3",
            "first_name": "Svetlana",
            "last_name": "Pahernik",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 105099,
            "room": {
                "id": 20585,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1599,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.C.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Studentenadministration",
                "name_short": ".016",
                "name_full": "MC1.C.04.016",
                "organization": 14020,
                "geo": [
                    2802
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=00C7DC27B6EB5FFC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=00C7DC27B6EB5FFC&pPersonenGruppe=3",
            "first_name": "Martina",
            "last_name": "Paier",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71783",
            "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": 92483,
            "room": {
                "id": 22652,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 7,
                    "name": "7.Obergeschoß"
                },
                "building": {
                    "id": 1647,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.P.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Arbeitsgruppenleiter AG3 Lehre",
                "name_short": ".026",
                "name_full": "MC2.P.07.026",
                "organization": 27964,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4C0EDD0A7F0A13D5",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4C0EDD0A7F0A13D5&pPersonenGruppe=3",
            "first_name": "Muna",
            "last_name": "Paier-Abuzahra",
            "title": "Dr.rer.medic. BSc MA",
            "consultation": "nach Vereinbarung",
            "appendix": null,
            "phone": "+43 316 385 73559",
            "phone_external": null,
            "fax": null,
            "classifications": [
                303012,
                303024,
                303026,
                303040
            ],
            "expertise": [
                4045,
                4046,
                4047,
                4568,
                5184,
                5185
            ],
            "knowledge": [],
            "education": [
                613,
                610,
                608,
                609,
                612,
                614,
                611
            ],
            "academic_title": {
                "prefix": "Dr.rer.medic.",
                "suffix": "BSc MA"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 110847,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=AABD98E27EC9D1B2",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=AABD98E27EC9D1B2&pPersonenGruppe=3",
            "first_name": "Elisabeth",
            "last_name": "Paierl",
            "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": 50464,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=69916E022A7BDFC7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=69916E022A7BDFC7&pPersonenGruppe=3",
            "first_name": "Sabine",
            "last_name": "Pailer",
            "title": "Amtsrätin",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80090",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Amtsrätin",
                "suffix": null
            }
        },
        {
            "id": 54165,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=6C6A4E224D519D2C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=6C6A4E224D519D2C&pPersonenGruppe=3",
            "first_name": "Annamaria",
            "last_name": "Painold",
            "title": "Univ. FÄ Priv.-Doz. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 82536",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301401,
                301407,
                301408,
                302052,
                302065,
                501024
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. FÄ Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 135002,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=8D7DDC6C707D1511",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=8D7DDC6C707D1511&pPersonenGruppe=3",
            "first_name": "Zuzana",
            "last_name": "Palkovicova",
            "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": 100639,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=3DAB4C1AA5817D95",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=3DAB4C1AA5817D95&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "Paller",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 113714,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2007B388B1FD571F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2007B388B1FD571F&pPersonenGruppe=3",
            "first_name": "Melanie",
            "last_name": "Palz",
            "title": "BSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73730",
            "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": 50834,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=72528DE8B50C2A66",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=72528DE8B50C2A66&pPersonenGruppe=3",
            "first_name": "Claudia",
            "last_name": "Pammer",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 17069",
            "phone_external": null,
            "fax": "0316/385/14197",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        }
    ]
}