Person List
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,iregexlast_name:iexact,contains,icontains,startswith,istartswith,endswith,iendswith,isnull,regex,iregextitle:iexact,contains,icontains,isnull,regex,iregexconsultation:contains,icontains,isnull,regex,iregexappendix: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:
functionsorganizationsorganizations_leaveclassificationexpertiseknowledgeeducation
GET /v1/campusonline/person/?format=api&offset=600
{ "count": 3001, "next": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=620", "previous": "https://api-test.medunigraz.at/v1/campusonline/person/?format=api&limit=20&offset=580", "results": [ { "id": 51340, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=45E93B881DFF864C", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=45E93B881DFF864C&pPersonenGruppe=3", "first_name": "Elisabeth", "last_name": "Fuchs", "title": null, "consultation": null, "appendix": null, "phone": "+43 316 385 73800", "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": 79337, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B2AA46179534B2D4", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B2AA46179534B2D4&pPersonenGruppe=3", "first_name": "Hermann Friedrich", "last_name": "Fuchs", "title": "BSc MSc", "consultation": null, "appendix": null, "phone": "+43 316 385 81648", "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": 97931, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=6A9A8939D2EC4BD4", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=6A9A8939D2EC4BD4&pPersonenGruppe=3", "first_name": "Julia", "last_name": "Fuchs", "title": "Priv.-Doz. Dr.scient.med. BSc MSc MSc", "consultation": null, "appendix": null, "phone": "+43 316 385 71876", "phone_external": null, "fax": null, "classifications": [ 301104, 301107, 301114, 301306, 301904, 304007 ], "expertise": [ 4376, 4375, 5018, 5202, 5374, 5375, 5020, 5021 ], "knowledge": [], "education": [ 767 ], "academic_title": { "prefix": "Dr.scient.med.", "suffix": "BSc MSc MSc" }, "miscellaneous_title": { "prefix": "Priv.-Doz.", "suffix": null }, "official_title": { "prefix": null, "suffix": null } }, { "id": 100056, "room": { "id": 20457, "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": "Standard Probenansatz", "name_short": ".012", "name_full": "MC1.B.04.012", "organization": 14023, "geo": [ 2741 ] }, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=46374614A6A00D11", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=46374614A6A00D11&pPersonenGruppe=3", "first_name": "Katrin", "last_name": "Fuchs", "title": "BSc", "consultation": null, "appendix": null, "phone": "+43 316 385 73730", "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": 115343, "room": { "id": 20458, "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": "Bakt. Hauptlabor J-Standard und K-Standard 2", "name_short": ".013", "name_full": "MC1.B.04.013", "organization": 14023, "geo": [ 2742 ] }, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=357DEBF64A1B5ED1", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=357DEBF64A1B5ED1&pPersonenGruppe=3", "first_name": "Lisa", "last_name": "Fuchs", "title": "BSc", "consultation": null, "appendix": null, "phone": "+43 316 385 73730", "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": 125314, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=047AB7AA122427B9", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=047AB7AA122427B9&pPersonenGruppe=3", "first_name": "Raphaela", "last_name": "Fuchs", "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": 84366, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=E7B32D432BF4CB26", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=E7B32D432BF4CB26&pPersonenGruppe=3", "first_name": "Thomas", "last_name": "Fuchs", "title": "MSc", "consultation": null, "appendix": null, "phone": "+43 316 385 31743", "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": 101563, "room": { "id": 22414, "category": { "id": 2, "name": "Büro" }, "floor": { "id": 5, "name": "5.Obergeschoß" }, "building": { "id": 1647, "name": "Campus der Med Uni Graz West", "short": "MC2.P.", "address": "Neue Stiftingtalstraße 6" }, "title": "Assistenz/ Mitarbeiter", "name_short": ".018", "name_full": "MC2.P.05.018", "organization": 13977, "geo": [] }, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=189B6B01D6442018", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=189B6B01D6442018&pPersonenGruppe=3", "first_name": "Sabine", "last_name": "Fuchs-Gollinger", "title": "BSc", "consultation": null, "appendix": null, "phone": "+43 316 385 74054", "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": 82111, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C26446BD5548186A", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C26446BD5548186A&pPersonenGruppe=3", "first_name": "Michael", "last_name": "Fuchsjäger", "title": "Univ.-Prof. Dr.med.univ.", "consultation": null, "appendix": null, "phone": "+43 316 385 12411", "phone_external": null, "fax": null, "classifications": [ 301103, 301111, 301904, 302010, 302013, 302043, 302070, 302071, 302075 ], "expertise": [ 3273, 3275, 3271, 3272, 3274, 3276, 4877 ], "knowledge": [], "education": [ 462 ], "academic_title": { "prefix": "Dr.med.univ.", "suffix": null }, "miscellaneous_title": { "prefix": null, "suffix": null }, "official_title": { "prefix": "Univ.-Prof.", "suffix": null } }, { "id": 130938, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=AB98452759311A53", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=AB98452759311A53&pPersonenGruppe=3", "first_name": "Christian", "last_name": "Fuik-Maurer", "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": 99796, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=15BDC1B5CAAD5E24", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=15BDC1B5CAAD5E24&pPersonenGruppe=3", "first_name": "Magdalena", "last_name": "Fürhapter", "title": "Mag.rer.soc.oec.", "consultation": null, "appendix": null, "phone": "+43 316 385 72060", "phone_external": null, "fax": null, "classifications": [], "expertise": [], "knowledge": [], "education": [], "academic_title": { "prefix": "Mag.rer.soc.oec.", "suffix": null }, "miscellaneous_title": { "prefix": null, "suffix": null }, "official_title": { "prefix": null, "suffix": null } }, { "id": 50374, "room": { "id": 20160, "category": { "id": 3, "name": "Labor" }, "floor": { "id": 5, "name": "5.Obergeschoß" }, "building": { "id": 1601, "name": "Campus der Med Uni Graz Ost", "short": "MC1.E.", "address": "Neue Stiftingtalstraße 6" }, "title": "iDN-Baby-Labor", "name_short": ".021", "name_full": "MC1.E.05.021", "organization": 14010, "geo": [ 3811 ] }, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B71A5B68F6357556", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B71A5B68F6357556&pPersonenGruppe=3", "first_name": "Alfred", "last_name": "Fürhapter-Rieger", "title": "Amtsdirektor Ing. Bakk.rer.soc.oec.", "consultation": null, "appendix": null, "phone": "+43 316 385 73867", "phone_external": null, "fax": null, "classifications": [], "expertise": [], "knowledge": [], "education": [], "academic_title": { "prefix": "Ing.", "suffix": "Bakk.rer.soc.oec." }, "miscellaneous_title": { "prefix": null, "suffix": null }, "official_title": { "prefix": "Amtsdirektor", "suffix": null } }, { "id": 119110, "room": { "id": 19169, "category": { "id": 2, "name": "Büro" }, "floor": { "id": 286, "name": "1.Untergeschoß" }, "building": { "id": 1153, "name": "ZMF, Universitätsbibliothek", "short": "S24.1.", "address": "Stiftingtalstraße 24/1" }, "title": "Büro Joanneum Research", "name_short": ".030", "name_full": "S24.1.U1.030", "organization": 28394, "geo": [] }, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=2697EBFAC6D1825B", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=2697EBFAC6D1825B&pPersonenGruppe=3", "first_name": "Alexander", "last_name": "Fürlinger", "title": "MSc", "consultation": null, "appendix": null, "phone": "+43 316 385 72725", "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": 118608, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C870916264CCF3B3", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C870916264CCF3B3&pPersonenGruppe=3", "first_name": "Rosalie Sisa", "last_name": "Fürpaß", "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": 118470, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=C3C4B218090B5F85", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=C3C4B218090B5F85&pPersonenGruppe=3", "first_name": "Michael", "last_name": "Furtmüller", "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": 130255, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=8A10AFF18CCE3C26", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=8A10AFF18CCE3C26&pPersonenGruppe=3", "first_name": "Sylvester Martin", "last_name": "Gabalier", "title": "Dr. Dr.med.univ.", "consultation": null, "appendix": null, "phone": null, "phone_external": null, "fax": null, "classifications": [ 302057, 302085 ], "expertise": [], "knowledge": [], "education": [], "academic_title": { "prefix": "Dr. Dr.med.univ.", "suffix": null }, "miscellaneous_title": { "prefix": null, "suffix": null }, "official_title": { "prefix": null, "suffix": null } }, { "id": 57990, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=984BDE1428943767", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=984BDE1428943767&pPersonenGruppe=3", "first_name": "Maria", "last_name": "Gaber", "title": null, "consultation": "nach Vereinbarung", "appendix": null, "phone": "+43 316 385 73684", "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": 104484, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=8FD01744C06858D8", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=8FD01744C06858D8&pPersonenGruppe=3", "first_name": "Maximilian", "last_name": "Gabriel", "title": "Univ. OA Priv.-Doz. Dr.med.univ. FEBOS-R PhD.", "consultation": null, "appendix": null, "phone": null, "phone_external": null, "fax": null, "classifications": [ 302007 ], "expertise": [], "knowledge": [], "education": [], "academic_title": { "prefix": "Dr.med.univ.", "suffix": "PhD." }, "miscellaneous_title": { "prefix": "Univ. OA Priv.-Doz.", "suffix": "FEBOS-R" }, "official_title": { "prefix": null, "suffix": null } }, { "id": 121350, "room": { "id": 22200, "category": { "id": 2, "name": "Büro" }, "floor": { "id": 4, "name": "4.Obergeschoß" }, "building": { "id": 1643, "name": "Campus der Med Uni Graz Ost", "short": "MC2.K.", "address": "Neue Stiftingtalstraße 6" }, "title": "Dienstraum Mitarbeiter", "name_short": ".050", "name_full": "MC2.K.04.050", "organization": 14013, "geo": [] }, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=B1D33E5C19868BB1", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=B1D33E5C19868BB1&pPersonenGruppe=3", "first_name": "Sonja", "last_name": "Gabrijelcic", "title": "MSc", "consultation": null, "appendix": null, "phone": "+43 316 385 71975", "phone_external": null, "fax": null, "classifications": [ 301114, 301303, 301304, 301306, 301308 ], "expertise": [ 6018, 6017, 6019, 6020, 6021, 6022, 6023 ], "knowledge": [], "education": [], "academic_title": { "prefix": null, "suffix": "MSc" }, "miscellaneous_title": { "prefix": null, "suffix": null }, "official_title": { "prefix": null, "suffix": null } }, { "id": 103080, "room": null, "avatar": "https://online.medunigraz.at/mug_online/visitenkarte.showImage?pPersonenGruppe=3&pPersonenId=0A7C3B59045D9A49", "card": "https://qline.medunigraz.at/QSYSTEM_MUG/ee/ui/ca2/app/desktop/#/pl/ui/$ctx/visitenkarte.show_vcard?pPersonenId=0A7C3B59045D9A49&pPersonenGruppe=3", "first_name": "Martin", "last_name": "Gaggl", "title": null, "consultation": null, "appendix": null, "phone": null, "phone_external": null, "fax": null, "classifications": [ 302012, 302014, 302030 ], "expertise": [], "knowledge": [], "education": [], "academic_title": { "prefix": null, "suffix": null }, "miscellaneous_title": { "prefix": null, "suffix": null }, "official_title": { "prefix": null, "suffix": null } } ] }