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=760
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=780",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=740",
    "results": [
        {
            "id": 57544,
            "room": {
                "id": 22223,
                "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": "Dienstraum Core Facility Leitung",
                "name_short": ".021",
                "name_full": "MC2.P.04.021",
                "organization": 28083,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=1222E0B5ACFC682D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=1222E0B5ACFC682D&pPersonenGruppe=3",
            "first_name": "Andrea",
            "last_name": "Groselj-Strele",
            "title": "Mag.rer.nat. Dr.rer.nat.",
            "consultation": "Montag bis Freitag, nach Vereinbarung",
            "appendix": null,
            "phone": "+43 316 385 73012",
            "phone_external": null,
            "fax": "0316-385-73009",
            "classifications": [
                305907
            ],
            "expertise": [
                4138,
                4139,
                4140,
                3987
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.rer.nat. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 134985,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=19BA7A5FC58C534E",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=19BA7A5FC58C534E&pPersonenGruppe=3",
            "first_name": "Noelle",
            "last_name": "Gross",
            "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": 124355,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=41D5181CA0741663",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=41D5181CA0741663&pPersonenGruppe=3",
            "first_name": "Manuela Maria",
            "last_name": "Groß",
            "title": "Mag.",
            "consultation": null,
            "appendix": "Vizerektorin für Finanzmanagement, Recht und Digitalisierung",
            "phone": "+43 664 8438133",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50111,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=175347468851F359",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=175347468851F359&pPersonenGruppe=3",
            "first_name": "Romana",
            "last_name": "Groß",
            "title": "Kontrollorin",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 12813",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Kontrollorin",
                "suffix": null
            }
        },
        {
            "id": 127976,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C0F44BBB2ACE4EF7",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C0F44BBB2ACE4EF7&pPersonenGruppe=3",
            "first_name": "Claudia Maria",
            "last_name": "Größ",
            "title": "Mag.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 84909",
            "phone_external": null,
            "fax": null,
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 128136,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C640CA1F334625D6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C640CA1F334625D6&pPersonenGruppe=3",
            "first_name": "Katharina Zoe",
            "last_name": "Größbacher",
            "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": 113930,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=9D5B65C11D61DB83",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=9D5B65C11D61DB83&pPersonenGruppe=3",
            "first_name": "Lukas",
            "last_name": "Grössing",
            "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": 82902,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=5D445F8E55B58CE6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=5D445F8E55B58CE6&pPersonenGruppe=3",
            "first_name": "Tanja",
            "last_name": "Grossmann",
            "title": "Dr.scient.med. MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 31081",
            "phone_external": null,
            "fax": null,
            "classifications": [
                301114,
                301306,
                304007
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.scient.med.",
                "suffix": "MSc"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 97854,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=4FC7811187871B58",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=4FC7811187871B58&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "Großmann",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73557",
            "phone_external": null,
            "fax": "+43 316 385-79654",
            "classifications": [
                301900
            ],
            "expertise": [],
            "knowledge": [],
            "education": [
                565
            ],
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 66488,
            "room": {
                "id": 22577,
                "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 LeiterIn",
                "name_short": ".024",
                "name_full": "MC2.P.06.024",
                "organization": 14509,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=09168F2F3E8DF2D8",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=09168F2F3E8DF2D8&pPersonenGruppe=3",
            "first_name": "Franziska",
            "last_name": "Großschädl",
            "title": "Priv.-Doz. Dr.scient.med. BSc MSc",
            "consultation": "Dienstag, 15:00 - 17:00 Uhr",
            "appendix": null,
            "phone": "+43 316 385 71688",
            "phone_external": null,
            "fax": null,
            "classifications": [
                303012,
                303024,
                303026
            ],
            "expertise": [
                4697,
                4699,
                4938,
                4700,
                5933
            ],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Dr.scient.med.",
                "suffix": "BSc MSc"
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 112810,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=8C038E212D91A47D",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=8C038E212D91A47D&pPersonenGruppe=3",
            "first_name": "Katharina",
            "last_name": "Großschädl",
            "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": 108777,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=59CECCE16413FBD6",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=59CECCE16413FBD6&pPersonenGruppe=3",
            "first_name": "Katja",
            "last_name": "Großschädl",
            "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": 61928,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A2B04F0ECA8005E3",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A2B04F0ECA8005E3&pPersonenGruppe=3",
            "first_name": "Ulrike",
            "last_name": "Großschädl",
            "title": "Mag.phil.",
            "consultation": "nach Vereinbarung",
            "appendix": null,
            "phone": "+43 316 385 72024",
            "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": 50549,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B458DD1F3722ADE8",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B458DD1F3722ADE8&pPersonenGruppe=3",
            "first_name": "Gertrude",
            "last_name": "Gruber",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73808",
            "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": 50562,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=EE0112F97868A988",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=EE0112F97868A988&pPersonenGruppe=3",
            "first_name": "Hans-Jürgen",
            "last_name": "Gruber",
            "title": "Univ.-Ass. Priv.-Doz. Mag. Dr.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                106052,
                301114,
                301304,
                301306
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Univ.-Ass.",
                "suffix": null
            }
        },
        {
            "id": 50406,
            "room": {
                "id": 20205,
                "category": {
                    "id": 2,
                    "name": "Büro"
                },
                "floor": {
                    "id": 2,
                    "name": "2.Obergeschoß"
                },
                "building": {
                    "id": 1599,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.C.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Sekretariat",
                "name_short": ".009",
                "name_full": "MC1.C.02.009",
                "organization": 14019,
                "geo": [
                    3135
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E78269178F7D8D64",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E78269178F7D8D64&pPersonenGruppe=3",
            "first_name": "Helga",
            "last_name": "Gruber",
            "title": "Fachinspektorin",
            "consultation": "Sekretariat 9-12 Uhr",
            "appendix": null,
            "phone": "+43 316 385 73122",
            "phone_external": null,
            "fax": "+43/316/ 385-79655",
            "classifications": [],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Fachinspektorin",
                "suffix": null
            }
        },
        {
            "id": 111151,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=06EB466494272BFC",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=06EB466494272BFC&pPersonenGruppe=3",
            "first_name": "Johanna",
            "last_name": "Gruber",
            "title": "BSc MSc",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73835",
            "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": 115901,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=112AC2B4D94F5887",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=112AC2B4D94F5887&pPersonenGruppe=3",
            "first_name": "Julia",
            "last_name": "Gruber",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "classifications": [
                302012,
                302014
            ],
            "expertise": [],
            "knowledge": [],
            "education": [],
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 129560,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=A21971BD42126314",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=A21971BD42126314&pPersonenGruppe=3",
            "first_name": "Lena",
            "last_name": "Gruber",
            "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": 111893,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=560AC9EA3AA0B876",
            "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=560AC9EA3AA0B876&pPersonenGruppe=3",
            "first_name": "Manuel Francisco",
            "last_name": "Gruber",
            "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
            }
        }
    ]
}