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=100
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2591,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=120",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=80",
    "results": [
        {
            "id": 119069,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B53D8656E062BCFC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B53D8656E062BCFC&pPersonenGruppe=3",
            "first_name": "Marcus",
            "last_name": "Barth",
            "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": 77049,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2C07A95681B9F826",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2C07A95681B9F826&pPersonenGruppe=3",
            "first_name": "Katrin Daniela",
            "last_name": "Bartl-Pokorny",
            "title": "Sen.Lecturer Mag.phil. Dr.scient.med.",
            "consultation": "nach telefonischer Vereinbarung",
            "appendix": null,
            "phone": "+43 316 385 30686",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301401,
                301407,
                302027,
                602025,
                602036
            ],
            "expertise": [
                3331,
                3332,
                3333,
                3334,
                4601,
                4602
            ],
            "knowledge": [],
            "education": [
                108
            ],
            "academic_title": {
                "prefix": "Mag.phil. Dr.scient.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Sen.Lecturer",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 129435,
            "room": {
                "id": 22923,
                "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": ".02B",
                "name_full": "A25.A.01.02B",
                "organization": 14018,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1A58F16A7B332F66",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1A58F16A7B332F66&pPersonenGruppe=3",
            "first_name": "Mert",
            "last_name": "Bas",
            "title": "BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 110368,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E7902638B4452924",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E7902638B4452924&pPersonenGruppe=3",
            "first_name": "Silvia",
            "last_name": "Basta",
            "title": "BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 31902",
            "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": 50720,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=AF5880AAEAC2AC99",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=AF5880AAEAC2AC99&pPersonenGruppe=3",
            "first_name": "Heimo",
            "last_name": "Bauer",
            "title": null,
            "consultation": null,
            "appendix": "Fotolabor, Angiografie",
            "phone": "+43 316 385 30291",
            "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": 128035,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E2FB61B6B79F3D93",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E2FB61B6B79F3D93&pPersonenGruppe=3",
            "first_name": "Kristin",
            "last_name": "Bauer",
            "title": "Dipl.-Ing. Dr.techn. BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing. Dr.techn.",
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50600,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4288DE8948310615",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4288DE8948310615&pPersonenGruppe=3",
            "first_name": "Mareike",
            "last_name": "Bauer",
            "title": "Oberamtsassistentin",
            "consultation": "Mo und Di von 8.00 - 15.30 Uhr, Mi von 8.00 - 11.30 Uhr oder nach telefonischer Vereinbarung",
            "appendix": "Ab Mittwoch Mittag: Sekretariat durch meine Kollegin Frau Rátkai, Tel.: 83853 von Mi 11.30 - 15.30 Uhr und Do - Fr von 7.30 - 15.30 Uhr besetzt.",
            "phone": "+43 316 385 83853",
            "phone_external": null,
            "fax": "+43 316 / 385-13858",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Oberamtsassistentin",
                "suffix": null
            }
        },
        {
            "id": 95827,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0DAF51D991004434",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0DAF51D991004434&pPersonenGruppe=3",
            "first_name": "Sandra",
            "last_name": "Bauer",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71784",
            "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": 66487,
            "room": {
                "id": 22576,
                "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",
                "name_short": ".023",
                "name_full": "MC2.P.06.023",
                "organization": 14509,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1367D0393281513D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1367D0393281513D&pPersonenGruppe=3",
            "first_name": "Silvia",
            "last_name": "Bauer",
            "title": "Univ.-Ass. Dr.rer.cur. BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72073",
            "phone_external": null,
            "fax": null,
            "classifications": [
                303024
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.rer.cur.",
                "suffix": "BSc MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Ass.",
                "suffix": null
            }
        },
        {
            "id": 93642,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=249CDDCA40CC409F",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=249CDDCA40CC409F&pPersonenGruppe=3",
            "first_name": "Theresa Margarete",
            "last_name": "Bauer",
            "title": "Dr.med.univ. Dr.scient.med.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302035
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ. Dr.scient.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 125374,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=215090A63B69304E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=215090A63B69304E&pPersonenGruppe=3",
            "first_name": "Emil Thomas",
            "last_name": "Bauernhofer",
            "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": 51692,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4588E483DD7E6922",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4588E483DD7E6922&pPersonenGruppe=3",
            "first_name": "Thomas",
            "last_name": "Bauernhofer",
            "title": "Univ.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 81307",
            "phone_external": null,
            "fax": "++43 316 385 14167",
            "classifications": [
                106006,
                301105,
                301108,
                301404,
                301902,
                301904,
                301905,
                302014,
                302030,
                302055,
                305909
            ],
            "expertise": [
                740,
                741,
                742,
                743,
                744
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 51880,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2FD4B384F04F855C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2FD4B384F04F855C&pPersonenGruppe=3",
            "first_name": "Anneliese",
            "last_name": "Baumann",
            "title": "Ass.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302003,
                302018
            ],
            "expertise": [
                707,
                708
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ass.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 99940,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0D4F414006F3024C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0D4F414006F3024C&pPersonenGruppe=3",
            "first_name": "Petra Martina",
            "last_name": "Baumann",
            "title": "Mag.phil. Bakk.phil. MA",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [
                5197,
                5196
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.phil.",
                "suffix": "Bakk.phil. MA"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51278,
            "room": {
                "id": 22237,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1647,
                    "name": "Campus der Med Uni Graz West",
                    "short": "MC2.P.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro Mitarbeiter",
                "name_short": ".035",
                "name_full": "MC2.P.04.035",
                "organization": 13935,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9AC302D7B0882910",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9AC302D7B0882910&pPersonenGruppe=3",
            "first_name": "Susanne",
            "last_name": "Baumann",
            "title": null,
            "consultation": "nach Vereinbarung",
            "appendix": null,
            "phone": "+43 316 385 71601",
            "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": 71975,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B28F32EC8CD8725C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B28F32EC8CD8725C&pPersonenGruppe=3",
            "first_name": "Franziska",
            "last_name": "Baumann-Durchschein",
            "title": "Univ. FÄ Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302016,
                302025
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. FÄ",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 116181,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EFCD42FD5A817700",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EFCD42FD5A817700&pPersonenGruppe=3",
            "first_name": "Kristin",
            "last_name": "Bäumer",
            "title": "BSc",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50505,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0A5F7C4CEE6A93E6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0A5F7C4CEE6A93E6&pPersonenGruppe=3",
            "first_name": "Rita",
            "last_name": "Baumert",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73601",
            "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": 51708,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0554A9B898CB9050",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0554A9B898CB9050&pPersonenGruppe=3",
            "first_name": "Anton",
            "last_name": "Baumgartner",
            "title": "Ass.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80431",
            "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": 94353,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=6B92AD8F648C7EF7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=6B92AD8F648C7EF7&pPersonenGruppe=3",
            "first_name": "Daniela",
            "last_name": "Baumgartner",
            "title": "Ao.Univ.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302032,
                302035
            ],
            "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
            }
        }
    ]
}