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=740
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3055,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=760",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=720",
    "results": [
        {
            "id": 133666,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=595893579F6CBF80",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=595893579F6CBF80&pPersonenGruppe=3",
            "first_name": "Elena Maria",
            "last_name": "Grao-Cruces",
            "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": 99945,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=47F40C43E6A32298",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=47F40C43E6A32298&pPersonenGruppe=3",
            "first_name": "Nicole Doris",
            "last_name": "Grasgruber",
            "title": "BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 78051",
            "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": 117601,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5F11DE95F35987D9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5F11DE95F35987D9&pPersonenGruppe=3",
            "first_name": "Sara Katharina",
            "last_name": "Grasser",
            "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": 99619,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E63E92F0F95CE60D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E63E92F0F95CE60D&pPersonenGruppe=3",
            "first_name": "Michael",
            "last_name": "Gräßl",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302035
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 132379,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=D305C2091C6B839B",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=D305C2091C6B839B&pPersonenGruppe=3",
            "first_name": "Anna",
            "last_name": "Graßmugg",
            "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": 118223,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=6A617114A0A5C14A",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=6A617114A0A5C14A&pPersonenGruppe=3",
            "first_name": "Alexander",
            "last_name": "Grebien",
            "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": 100776,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EFA91071108B86E0",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EFA91071108B86E0&pPersonenGruppe=3",
            "first_name": "Peter Franz",
            "last_name": "Grechenig",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302057,
                302085
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51694,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=FC42F9828DFBF56C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=FC42F9828DFBF56C&pPersonenGruppe=3",
            "first_name": "Wolfgang",
            "last_name": "Grechenig",
            "title": "Ao.Univ.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 83843",
            "phone_external": null,
            "fax": "+43/0316/385-13582",
            "classifications": [
                302085
            ],
            "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
            }
        },
        {
            "id": 52010,
            "room": {
                "id": 20247,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1600,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.D.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Dienstraum Mitarbeiter",
                "name_short": ".040",
                "name_full": "MC1.D.02.040",
                "organization": 14012,
                "geo": [
                    3363
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=6A71282EC988F52A",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=6A71282EC988F52A&pPersonenGruppe=3",
            "first_name": "Joachim",
            "last_name": "Greilberger",
            "title": "Ao.Univ.-Prof. Mag. Dr.rer.nat.",
            "consultation": "Freitag 10:00 - 11:00 Uhr",
            "appendix": null,
            "phone": "+43 316 385 72124",
            "phone_external": null,
            "fax": "+43/316/ 385-79622",
            "classifications": [
                301303,
                301305,
                301403,
                305908
            ],
            "expertise": [
                60,
                61,
                62
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Ao.Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 106166,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=231168137B561BC1",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=231168137B561BC1&pPersonenGruppe=3",
            "first_name": "Hanna",
            "last_name": "Greimel",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73730",
            "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": 132099,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F4D4B799495E7C93",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F4D4B799495E7C93&pPersonenGruppe=3",
            "first_name": "Corinna",
            "last_name": "Gretzinger",
            "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": 51661,
            "room": {
                "id": 21505,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 1,
                    "name": "1.Obergeschoß"
                },
                "building": {
                    "id": 1643,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.K.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Professor 03",
                "name_short": ".030",
                "name_full": "MC2.K.01.030",
                "organization": 14022,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=45A7C87A46420078",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=45A7C87A46420078&pPersonenGruppe=3",
            "first_name": "Thomas",
            "last_name": "Griesbacher",
            "title": "Ao.Univ.-Prof. Dr.med.univ.",
            "consultation": "nach Vereinbarung",
            "appendix": "Leiter Teaching Unit Pharmakologie",
            "phone": "+43 316 385 74120",
            "phone_external": null,
            "fax": "+43 (316) 385-79613",
            "classifications": [
                301206,
                301212,
                301215,
                301406
            ],
            "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
            }
        },
        {
            "id": 131898,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=28DF9DF40B2A3FDC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=28DF9DF40B2A3FDC&pPersonenGruppe=3",
            "first_name": "Iris Nicole",
            "last_name": "Grießler",
            "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": 69755,
            "room": {
                "id": 20127,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1600,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.D.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Mitarbeiter - Büro",
                "name_short": ".024",
                "name_full": "MC1.D.05.024",
                "organization": 14010,
                "geo": [
                    3852
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5B9C8D75E38B9359",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5B9C8D75E38B9359&pPersonenGruppe=3",
            "first_name": "Magdalena",
            "last_name": "Grill",
            "title": "Priv.-Doz. Mag. Dr.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73852",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51863,
            "room": {
                "id": 20385,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 3,
                    "name": "3.Obergeschoß"
                },
                "building": {
                    "id": 1598,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.B.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Dienstraum Mitarbeiter",
                "name_short": ".046",
                "name_full": "MC1.B.03.046",
                "organization": 14023,
                "geo": [
                    3053
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=3D21F9AD26F5A0CE",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=3D21F9AD26F5A0CE&pPersonenGruppe=3",
            "first_name": "Andrea",
            "last_name": "Grisold",
            "title": "Univ.-Prof. Dr.med.univ.",
            "consultation": "nach Vereinbarung",
            "appendix": null,
            "phone": "+43 316 385 73630",
            "phone_external": null,
            "fax": null,
            "classifications": [
                303002,
                303007,
                303013,
                303015,
                303020,
                303031,
                303033
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 91103,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=941D1C17EFB0C3F9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=941D1C17EFB0C3F9&pPersonenGruppe=3",
            "first_name": "Anton",
            "last_name": "Groihofer",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "02766 300",
            "phone_external": "0664 53 10 302",
            "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": 87295,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=285110AC0228962C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=285110AC0228962C&pPersonenGruppe=3",
            "first_name": "Karin",
            "last_name": "Groller",
            "title": "MPH",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 14174",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MPH"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 128134,
            "room": {
                "id": 22547,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 6,
                    "name": "6.Obergeschoß"
                },
                "building": {
                    "id": 1643,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.K.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Labor  ",
                "name_short": ".022",
                "name_full": "MC2.K.06.022",
                "organization": 28394,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=8C6BBCB8EB288C06",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=8C6BBCB8EB288C06&pPersonenGruppe=3",
            "first_name": "Luna-Agrippina",
            "last_name": "Groon",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73774",
            "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": 78591,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=09FD594285B342F9",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=09FD594285B342F9&pPersonenGruppe=3",
            "first_name": "Klaus",
            "last_name": "Groschner",
            "title": "Univ.-Prof. Mag.pharm. Dr.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71505",
            "phone_external": null,
            "fax": null,
            "classifications": [
                106002,
                106006,
                106052,
                301110,
                301114,
                301206
            ],
            "expertise": [
                3114,
                3115,
                3116,
                3117
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.pharm. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Prof.",
                "suffix": null
            }
        },
        {
            "id": 74916,
            "room": {
                "id": 21951,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 3,
                    "name": "3.Obergeschoß"
                },
                "building": {
                    "id": 1642,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC2.J.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Labor 11",
                "name_short": ".019",
                "name_full": "MC2.J.03.019",
                "organization": 14014,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F20D542F49E8FEEA",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F20D542F49E8FEEA&pPersonenGruppe=3",
            "first_name": "Lukas",
            "last_name": "Groschner",
            "title": "Assoz. Prof. Dr.med.univ. Dr.phil.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71968",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301110,
                301114,
                301303,
                301400,
                301401,
                301402,
                301407
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ. Dr.phil.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Assoz. Prof.",
                "suffix": null
            }
        }
    ]
}