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=1240
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3054,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1260",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1220",
    "results": [
        {
            "id": 133202,
            "room": {
                "id": 22265,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1648,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.Q.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Sekretariat",
                "name_short": ".022",
                "name_full": "MC2.Q.04.022",
                "organization": 13967,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=39BED6026499B74C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=39BED6026499B74C&pPersonenGruppe=3",
            "first_name": "Elizabeth del Carmen",
            "last_name": "Kloiber",
            "title": null,
            "consultation": null,
            "appendix": "Teamassistenz OE Finanzen\r\nBürozeiten: MO-DO von 08.00-13.00 Uhr",
            "phone": "+43 316 385 74095",
            "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": 129775,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0A956007049D8687",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0A956007049D8687&pPersonenGruppe=3",
            "first_name": "Paul",
            "last_name": "Klopf",
            "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": 107070,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=D8AE67B4C3D8EF17",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=D8AE67B4C3D8EF17&pPersonenGruppe=3",
            "first_name": "Konstantin Adrian",
            "last_name": "Klötzer",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301902,
                302050
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 117864,
            "room": {
                "id": 19392,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1475,
                    "name": "Zentrum für Wissen und Technologie",
                    "short": "ZWT.0.",
                    "address": "Neue Stiftingtalstraße 2"
                },
                "title": "Büro",
                "name_short": ".210",
                "name_full": "ZWT.0.02.210",
                "organization": 14023,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=CD99A0CF2B99AA7D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=CD99A0CF2B99AA7D&pPersonenGruppe=3",
            "first_name": "Isabel",
            "last_name": "Klugherz",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73710",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301103,
                301306,
                301906,
                302013,
                302040,
                303002,
                303007,
                303013,
                303020
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 62365,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E9DB7DBEE1002D88",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E9DB7DBEE1002D88&pPersonenGruppe=3",
            "first_name": "Markus",
            "last_name": "Knapp",
            "title": null,
            "consultation": "05:30 - 13:30",
            "appendix": null,
            "phone": "+43 664 78633192",
            "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": 100111,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=6F210A5707B0FA00",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=6F210A5707B0FA00&pPersonenGruppe=3",
            "first_name": "Sylvia",
            "last_name": "Knapp",
            "title": "Univ.-Prof. Dr. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.",
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 107712,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A3CC863D8ED563F3",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A3CC863D8ED563F3&pPersonenGruppe=3",
            "first_name": "Thomas",
            "last_name": "Knauß",
            "title": "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": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 125880,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EDBDB032DBA96DD9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EDBDB032DBA96DD9&pPersonenGruppe=3",
            "first_name": "Nikolaus",
            "last_name": "Kneidinger",
            "title": "Univ.-Prof. Dr.biol.hom. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12183",
            "phone_external": null,
            "fax": "+43 316 385 13578",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.biol.hom. Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 83425,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=D5615863F33335CA",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=D5615863F33335CA&pPersonenGruppe=3",
            "first_name": "Markus",
            "last_name": "Kneihsl",
            "title": "Ass.-Prof. Priv.-Doz. Dr.med.univ. Dr.scient.med.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 82984",
            "phone_external": null,
            "fax": null,
            "classifications": [
                302052,
                302075
            ],
            "expertise": [
                4401,
                5636,
                5364,
                5907
            ],
            "knowledge": [],
            "education": [
                527,
                528,
                526,
                763
            ],
            "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": 86870,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=56259FFF260B15F8",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=56259FFF260B15F8&pPersonenGruppe=3",
            "first_name": "Sabine",
            "last_name": "Kneissl",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12201",
            "phone_external": null,
            "fax": "0316/385-13061",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 125794,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=684A7E8F24718AE1",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=684A7E8F24718AE1&pPersonenGruppe=3",
            "first_name": "Sonja",
            "last_name": "Kneissl",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73056",
            "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": 51936,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=7144FE13FCF3DDDC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=7144FE13FCF3DDDC&pPersonenGruppe=3",
            "first_name": "Igor",
            "last_name": "Knez",
            "title": "Ao.Univ.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80527",
            "phone_external": null,
            "fax": null,
            "classifications": [
                302003,
                302026,
                302031,
                303012,
                303016
            ],
            "expertise": [
                1672,
                1673,
                1674,
                1675,
                2699,
                5036
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ao.Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 50797,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=663F720F235BC7D5",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=663F720F235BC7D5&pPersonenGruppe=3",
            "first_name": "Margit",
            "last_name": "Knez",
            "title": null,
            "consultation": "Nach Vereinbarung / By arrangement",
            "appendix": "Administrationsbüro / Administration office\r\nSicherheitsvertrauensperson\r\n\r\nVertretung durch: \r\nClaudia Steirer\r\n+43 316 385 72164\r\nclaudia.steirer@medunigraz.at",
            "phone": "+43 316 385 72160",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 58323,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=84C103B29021F6BF",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=84C103B29021F6BF&pPersonenGruppe=3",
            "first_name": "Daniela",
            "last_name": "Kniepeiss",
            "title": "Priv.-Doz. Dr.med.univ. MBA FEBS",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 81224",
            "phone_external": null,
            "fax": null,
            "classifications": [
                302003
            ],
            "expertise": [
                2309,
                2888,
                2889,
                3990
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": "MBA"
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": "FEBS"
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50290,
            "room": {
                "id": 22189,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1643,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.K.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Sekretariat",
                "name_short": ".039",
                "name_full": "MC2.K.04.039",
                "organization": 14013,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B5299414DD4C5D47",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B5299414DD4C5D47&pPersonenGruppe=3",
            "first_name": "Regina",
            "last_name": "Knöbl-Hellberg",
            "title": "Amtsrätin",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71960",
            "phone_external": null,
            "fax": "+43/316/385-79615",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Amtsrätin",
                "suffix": null
            }
        },
        {
            "id": 132780,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1723479B425206E8",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1723479B425206E8&pPersonenGruppe=3",
            "first_name": "Katrin",
            "last_name": "Knödl",
            "title": "BScN. MSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BScN. MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 98538,
            "room": {
                "id": 16582,
                "category": {
                    "id": 1,
                    "name": "Lager"
                },
                "floor": {
                    "id": 3,
                    "name": "3.Obergeschoß"
                },
                "building": {
                    "id": 746,
                    "name": "Auenbruggerplatz 2/9",
                    "short": "A02.9.",
                    "address": "Auenbruggerplatz 2/9"
                },
                "title": "Lager ",
                "name_short": ".120",
                "name_full": "A02.9.03.120",
                "organization": 14080,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=401227979EA3EC40",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=401227979EA3EC40&pPersonenGruppe=3",
            "first_name": "Lisa",
            "last_name": "Knoll",
            "title": "BSc MPH",
            "consultation": null,
            "appendix": "Studienkoordination",
            "phone": "+43 316 385 16820",
            "phone_external": null,
            "fax": "+43 316 385 79015",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc MPH"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 103582,
            "room": {
                "id": 22696,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 7,
                    "name": "7.Obergeschoß"
                },
                "building": {
                    "id": 1648,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.Q.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro Mitarbeiter",
                "name_short": ".034",
                "name_full": "MC2.Q.07.034",
                "organization": 26336,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C65F359C3415BF4B",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C65F359C3415BF4B&pPersonenGruppe=3",
            "first_name": "Franz Michael",
            "last_name": "Kober",
            "title": "Mag.rer.nat.",
            "consultation": "nach Vereinbarung",
            "appendix": "Prozess-Assessor nach ISO/IEC 33000 | Zert. Wissensmanager | Prozessmanagement | Wissensmanagement | Prozessoptimierung | Ansprechpartner für Aeneis (Business Process Management Software) | Unterstützung bei Prozessdokumentationen",
            "phone": "+43 316 385 72502",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [
                5332
            ],
            "knowledge": [
                95,
                92,
                93
            ],
            "education": [
                203,
                199,
                200,
                554,
                591
            ],
            "academic_title": {
                "prefix": "Mag.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 133280,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C11B650218838DE3",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C11B650218838DE3&pPersonenGruppe=3",
            "first_name": "Christoph Josef",
            "last_name": "Koch",
            "title": "Dipl.-Ing. BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing.",
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51895,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C1E1D6B744344326",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C1E1D6B744344326&pPersonenGruppe=3",
            "first_name": "Horst",
            "last_name": "Koch",
            "title": "Ao.Univ.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 14685",
            "phone_external": null,
            "fax": "+43 316 385 14690",
            "classifications": [
                302015,
                302047,
                302062,
                302074
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ao.Univ.-Prof.",
                "suffix": null
            }
        }
    ]
}