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=2760
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3001,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=2780",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=2740",
    "results": [
        {
            "id": 54279,
            "room": {
                "id": 20071,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1598,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.B.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Dienstraum Mitarbeiter",
                "name_short": ".037",
                "name_full": "MC1.B.05.037",
                "organization": 14020,
                "geo": [
                    3762
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=97358A3AD4EED350",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=97358A3AD4EED350&pPersonenGruppe=3",
            "first_name": "Christian",
            "last_name": "Viertler",
            "title": "Univ. FA Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71718",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301101,
                301103,
                301108,
                301306,
                301904,
                301907
            ],
            "expertise": [
                2449,
                2452,
                3379,
                4553,
                4978,
                4979
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. FA",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 118469,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=98F0C382075F4DD0",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=98F0C382075F4DD0&pPersonenGruppe=3",
            "first_name": "Matteo",
            "last_name": "Villa",
            "title": "Ass.-Prof. Dr.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301107,
                301110,
                301114,
                301304,
                301902,
                302072,
                303041
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ass.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 121189,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=DBF32D649C9730D3",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=DBF32D649C9730D3&pPersonenGruppe=3",
            "first_name": "Ana",
            "last_name": "Villa Garcia",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302062
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 124255,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=127F21081F9EC9A0",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=127F21081F9EC9A0&pPersonenGruppe=3",
            "first_name": "Eleonora",
            "last_name": "Vitaloni",
            "title": "BSc",
            "consultation": null,
            "appendix": "\r\n",
            "phone": "+43 316 385 31782",
            "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": 124172,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=689C9C527D9AF636",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=689C9C527D9AF636&pPersonenGruppe=3",
            "first_name": "Katarina",
            "last_name": "Vizar Cisarova",
            "title": "PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 31256",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 108856,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=88904D3FCBA98BB1",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=88904D3FCBA98BB1&pPersonenGruppe=3",
            "first_name": "Georgios",
            "last_name": "Vlachos",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73823",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301301
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 128194,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=778AC7143BEA93B3",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=778AC7143BEA93B3&pPersonenGruppe=3",
            "first_name": "Dario",
            "last_name": "Vlk",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80079",
            "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": 66147,
            "room": {
                "id": 21884,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1648,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.Q.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Welcome Center",
                "name_short": ".019",
                "name_full": "MC2.Q.02.019",
                "organization": 23614,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9DA57D059474C2FC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9DA57D059474C2FC&pPersonenGruppe=3",
            "first_name": "Birgit",
            "last_name": "Vogel",
            "title": "Mag.phil.",
            "consultation": "nach Vereinbarung",
            "appendix": "Welcome Center | Marshallplan | Erasmus+ KA131 Incoming Staff",
            "phone": "+43 316 385 73677",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.phil.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 119810,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=CBE347790D30AAA1",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=CBE347790D30AAA1&pPersonenGruppe=3",
            "first_name": "Tilman Lauritz Rüdiger",
            "last_name": "Vogelsang",
            "title": "Dr.med.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301904,
                302022,
                302055
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 90701,
            "room": {
                "id": 19402,
                "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": "Biobank Büro",
                "name_short": ".360",
                "name_full": "ZWT.0.02.360",
                "organization": 28392,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2738F696DDFA6C3E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2738F696DDFA6C3E&pPersonenGruppe=3",
            "first_name": "Franziska",
            "last_name": "Vogl",
            "title": "Dr.rer.nat. MSc",
            "consultation": "nach Vereinbarung",
            "appendix": null,
            "phone": "+43 316 385 72716",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.rer.nat.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50573,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=33269C522467D241",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=33269C522467D241&pPersonenGruppe=3",
            "first_name": "Gunter",
            "last_name": "Vogrinec",
            "title": "Amtsdirektor Ing.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 30687",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Ing.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Amtsdirektor",
                "suffix": null
            }
        },
        {
            "id": 51944,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9BA3D489203DA325",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9BA3D489203DA325&pPersonenGruppe=3",
            "first_name": "Henrika",
            "last_name": "Voit-Augustin",
            "title": "Ass.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80432",
            "phone_external": null,
            "fax": "+43/316/385-13491",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ass.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 124294,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A66D77D45139A4EB",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A66D77D45139A4EB&pPersonenGruppe=3",
            "first_name": "Ruth",
            "last_name": "Volgger",
            "title": null,
            "consultation": null,
            "appendix": "Studentische wissenschaftliche Mitarbeiterin\r\nModulassistentin PT Famulaturlizenz\r\nOSCE-Tutorial\r\nOn-the-fly-Training",
            "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": 63148,
            "room": {
                "id": 20047,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1598,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.B.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Schneideraum (Hist. Labor)",
                "name_short": ".013",
                "name_full": "MC1.B.05.013",
                "organization": 14020,
                "geo": [
                    3790
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0E6A8551202B624B",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0E6A8551202B624B&pPersonenGruppe=3",
            "first_name": "Romana",
            "last_name": "Völkl-Raggautz",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71790",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 107992,
            "room": {
                "id": 22925,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 1,
                    "name": "1.Obergeschoß"
                },
                "building": {
                    "id": 1076,
                    "name": "Auenbruggerplatz 25/1",
                    "short": "A25.A.",
                    "address": "Auenbruggerplatz 25/1"
                },
                "title": "Büro",
                "name_short": ".03B",
                "name_full": "A25.A.01.03B",
                "organization": 14018,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=394D2270F7ADE929",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=394D2270F7ADE929&pPersonenGruppe=3",
            "first_name": "Annika",
            "last_name": "vom Scheidt",
            "title": "Univ.-Ass. PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71114",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Ass.",
                "suffix": null
            }
        },
        {
            "id": 92994,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=96C496753DB820A9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=96C496753DB820A9&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "von der Linden",
            "title": "Dr.med. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 30101",
            "phone_external": null,
            "fax": null,
            "classifications": [
                302057,
                302085
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med. Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 59317,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A1DFA30762BCD9F2",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A1DFA30762BCD9F2&pPersonenGruppe=3",
            "first_name": "Dirk",
            "last_name": "von Lewinski",
            "title": "Assoz. Prof. Priv.-Doz. Dr.med.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80684",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301109,
                301110,
                302030,
                302031,
                302032,
                302053
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Assoz. Prof.",
                "suffix": null
            }
        },
        {
            "id": 93334,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=79765DA4D771D202",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=79765DA4D771D202&pPersonenGruppe=3",
            "first_name": "Friederike",
            "last_name": "von Lewinski",
            "title": "DDr.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                301109
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "DDr.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 90276,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=3AAA74D07AA821E1",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=3AAA74D07AA821E1&pPersonenGruppe=3",
            "first_name": "Margarete Maria",
            "last_name": "Voortman",
            "title": "BSc MSc PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72044",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301400,
                301401,
                301404
            ],
            "expertise": [
                3953,
                3954,
                3955,
                5541,
                5542,
                5932
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc MSc PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 109087,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E5157586E0CA5F2E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E5157586E0CA5F2E&pPersonenGruppe=3",
            "first_name": "Sebastian",
            "last_name": "Vosberg",
            "title": "Dr.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                102001,
                102004,
                102019,
                106005,
                106007,
                106013,
                106014,
                106018,
                106023,
                106044,
                301103,
                301304,
                301904,
                302013,
                302024,
                302055,
                304002
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        }
    ]
}