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
GET /v1/campusonline/person/?format=api&offset=1720
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 2466,
    "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1740",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=1700",
    "results": [
        {
            "id": 57389,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=46250B2D5EC7E7F3",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=46250B2D5EC7E7F3&pPersonenGruppe=3",
            "first_name": "Gernot",
            "last_name": "Reishofer",
            "title": "Research Prof. Priv.-Doz. Dipl.-Ing. Dr.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": "+43(316)38513707",
            "fax": null,
            "academic_title": {
                "prefix": "Dipl.-Ing. Dr.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Priv.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Research Prof.",
                "suffix": null
            }
        },
        {
            "id": 137234,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=DB9A485721BAA2DE",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=DB9A485721BAA2DE&pPersonenGruppe=3",
            "first_name": "Bianca Barbara",
            "last_name": "Reiter",
            "title": "BA",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80169",
            "phone_external": null,
            "fax": "+4331638516026",
            "academic_title": {
                "prefix": null,
                "suffix": "BA"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 58451,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=589B3F96EBE3B442",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=589B3F96EBE3B442&pPersonenGruppe=3",
            "first_name": "Birgit",
            "last_name": "Reiter",
            "title": "Ing.",
            "consultation": null,
            "appendix": "Strahlenschutzbeauftragte und Strahlenschutzkoordination",
            "phone": "+43 316 385 73511",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Ing.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 97688,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=46C129B8C92D0272",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=46C129B8C92D0272&pPersonenGruppe=3",
            "first_name": "Clemens",
            "last_name": "Reiter",
            "title": "Univ. FA Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ. FA",
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 78015,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=029B52D28733D89B",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=029B52D28733D89B&pPersonenGruppe=3",
            "first_name": "Sandra",
            "last_name": "Reiter",
            "title": null,
            "consultation": "DI, MI: 08:00-16:00 Uhr",
            "appendix": "Organisationsassistenz UKIM-Ausbildungsagenden, \r\nKoordinatorin UKIM-Ärzt*innenausbildung\r\n",
            "phone": "+43 316 385 31885",
            "phone_external": "+43 316 385 12274",
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 116403,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=031AF9CA38AA1ED8",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=031AF9CA38AA1ED8&pPersonenGruppe=3",
            "first_name": "Stefan",
            "last_name": "Reiter",
            "title": null,
            "consultation": "Nach Vereinbarung / By arrangement",
            "appendix": "Flying Study Nurse an unterschiedlichen Abteilungen/Kliniken innerhalb der Med Uni Graz, vorrangig am Zentrum für Akutmedizin (ZAM)\r\n\r\nehm. studentisch wissenschaftlicher Mitarbeiter am CSC im Bereich Famulaturlizenz und OSCE-Tutorial",
            "phone": "+43 316 385 81222",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 87237,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0FE682A78AC2000A",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0FE682A78AC2000A&pPersonenGruppe=3",
            "first_name": "Verena",
            "last_name": "Reiter",
            "title": "Dr.phil.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.phil.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 51339,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2F2D217659083877",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2F2D217659083877&pPersonenGruppe=3",
            "first_name": "Evelyn",
            "last_name": "Reiterer",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 13026",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 120870,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=BA76DD697DB2EABF",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=BA76DD697DB2EABF&pPersonenGruppe=3",
            "first_name": "Sandro",
            "last_name": "Reiterer",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 132257,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=99ACE5F4CC6A8164",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=99ACE5F4CC6A8164&pPersonenGruppe=3",
            "first_name": "Marlene",
            "last_name": "Reithofer",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 87581,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=3AAF79E58FE899FD",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=3AAF79E58FE899FD&pPersonenGruppe=3",
            "first_name": "Marica",
            "last_name": "Renelt",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71891",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50530,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=3927EA17377DA6B9",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=3927EA17377DA6B9&pPersonenGruppe=3",
            "first_name": "Andrea",
            "last_name": "Renner",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73813",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50910,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0606B18AACD68117",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0606B18AACD68117&pPersonenGruppe=3",
            "first_name": "Wilfried",
            "last_name": "Renner",
            "title": "Assoz. Prof. Univ.-Doz. Mag. Dr.rer.nat.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80291",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Mag. Dr.rer.nat.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": "Univ.-Doz.",
                "suffix": null
            },
            "official_title": {
                "prefix": "Assoz. Prof.",
                "suffix": null
            }
        },
        {
            "id": 106675,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2696496C5BF3FB36",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2696496C5BF3FB36&pPersonenGruppe=3",
            "first_name": "Andrea",
            "last_name": "Resch",
            "title": "MBA",
            "consultation": "Mo-Do 07:30-15 Uhr, Fr 07:30-13 Uhr",
            "appendix": "- Univ.-Klinik f. Orthopädie u. Traumatologie\r\n- Klin. Institut f. Medizinische u. Chemische Labordiagnostik\r\n- Univ.-Klinik f. Psychiatrie, Psychosomatik und Psychotherapie\r\n- Klin. Abteilung für Pulmonologie\r\n- Lehrstuhl für Molekularbiologie und Biochemie\r\n- Univ.-Klinik f. Neurologie\r\n",
            "phone": "+43 316 385 73662",
            "phone_external": null,
            "fax": "+43/316/385-79076",
            "academic_title": {
                "prefix": null,
                "suffix": "MBA"
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 50229,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C730AEC447334CF5",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C730AEC447334CF5&pPersonenGruppe=3",
            "first_name": "Margit",
            "last_name": "Resel",
            "title": "Fachoberinspektorin",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 72984",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": "Fachoberinspektorin",
                "suffix": null
            }
        },
        {
            "id": 119148,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=7BB8C359916436D4",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=7BB8C359916436D4&pPersonenGruppe=3",
            "first_name": "Bettina Theresia",
            "last_name": "Resl",
            "title": "Mag.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Mag.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 89072,
            "room": {
                "id": 19360,
                "category": {
                    "id": 20,
                    "name": "Medizinischer Bereich"
                },
                "floor": {
                    "id": 9,
                    "name": {
                        "de": "Erdgeschoß",
                        "en": "Ground floor"
                    }
                },
                "building": {
                    "id": 1475,
                    "name": "Zentrum für Wissen und Technologie",
                    "short": "ZWT.0.",
                    "address": "Neue Stiftingtalstraße 2"
                },
                "title": "Untersuchung I",
                "name_short": ".610",
                "name_full": "ZWT.0.EG.610",
                "organization": 14023,
                "geo": []
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2C7C9D03CDAF5678",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2C7C9D03CDAF5678&pPersonenGruppe=3",
            "first_name": "Petra",
            "last_name": "Retscher",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 73628",
            "phone_external": null,
            "fax": "+43/316/ 385-79638",
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 110877,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=55C122AECF964F22",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=55C122AECF964F22&pPersonenGruppe=3",
            "first_name": "Lena",
            "last_name": "Rettensteiner",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": null,
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 91730,
            "room": null,
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C1E37CEB3551C3C3",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C1E37CEB3551C3C3&pPersonenGruppe=3",
            "first_name": "Marilia Aislynn",
            "last_name": "Ribeiro Skreinig",
            "title": "Dr.med.univ.",
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 80669",
            "phone_external": null,
            "fax": null,
            "academic_title": {
                "prefix": "Dr.med.univ.",
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        },
        {
            "id": 87604,
            "room": {
                "id": 19990,
                "category": {
                    "id": 3,
                    "name": "Labor"
                },
                "floor": {
                    "id": 6,
                    "name": {
                        "de": "6.Obergeschoß",
                        "en": "6th floor"
                    }
                },
                "building": {
                    "id": 1602,
                    "name": "Campus der Med Uni Graz Ost",
                    "short": "MC1.F.",
                    "address": "Neue Stiftingtalstraße 6"
                },
                "title": "Labor",
                "name_short": ".016",
                "name_full": "MC1.F.06.016",
                "organization": 28394,
                "geo": [
                    621
                ]
            },
            "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=06C39A490BF333E2",
            "card": "https://devline.medunigraz.at/mug_dev/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=06C39A490BF333E2&pPersonenGruppe=3",
            "first_name": "Romana",
            "last_name": "Richter",
            "title": null,
            "consultation": null,
            "appendix": null,
            "phone": "+43 316 385 71960",
            "phone_external": null,
            "fax": "+43/316/385-79615",
            "academic_title": {
                "prefix": null,
                "suffix": null
            },
            "miscellaneous_title": {
                "prefix": null,
                "suffix": null
            },
            "official_title": {
                "prefix": null,
                "suffix": null
            }
        }
    ]
}