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=20
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2645,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=40",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20",
    "results": [
        {
            "id": 50072,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=88DC387DAA836863",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=88DC387DAA836863&pPersonenGruppe=3",
            "first_name": "Petra",
            "last_name": "Aigner",
            "title": "Fachoberinspektorin",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 83597",
            "phone_external": null,
            "fax": "+43/316/385-13368",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Fachoberinspektorin",
                "suffix": null
            }
        },
        {
            "id": 119168,
            "room": {
                "id": 19989,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 6,
                    "name": "6.Obergeschoß"
                },
                "building": {
                    "id": 1602,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.F.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro ",
                "name_short": ".015",
                "name_full": "MC1.F.06.015",
                "organization": 28394,
                "geo": [
                    620
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=87CBB945B3EA5B3F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=87CBB945B3EA5B3F&pPersonenGruppe=3",
            "first_name": "Ali",
            "last_name": "Akyol",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72993",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301305
            ],
            "expertise": [
                5841,
                5842,
                5843
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 78955,
            "room": {
                "id": 22759,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 8,
                    "name": "8.Obergeschoß"
                },
                "building": {
                    "id": 1648,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.Q.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Sekretariat",
                "name_short": ".027",
                "name_full": "MC2.Q.08.027",
                "organization": 13923,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9B68E53E28DB5178",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9B68E53E28DB5178&pPersonenGruppe=3",
            "first_name": "Martina",
            "last_name": "Aldrian",
            "title": "Mag.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72011",
            "phone_external": null,
            "fax": "+43 316 385 72030",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50606,
            "room": {
                "id": 20316,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "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": "Hämato-, Osteo. Labor",
                "name_short": ".029",
                "name_full": "MC1.F.04.029",
                "organization": 14020,
                "geo": [
                    2772
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9693C397CCF3F586",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9693C397CCF3F586&pPersonenGruppe=3",
            "first_name": "Mohamed Hizam Ahmed",
            "last_name": "Al-Effah",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71805",
            "phone_external": null,
            "fax": "+43 316 385 79000",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 128795,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=822F07F842AA59BC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=822F07F842AA59BC&pPersonenGruppe=3",
            "first_name": "Katrin",
            "last_name": "Alhmzawi",
            "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": 112189,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=D7C364734005418D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=D7C364734005418D&pPersonenGruppe=3",
            "first_name": "Advija",
            "last_name": "Alihodzic",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 82151",
            "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": 119131,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=FED6D890447CF72C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=FED6D890447CF72C&pPersonenGruppe=3",
            "first_name": "Dina",
            "last_name": "Alihodzic",
            "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": 99724,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1E487BEA1948A5A5",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1E487BEA1948A5A5&pPersonenGruppe=3",
            "first_name": "Elvir",
            "last_name": "Alihodzic",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 83217",
            "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": 89436,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B9747E020AD74701",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B9747E020AD74701&pPersonenGruppe=3",
            "first_name": "Amar",
            "last_name": "Alikadic",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302012
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 113634,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=63EFE1BB0A6FA791",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=63EFE1BB0A6FA791&pPersonenGruppe=3",
            "first_name": "Hanna",
            "last_name": "Allerkamp",
            "title": "PhD.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 104059,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=33CEC4AE32ACDD32",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=33CEC4AE32ACDD32&pPersonenGruppe=3",
            "first_name": "Katharina",
            "last_name": "Allmer",
            "title": "BA",
            "consultation": "Mo - Do, 07:30 -12:30 Uhr",
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BA"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 119849,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F8BA16907AD6BE84",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F8BA16907AD6BE84&pPersonenGruppe=3",
            "first_name": "Heba",
            "last_name": "Alloch",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                102019,
                102020,
                102022,
                305905,
                602049
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 112372,
            "room": {
                "id": 22421,
                "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": "Support",
                "name_short": ".025",
                "name_full": "MC2.P.05.025",
                "organization": 13977,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E078FE054E8BFBF0",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E078FE054E8BFBF0&pPersonenGruppe=3",
            "first_name": "Mohammad Wahid",
            "last_name": "Alloush",
            "title": null,
            "consultation": "09:00-16:00",
            "appendix": null,
            "phone": "+43 664 78633461",
            "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": 128238,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=DB6CEC7DEE7C751C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=DB6CEC7DEE7C751C&pPersonenGruppe=3",
            "first_name": "Tea",
            "last_name": "Alma",
            "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": 56571,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4856E35F71AE9B17",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4856E35F71AE9B17&pPersonenGruppe=3",
            "first_name": "Gunter",
            "last_name": "Almer",
            "title": "Mag. Dr.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                106022,
                301103,
                301107,
                301114,
                301302,
                301304,
                301306,
                301902,
                302040,
                303009
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 107134,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=DBD7EC6AA65A8843",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=DBD7EC6AA65A8843&pPersonenGruppe=3",
            "first_name": "Nerea",
            "last_name": "Alonso Lopez",
            "title": "Ass.-Prof. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301114,
                301300,
                302078,
                304006
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ass.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 71648,
            "room": {
                "id": 20621,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1600,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.D.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro ",
                "name_short": ".034",
                "name_full": "MC1.D.04.034",
                "organization": 28394,
                "geo": [
                    2833
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1C7645232518429C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1C7645232518429C&pPersonenGruppe=3",
            "first_name": "Wael",
            "last_name": "Al-Zoughbi",
            "title": "PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71778",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301101,
                301107,
                301108,
                301904,
                301907,
                305901
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 106334,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=05F24A685E1867A4",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=05F24A685E1867A4&pPersonenGruppe=3",
            "first_name": "Jascha Alexander",
            "last_name": "Amenitsch",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80280",
            "phone_external": null,
            "fax": null,
            "classifications": [
                305900
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 58615,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=D4D3911B4EF67DA2",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=D4D3911B4EF67DA2&pPersonenGruppe=3",
            "first_name": "Karin",
            "last_name": "Amrein",
            "title": "Priv.-Doz. Dr.med.univ. MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12383",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301901,
                302012,
                302014,
                302024,
                302030,
                302031,
                302082,
                305908
            ],
            "expertise": [
                5409,
                5407,
                5408,
                5410,
                5411,
                4860,
                4841,
                4842,
                4843,
                4844
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 68413,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=069CD8BC43D4E69A",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=069CD8BC43D4E69A&pPersonenGruppe=3",
            "first_name": "Bettina",
            "last_name": "Amtmann",
            "title": null,
            "consultation": null,
            "appendix": "Study Nurse\r\nBetriebsrätin für das allgemeine Universitätspersonal",
            "phone": "+43 316 385 82471",
            "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
            }
        }
    ]
}