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=2400
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3061,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=2420",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=2380",
    "results": [
        {
            "id": 72306,
            "room": {
                "id": 16755,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 746,
                    "name": "Auenbruggerplatz 2/9",
                    "short": "A02.9.",
                    "address": "Auenbruggerplatz 2/9"
                },
                "title": "Büro",
                "name_short": ".210",
                "name_full": "A02.9.05.210",
                "organization": 14026,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1591E0AD5D42918C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1591E0AD5D42918C&pPersonenGruppe=3",
            "first_name": "Stefan",
            "last_name": "Schulz",
            "title": "Univ.-Prof. Dr.med.",
            "consultation": "nach Vereinbarung (e-Mail)",
            "appendix": null,
            "phone": "+43 316 385 16939",
            "phone_external": "+43 699 15 09 6270",
            "fax": "+43 316 385 13590",
            "classifications": [
                102020,
                305905
            ],
            "expertise": [
                2958,
                2959,
                3096,
                3097,
                3098,
                3099,
                3100,
                4557,
                4558
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 125214,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=03ADDCC07D610056",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=03ADDCC07D610056&pPersonenGruppe=3",
            "first_name": "Jaro",
            "last_name": "Schünemann",
            "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": 50532,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=3F494F2C682295E7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=3F494F2C682295E7&pPersonenGruppe=3",
            "first_name": "Helga",
            "last_name": "Schunko",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73807",
            "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": 94794,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0B47CFB8283FA9CA",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0B47CFB8283FA9CA&pPersonenGruppe=3",
            "first_name": "Sandra",
            "last_name": "Schuschitz",
            "title": "MSc",
            "consultation": "nach Vereinbarung",
            "appendix": "Projektmanagerin",
            "phone": "+43 316 385 78065",
            "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": 99100,
            "room": {
                "id": 21025,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 286,
                    "name": "1.Untergeschoß"
                },
                "building": {
                    "id": 1599,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.C.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro Abfallbeauftragte / Reinigung",
                "name_short": ".024",
                "name_full": "MC1.C.U1.024",
                "organization": 23375,
                "geo": [
                    3176
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=BFCD7CBF5839FF3F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=BFCD7CBF5839FF3F&pPersonenGruppe=3",
            "first_name": "Ursula",
            "last_name": "Schuster-Rainer",
            "title": "Mag.rer.soc.oec.",
            "consultation": null,
            "appendix": "Bereichsleitung FM- Service\r\nAbfallbeauftragte \r\nAbwasserbeauftragte \r\nKoordinationsstelle Gebäudereinigung",
            "phone": "+43 316 385 71673",
            "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": 85011,
            "room": {
                "id": 22577,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 6,
                    "name": "6.Obergeschoß"
                },
                "building": {
                    "id": 1647,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.P.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Dienstraum LeiterIn",
                "name_short": ".024",
                "name_full": "MC2.P.06.024",
                "organization": 14509,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=3D77DD78B183BFF1",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=3D77DD78B183BFF1&pPersonenGruppe=3",
            "first_name": "Gerhilde",
            "last_name": "Schüttengruber",
            "title": "Dr.rer.cur. BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71634",
            "phone_external": null,
            "fax": null,
            "classifications": [
                303012,
                303022,
                303024
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.rer.cur.",
                "suffix": "BSc MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 113131,
            "room": {
                "id": 22656,
                "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": "Mitarbeiter AG02",
                "name_short": ".030",
                "name_full": "MC2.P.07.030",
                "organization": 27964,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2511C9E1D49E13F9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2511C9E1D49E13F9&pPersonenGruppe=3",
            "first_name": "Gerald",
            "last_name": "Schutting",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73557",
            "phone_external": null,
            "fax": null,
            "classifications": [
                302090
            ],
            "expertise": [
                5494,
                5495
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 89711,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=7D6AED6F4E2B0B9A",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=7D6AED6F4E2B0B9A&pPersonenGruppe=3",
            "first_name": "Anna-Maria",
            "last_name": "Schütz",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "03216 385 81070",
            "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": 134844,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B547C95F0D8629F7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B547C95F0D8629F7&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "Schwab",
            "title": "Univ. ZÄ Dr.med.dent.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.dent.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. ZÄ",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 79516,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E8CB745D4477E3F4",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E8CB745D4477E3F4&pPersonenGruppe=3",
            "first_name": "Bernhard",
            "last_name": "Schwaberger",
            "title": "Ass.-Prof. Priv.-Doz. Dr.med.univ. Dr.scient.med.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 30018",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301401,
                302031,
                302035,
                302049,
                302053,
                302060,
                302075,
                303036
            ],
            "expertise": [
                3382,
                3383,
                3384,
                5289,
                5288,
                4682,
                4683,
                4684,
                5343,
                5290
            ],
            "knowledge": [],
            "education": [
                412,
                411,
                634
            ],
            "academic_title": {
                "prefix": "Dr.med.univ. Dr.scient.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Ass.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 50234,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=423ED7E83F131152",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=423ED7E83F131152&pPersonenGruppe=3",
            "first_name": "Gerd",
            "last_name": "Schwager",
            "title": "Fachoberinspektor",
            "consultation": null,
            "appendix": "Fotografie und Bildbearbeitung",
            "phone": "+43 316 385 82470",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Fachoberinspektor",
                "suffix": null
            }
        },
        {
            "id": 94150,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F2308F664CA7FB9E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F2308F664CA7FB9E&pPersonenGruppe=3",
            "first_name": "Michael",
            "last_name": "Schwaiger",
            "title": "Univ. OA Priv.-Doz. Dr.med.univ. Dr.scient.med. Dr.med.dent. MSc",
            "consultation": "Lippen-, Kiefer-, Gaumenspalten und kraniofaziale Anomalien",
            "appendix": "- Mund-, Kiefer- und Gesichtschirurgie\r\n- Tätigkeitsschwerpunkt 'ästhetische Gesichtschirurgie'\r\n- Tätigkeitsschwerpunkt 'Lippen-, Kiefer- Gaumenspalten und kraniofaziale Anomalien'",
            "phone": "+43 316 385 80722",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ. Dr.scient.med. Dr.med.dent.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": "Univ. OA Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 113130,
            "room": {
                "id": 20661,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 3,
                    "name": "3.Obergeschoß"
                },
                "building": {
                    "id": 1600,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.D.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büroraum",
                "name_short": ".035",
                "name_full": "MC1.D.03.035",
                "organization": 14012,
                "geo": [
                    2982
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=837F3533700599F0",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=837F3533700599F0&pPersonenGruppe=3",
            "first_name": "Sebastian",
            "last_name": "Schwaminger",
            "title": "Assoz. Prof. Priv.-Doz. Dr.rer.nat. MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72125",
            "phone_external": null,
            "fax": null,
            "classifications": [
                104017,
                204006,
                206004,
                209006,
                210002,
                210004,
                210006,
                301207,
                301305
            ],
            "expertise": [
                5460,
                5459
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.rer.nat.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Assoz. Prof.",
                "suffix": null
            }
        },
        {
            "id": 50295,
            "room": {
                "id": 16710,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 746,
                    "name": "Auenbruggerplatz 2/9",
                    "short": "A02.9.",
                    "address": "Auenbruggerplatz 2/9"
                },
                "title": "Büro",
                "name_short": ".070",
                "name_full": "A02.9.05.070",
                "organization": 14026,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F9255C04D84B1F49",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F9255C04D84B1F49&pPersonenGruppe=3",
            "first_name": "Gerold",
            "last_name": "Schwantzer",
            "title": "Oberrat Mag.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 17867",
            "phone_external": null,
            "fax": "+43 316 385 13590",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Oberrat",
                "suffix": null
            }
        },
        {
            "id": 106867,
            "room": {
                "id": 21683,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1641,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.H.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "AWG FACS",
                "name_short": ".015",
                "name_full": "MC2.H.02.015",
                "organization": 14022,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F51C5D5B1F72FE1F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F51C5D5B1F72FE1F&pPersonenGruppe=3",
            "first_name": "Juliana",
            "last_name": "Schwanzer",
            "title": "BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 74125",
            "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": 90618,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=928C92D4B5A69DC4",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=928C92D4B5A69DC4&pPersonenGruppe=3",
            "first_name": "Anna",
            "last_name": "Schwarz",
            "title": "Dipl.-Ing. BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301306
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing.",
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 107153,
            "room": {
                "id": 22123,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1642,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.J.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "AWG 13",
                "name_short": ".016",
                "name_full": "MC2.J.04.016",
                "organization": 14013,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0E11E889B00C7804",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0E11E889B00C7804&pPersonenGruppe=3",
            "first_name": "Birgit",
            "last_name": "Schwarz",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71964",
            "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": 132840,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=D9370B2E4659F8AE",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=D9370B2E4659F8AE&pPersonenGruppe=3",
            "first_name": "Barbara Anna",
            "last_name": "Schwarzbauer",
            "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": 96335,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=25C897BB813FB4CF",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=25C897BB813FB4CF&pPersonenGruppe=3",
            "first_name": "Uwe Yacine",
            "last_name": "Schwarze",
            "title": "Dr.scient.med. MSc",
            "consultation": "Termine nach Vereinbarung - appointments by arrangement",
            "appendix": "Adresse:\r\nBillrothgasse 4 / 3 Floor / Room 315-316 \r\nA-8010 Graz\r\n",
            "phone": "+43 316 385 80886",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301102,
                301107
            ],
            "expertise": [
                4744,
                4745,
                4746
            ],
            "knowledge": [],
            "education": [
                299
            ],
            "academic_title": {
                "prefix": "Dr.scient.med.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50379,
            "room": {
                "id": 21699,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1642,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.J.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Bildbearbeitung",
                "name_short": ".016",
                "name_full": "MC2.J.02.016",
                "organization": 14014,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9F9098ABA415CC73",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9F9098ABA415CC73&pPersonenGruppe=3",
            "first_name": "Elke",
            "last_name": "Schwarzenberger",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71182",
            "phone_external": null,
            "fax": "+43/316/385-79609",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        }
    ]
}