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=1060
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2669,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1080",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1040",
    "results": [
        {
            "id": 99558,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=18C3CF8DBFFD11C1",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=18C3CF8DBFFD11C1&pPersonenGruppe=3",
            "first_name": "Melanie",
            "last_name": "Kienzl",
            "title": "MSc PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72847",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301200,
                301902,
                301904
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51263,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=BD0AE3CDD35932C6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=BD0AE3CDD35932C6&pPersonenGruppe=3",
            "first_name": "Petra",
            "last_name": "Kieslinger",
            "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": 110709,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=D55544ACEB92BAAC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=D55544ACEB92BAAC&pPersonenGruppe=3",
            "first_name": "Mara Luisa",
            "last_name": "Kießling",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72710",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301110,
                301306,
                302032
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 129380,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EA86F41E82DC10B8",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EA86F41E82DC10B8&pPersonenGruppe=3",
            "first_name": "Yevgeniy",
            "last_name": "Kim",
            "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": 89733,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F4C3CA70762DEED9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F4C3CA70762DEED9&pPersonenGruppe=3",
            "first_name": "Andreas Rainer",
            "last_name": "Kimmerle",
            "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": 116882,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E65F5F71D49F7FBF",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E65F5F71D49F7FBF&pPersonenGruppe=3",
            "first_name": "Katharina",
            "last_name": "Kindler",
            "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": 114793,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5C2ED026CD4F5842",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5C2ED026CD4F5842&pPersonenGruppe=3",
            "first_name": "Marie-Christine",
            "last_name": "Kindler",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 664 88416719",
            "phone_external": null,
            "fax": "+43 316 385 72731",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 128074,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4A243EA5AB30DCC6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4A243EA5AB30DCC6&pPersonenGruppe=3",
            "first_name": "Barbara",
            "last_name": "Kipperer",
            "title": "MA",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "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": 130315,
            "room": {
                "id": 20381,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 3,
                    "name": {
                        "de": "3.Obergeschoß",
                        "en": "3rd floor"
                    }
                },
                "building": {
                    "id": 1598,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.B.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Dienstraum Mitarbeiter",
                "name_short": ".042",
                "name_full": "MC1.B.03.042",
                "organization": 14023,
                "geo": [
                    3049
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=234546BEE0F8E023",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=234546BEE0F8E023&pPersonenGruppe=3",
            "first_name": "Jean",
            "last_name": "Kirbis",
            "title": "MSc",
            "consultation": null,
            "appendix": "IT Anfragen bitte an hyg-it@medunigraz.at",
            "phone": "+43 316 385 73602",
            "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": 104520,
            "room": {
                "id": 19941,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 6,
                    "name": {
                        "de": "6.Obergeschoß",
                        "en": "6th floor"
                    }
                },
                "building": {
                    "id": 1600,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.D.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Gruppenbüro PhD-Studenten",
                "name_short": ".027",
                "name_full": "MC1.D.06.027",
                "organization": 28394,
                "geo": [
                    562
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=27CDE5069117F6C2",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=27CDE5069117F6C2&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "Kircher",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71814",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301101
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 100649,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9669D15A8AA06471",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9669D15A8AA06471&pPersonenGruppe=3",
            "first_name": "Lorenz",
            "last_name": "Kircher",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73050",
            "phone_external": null,
            "fax": "+43/316/ 385-73067",
            "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": 136075,
            "room": {
                "id": 16638,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": {
                        "de": "4.Obergeschoß",
                        "en": "4th floor"
                    }
                },
                "building": {
                    "id": 746,
                    "name": "Auenbruggerplatz 2/9",
                    "short": "A02.9.",
                    "address": "Auenbruggerplatz 2/9"
                },
                "title": "Büro",
                "name_short": ".060",
                "name_full": "A02.9.04.060",
                "organization": 14026,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=890337EA3B7BE211",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=890337EA3B7BE211&pPersonenGruppe=3",
            "first_name": "Julia Maria",
            "last_name": "Kirisits",
            "title": "Dipl.-Ing.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 14518",
            "phone_external": null,
            "fax": null,
            "classifications": [
                305904,
                305905
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 58023,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2AC69BBA9BF99016",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2AC69BBA9BF99016&pPersonenGruppe=3",
            "first_name": "Barbara",
            "last_name": "Kirnbauer",
            "title": "Univ. OÄ Priv.-Doz. Dr.scient.med. Dr.med.dent.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 30674",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301111,
                302029,
                302088,
                302092
            ],
            "expertise": [
                4001,
                4859,
                4689,
                4690
            ],
            "knowledge": [],
            "education": [
                206,
                207,
                208
            ],
            "academic_title": {
                "prefix": "Dr.scient.med. Dr.med.dent.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. OÄ Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 75657,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=FC3812D44A366C04",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=FC3812D44A366C04&pPersonenGruppe=3",
            "first_name": "Alexander",
            "last_name": "Kirsch",
            "title": "Ass.-Prof. Priv.-Doz. Dr.med.univ. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12170",
            "phone_external": "0316/385-81723",
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Ass.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 77116,
            "room": {
                "id": 20138,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": {
                        "de": "5.Obergeschoß",
                        "en": "5th floor"
                    }
                },
                "building": {
                    "id": 1600,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.D.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Mitarbeiter - Büro",
                "name_short": ".035",
                "name_full": "MC1.D.05.035",
                "organization": 14010,
                "geo": [
                    3840
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C2D10423B02DB001",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C2D10423B02DB001&pPersonenGruppe=3",
            "first_name": "Andrijana",
            "last_name": "Kirsch",
            "title": "Mag. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73862",
            "phone_external": null,
            "fax": "+43/316/385-79615",
            "classifications": [
                106023
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.",
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 103183,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=AAE42B7DBE73FD0F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=AAE42B7DBE73FD0F&pPersonenGruppe=3",
            "first_name": "Christian",
            "last_name": "Kiss",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302043,
                302052,
                604024
            ],
            "expertise": [
                5461,
                5462,
                5463,
                5464
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 54018,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=AE167A84D520D762",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=AE167A84D520D762&pPersonenGruppe=3",
            "first_name": "Clemens",
            "last_name": "Kittinger",
            "title": "Priv.-Doz. Mag.rer.nat. Dr.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73600",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [
                543,
                544,
                545,
                3398
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.nat. Dr.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 111327,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=71620034686364E3",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=71620034686364E3&pPersonenGruppe=3",
            "first_name": "Hannah",
            "last_name": "Klampfl",
            "title": "BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "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": 50155,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=44CBCB24C4B11540",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=44CBCB24C4B11540&pPersonenGruppe=3",
            "first_name": "Philipp",
            "last_name": "Klaritsch",
            "title": "Assoz. Prof. Priv.-Doz. Dr.med.univ.",
            "consultation": "Pränataldiagnostische Ambulanz (Mo-Fr. nach Vereinbarung, Tel: 0316-385-12888)",
            "appendix": "ÖGUM-DEGUM Stufe III\r\nLeiter der Forschungseinheit für Fetale Medizin",
            "phone": "+43 316 385 81641",
            "phone_external": null,
            "fax": "0316-385-13199",
            "classifications": [
                302017,
                302022,
                302064,
                302075
            ],
            "expertise": [
                1821,
                2530,
                2533,
                2531,
                2532,
                3002,
                4181,
                4182
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Assoz. Prof.",
                "suffix": null
            }
        },
        {
            "id": 103877,
            "room": {
                "id": 22427,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": {
                        "de": "5.Obergeschoß",
                        "en": "5th floor"
                    }
                },
                "building": {
                    "id": 1647,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.P.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Assistenz/ Mitarbeiter",
                "name_short": ".031",
                "name_full": "MC2.P.05.031",
                "organization": 13977,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=16F07392CF7E34ED",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=16F07392CF7E34ED&pPersonenGruppe=3",
            "first_name": "Lukas",
            "last_name": "Klavzer",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 74036",
            "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
            }
        }
    ]
}