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=2200
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 3056,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=2220",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=2180",
    "results": [
        {
            "id": 58244,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=50B8E99BD424324C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=50B8E99BD424324C&pPersonenGruppe=3",
            "first_name": "Petra",
            "last_name": "Rugani",
            "title": "Doz. Univ. ZÄ Dr.in med.dent. et scient.med.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 13280",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301103,
                302029,
                302088
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.in med.dent. et scient.med.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Doz. Univ. ZÄ",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 105343,
            "room": {
                "id": 20074,
                "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": ".040",
                "name_full": "MC1.B.05.040",
                "organization": 14020,
                "geo": [
                    3766
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=FC4AE061FA15A462",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=FC4AE061FA15A462&pPersonenGruppe=3",
            "first_name": "Victoria",
            "last_name": "Ruhdorfer",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71739",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 132438,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9936CCC47559E77B",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9936CCC47559E77B&pPersonenGruppe=3",
            "first_name": "Jakob",
            "last_name": "Rumpf",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51915,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=13D34CE3E12F328C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=13D34CE3E12F328C&pPersonenGruppe=3",
            "first_name": "Gudrun",
            "last_name": "Rumpold-Seitlinger",
            "title": "Ass.-Prof. Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 81865",
            "phone_external": null,
            "fax": "+43/316/385-14664",
            "classifications": [
                302004,
                302031,
                302058,
                302074
            ],
            "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": 115261,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=00D550A3BBAEB753",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=00D550A3BBAEB753&pPersonenGruppe=3",
            "first_name": "Marah",
            "last_name": "Runtsch",
            "title": "PhD.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 74121",
            "phone_external": null,
            "fax": null,
            "classifications": [
                106023,
                301206,
                301902,
                301904,
                302055
            ],
            "expertise": [
                5767,
                5768,
                5769,
                5770,
                5771,
                5822
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "PhD."
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 126154,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A8BC3F28B46C79E4",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A8BC3F28B46C79E4&pPersonenGruppe=3",
            "first_name": "Celia Helena",
            "last_name": "Ruperez Gonzalo",
            "title": "Dr.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 125335,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=6FE3BF1500A852BF",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=6FE3BF1500A852BF&pPersonenGruppe=3",
            "first_name": "Gina Louisa",
            "last_name": "Ruppert",
            "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": 106109,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=65E86B4863776E7C",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=65E86B4863776E7C&pPersonenGruppe=3",
            "first_name": "Magdalena Isabell",
            "last_name": "Rusch",
            "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": 103878,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=325F9F7FC7299D39",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=325F9F7FC7299D39&pPersonenGruppe=3",
            "first_name": "Christoph Franz",
            "last_name": "Russ",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 81212",
            "phone_external": null,
            "fax": "+43/316/385-72731",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50311,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5FBBF20FF82EF1E0",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5FBBF20FF82EF1E0&pPersonenGruppe=3",
            "first_name": "Egon",
            "last_name": "Russa",
            "title": "Oberoffizial",
            "consultation": null,
            "appendix": null,
            "phone": "+43 664 88455404",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Oberoffizial",
                "suffix": null
            }
        },
        {
            "id": 131938,
            "room": {
                "id": 22269,
                "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": "Mitarbeiter",
                "name_short": ".026",
                "name_full": "MC2.Q.04.026",
                "organization": 13967,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=72ED1C74A10FC608",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=72ED1C74A10FC608&pPersonenGruppe=3",
            "first_name": "Julian",
            "last_name": "Rust",
            "title": "BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 74008",
            "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": 97006,
            "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=54610772AD1CA49B",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=54610772AD1CA49B&pPersonenGruppe=3",
            "first_name": "Angelika",
            "last_name": "Rust-Krnjic",
            "title": "Mag.phil.",
            "consultation": "nach Vereinbarung",
            "appendix": "Assessorin Unternehmensqualität (Business Excellence) - EFQM Modell | Qualitätsbeauftragte | Abwicklung von Akkreditierungs- und Zertifizierungsverfahren (e.g. quality audits) | Evaluierungskonzeption",
            "phone": "+43 316 385 73534",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [
                89,
                91
            ],
            "education": [
                102,
                409,
                474,
                302,
                562
            ],
            "academic_title": {
                "prefix": "Mag.phil.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 130997,
            "room": {
                "id": 22998,
                "category": {
                    "id": 6,
                    "name": "Sozialraum"
                },
                "floor": {
                    "id": 9,
                    "name": "Erdgeschoß"
                },
                "building": {
                    "id": 1076,
                    "name": "Auenbruggerplatz 25/1",
                    "short": "A25.A.",
                    "address": "Auenbruggerplatz 25/1"
                },
                "title": "Multifunktionsraum",
                "name_short": ".14B",
                "name_full": "A25.A.EG.14B",
                "organization": 14018,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C1AA739D960E994D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C1AA739D960E994D&pPersonenGruppe=3",
            "first_name": "Diana",
            "last_name": "Saakyan",
            "title": null,
            "consultation": null,
            "appendix": "Arbeitszeit 08:00 - 16:00",
            "phone": "+43 664 78633563",
            "phone_external": "+43 676 611 4241",
            "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": 111849,
            "room": {
                "id": 20472,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 4,
                    "name": "4.Obergeschoß"
                },
                "building": {
                    "id": 1598,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.B.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Labor",
                "name_short": ".027",
                "name_full": "MC1.B.04.027",
                "organization": 14023,
                "geo": [
                    2684
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C583965D7C75E131",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C583965D7C75E131&pPersonenGruppe=3",
            "first_name": "Elizaveta",
            "last_name": "Saakyan",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73756",
            "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": 125114,
            "room": {
                "id": 20444,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 5,
                    "name": "5.Obergeschoß"
                },
                "building": {
                    "id": 1603,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.G.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Büro für Gastakademiker",
                "name_short": ".024",
                "name_full": "MC1.G.05.024",
                "organization": 14020,
                "geo": [
                    3665
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C582FA33C4E1751D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C582FA33C4E1751D&pPersonenGruppe=3",
            "first_name": "Melana",
            "last_name": "Saakyan",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71760",
            "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": 120629,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0B181D824B0A686E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0B181D824B0A686E&pPersonenGruppe=3",
            "first_name": "Ruvim",
            "last_name": "Saakyan",
            "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": 70339,
            "room": {
                "id": 19865,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 6,
                    "name": "6.Obergeschoß"
                },
                "building": {
                    "id": 1598,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.B.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Auswertezone",
                "name_short": ".027",
                "name_full": "MC1.B.06.027",
                "organization": 28394,
                "geo": [
                    663
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=F3F50722634508C7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=F3F50722634508C7&pPersonenGruppe=3",
            "first_name": "Yasaman",
            "last_name": "Saba",
            "title": "Dipl.-Ing. Dr.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71942",
            "phone_external": null,
            "fax": "+43/316/385-79615",
            "classifications": [
                101018,
                101020,
                101029,
                102004,
                106013,
                106014,
                301301,
                301308,
                301400,
                303026,
                305905,
                305907
            ],
            "expertise": [
                4054,
                4049,
                4050,
                4268,
                5828,
                5829,
                5830,
                5831,
                5832
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing. Dr.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 59941,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=19534F249DBED712",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=19534F249DBED712&pPersonenGruppe=3",
            "first_name": "Michael",
            "last_name": "Sacherer",
            "title": "Univ. FA Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 81263",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. FA",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 99731,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1A2311BA23722DAE",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1A2311BA23722DAE&pPersonenGruppe=3",
            "first_name": "Maximilian",
            "last_name": "Sackl",
            "title": "Dipl.-Ing. BSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 13691",
            "phone_external": null,
            "fax": null,
            "classifications": [
                102001,
                102018,
                102019,
                206001,
                206003
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dipl.-Ing.",
                "suffix": "BSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 116805,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A1367F7B62303353",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A1367F7B62303353&pPersonenGruppe=3",
            "first_name": "Hanieh",
            "last_name": "Sadeghi",
            "title": "MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73823",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301301,
                301306,
                302013,
                302055,
                303012,
                304002
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        }
    ]
}