List organizations from CAMPUSonline.

Fields

id (integer)

Primary key.

name (string)

Name of organization.

short (string)

Short name of organization.

parent (integer)

Foreign key to parent CAMPUSonline organization. A value of null inidcated the root organization.

Only required when assembling the organizational AL tree.

sib_order (integer)

Value to sort by.

Only required when assembling the organizational AL tree.

category (string)

Type of organization with possible values:

  • OE (Organizational Unit)
  • FE (Research Unit)
  • TE (Teaching Unit)
  • V (Virtual)

address (string)

Official post address of organization.

email (string)

Official email address of organization.

phone (string)

Official phone number of organization.

fax (string)

Official fax number of organization.

url (string)

Official website URL of organization.

office (string)

Free-form text information about the office of this organization.

persons ([integer])

List of foreign keys to CAMPUSonline persons that are associated with this organization.

Filters

To filter for exact value matches:

?<fieldname>=<value>

For advanced filtering use lookups:

?<fieldname>__<lookup>=<value>

Possible lookups:

  • name: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, regex, iregex
  • short: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, isnull, regex, iregex
  • address: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, isnull, regex, iregex
  • email: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, isnull, regex, iregex
  • phone: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, isnull, regex, iregex
  • url: iexact, contains, icontains, startswith, istartswith, endswith, iendswith, 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:

  • parent
  • persons
  • persons_leave
  • type
GET /v1/campusonline/organization/?format=api&offset=100
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 271,
    "next": "https://api-test.medunigraz.at/v1/campusonline/organization/?format=api&limit=20&offset=120",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/organization/?format=api&limit=20&offset=80",
    "results": [
        {
            "id": 28392,
            "name": {
                "de": "Abteilung Biobank Graz",
                "en": "Department Biobank Graz"
            },
            "short": "A-BB",
            "sib_order": 21,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 2",
            "email": null,
            "phone": "+43/316/385 72716",
            "url": "https://www.medunigraz.at/biobank",
            "parent": 23613,
            "fax": "+43/316/385-72731",
            "office": "Esther Pechmann * Sabine Katzbeck",
            "type": 32964,
            "university_law": false
        },
        {
            "id": 28393,
            "name": {
                "de": "Abteilung Biomedizinische Forschung",
                "en": "Department of Biomedical Research"
            },
            "short": "A-BMF",
            "sib_order": 22,
            "category": "OE",
            "address": "8036 Graz, Roseggerweg 48",
            "email": null,
            "phone": null,
            "url": "https://biomedizinische-forschung.medunigraz.at",
            "parent": 23613,
            "fax": null,
            "office": null,
            "type": 32964,
            "university_law": false
        },
        {
            "id": 28394,
            "name": {
                "de": "Abteilung Zentrum für Medizinische Forschung",
                "en": "Center for Medical Research division"
            },
            "short": "A-ZMF",
            "sib_order": 26,
            "category": "OE",
            "address": "8010 Graz, Stiftingtalstraße 24/1",
            "email": null,
            "phone": null,
            "url": "https://zmf.medunigraz.at",
            "parent": 23613,
            "fax": null,
            "office": null,
            "type": 32964,
            "university_law": false
        },
        {
            "id": 23646,
            "name": {
                "de": "Abteilung Forschungsförderung und Technologietransfer",
                "en": "Department of Research Promotion and Technology Transfer"
            },
            "short": "A-FT",
            "sib_order": 37,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/VII",
            "email": "research@medunigraz.at",
            "phone": "+43/316/385-72033",
            "url": "https://www.medunigraz.at/oes/oe-fuer-forschungsmanagement",
            "parent": 23614,
            "fax": null,
            "office": "Andreja VEREN",
            "type": 32964,
            "university_law": false
        },
        {
            "id": 23647,
            "name": {
                "de": "Abteilung Forschungsdokumentation und -evaluierung",
                "en": "Department of Research Documentation and Research Evaluation"
            },
            "short": "A-FE",
            "sib_order": 38,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/VII",
            "email": "peter.schaffer@medunigraz.at",
            "phone": "+43/316/385-72027",
            "url": "https://medunigraz.at/oes/oe-fuer-forschungsmanagement",
            "parent": 23614,
            "fax": null,
            "office": "Andreja VEREN",
            "type": 32964,
            "university_law": false
        },
        {
            "id": 28395,
            "name": {
                "de": "Koordinierungszentrum für Klinische Studien",
                "en": "Coordination Center for Clinical Trials"
            },
            "short": "A-KKS",
            "sib_order": 39,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/VI",
            "email": "kks@medunigraz.at",
            "phone": "+43 (0) 316 385 78046",
            "url": "https://www.medunigraz.at/oes/oe-fuer-forschungsmanagement",
            "parent": 23614,
            "fax": null,
            "office": null,
            "type": 32964,
            "university_law": false
        },
        {
            "id": 28677,
            "name": {
                "de": "Abteilung International Office",
                "en": "Department International Office"
            },
            "short": "A-INT",
            "sib_order": 40,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/VI",
            "email": "international.office@medunigraz.at",
            "phone": "+43 316 385 73675",
            "url": "https://international-office.medunigraz.at/",
            "parent": 23614,
            "fax": null,
            "office": "Stephanie Gruber (Team Assistenz)",
            "type": 32964,
            "university_law": false
        },
        {
            "id": 28390,
            "name": {
                "de": "Abteilung Personaladministration",
                "en": "Department of Staff Administration"
            },
            "short": "A-PA",
            "sib_order": 11,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/V",
            "email": "personal@medunigraz.at",
            "phone": "+43/316/385-74093",
            "url": "https://www.medunigraz.at/human-resources",
            "parent": 28389,
            "fax": "+43/316/385-79076",
            "office": null,
            "type": 32964,
            "university_law": false
        },
        {
            "id": 13921,
            "name": {
                "de": "Rektorat",
                "en": "Rectorate"
            },
            "short": "KO-RT",
            "sib_order": 3,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": "385-72011",
            "url": null,
            "parent": 14121,
            "fax": null,
            "office": null,
            "type": 32955,
            "university_law": true
        },
        {
            "id": 13915,
            "name": {
                "de": "Senat",
                "en": "Senate"
            },
            "short": "KO-SE",
            "sib_order": 56,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 2/9/II",
            "email": "senat@medunigraz.at",
            "phone": "+43/316/385-72037 oder .:+43/316/385-72041",
            "url": "https://www.medunigraz.at/senat",
            "parent": 14121,
            "fax": "+43/316/385-72042",
            "office": "Öffnungszeiten: Montag bis Donnerstag vormittags",
            "type": 32956,
            "university_law": false
        },
        {
            "id": 13913,
            "name": {
                "de": "Universitätsrat",
                "en": "University Council"
            },
            "short": "KO-UR",
            "sib_order": 65,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6, West, Stiege P, 8.OG",
            "email": "unirat@medunigraz.at",
            "phone": "+43/316/385-72038",
            "url": "https://www.medunigraz.at/universitaetsrat",
            "parent": 14121,
            "fax": null,
            "office": null,
            "type": 32957,
            "university_law": false
        },
        {
            "id": 24286,
            "name": {
                "de": "Wissenschaftliche OEs",
                "en": "Scientific Organizational Units"
            },
            "short": null,
            "sib_order": 132,
            "category": "V",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 24247,
            "fax": null,
            "office": null,
            "type": 32969,
            "university_law": true
        },
        {
            "id": 14022,
            "name": {
                "de": "Lehrstuhl für Pharmakologie",
                "en": "Division of Pharmacology"
            },
            "short": "LS-PHARMA",
            "sib_order": 135,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": "+43/316/385-74111",
            "url": "https://pharmakologie.medunigraz.at",
            "parent": 14006,
            "fax": "+43/316/385-79613",
            "office": null,
            "type": 33260,
            "university_law": false
        },
        {
            "id": 14014,
            "name": {
                "de": "Lehrstuhl für Immunologie",
                "en": "Division of Immunology"
            },
            "short": "LS-PATIMM",
            "sib_order": 141,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": "gertrude.saleb@medunigraz.at",
            "phone": "0316/385 71150",
            "url": "https://pathophysiologie.medunigraz.at",
            "parent": 14006,
            "fax": "0316/ 385 79609",
            "office": "Gertrude Saleb",
            "type": 33260,
            "university_law": false
        },
        {
            "id": 14010,
            "name": {
                "de": "Lehrstuhl für Physiologie & Pathophysiologie",
                "en": "Division of Physiology & Pathophysiology"
            },
            "short": "LS-PHYSIO",
            "sib_order": 145,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/V",
            "email": "physiologie@medunigraz.at",
            "phone": "+43 316 385 73850",
            "url": "https://physiologie.medunigraz.at",
            "parent": 14006,
            "fax": "+43 316 385 79005",
            "office": "8:30-12:00",
            "type": 33260,
            "university_law": false
        },
        {
            "id": 14012,
            "name": {
                "de": "Lehrstuhl für Medizinische Chemie",
                "en": "Division of Medicinal Chemistry"
            },
            "short": "LS-PHYCHE",
            "sib_order": 154,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/III",
            "email": "ursula.lanz@medunigraz.at",
            "phone": null,
            "url": "https://physiologische-chemie.medunigraz.at",
            "parent": 14006,
            "fax": "+43/316/385-79622",
            "office": null,
            "type": 33260,
            "university_law": false
        },
        {
            "id": 13922,
            "name": {
                "de": "Rektorin",
                "en": "Rector"
            },
            "short": "MO-REK",
            "sib_order": 4,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": null,
            "url": "https://www.medunigraz.at/rektorat/rektor/",
            "parent": 13921,
            "fax": null,
            "office": null,
            "type": 32958,
            "university_law": true
        },
        {
            "id": 13934,
            "name": {
                "de": "Vizerektor für Studium und Lehre",
                "en": "Vice-Rector of Teaching and Studies"
            },
            "short": "VR-SL",
            "sib_order": 13,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/VIII",
            "email": null,
            "phone": null,
            "url": "https://www.medunigraz.at/rektorat/vizerektorin-fuer-studium-und-lehre/",
            "parent": 13921,
            "fax": null,
            "office": "Irene Stradner, +43/316/385-74182",
            "type": 32959,
            "university_law": true
        },
        {
            "id": 23402,
            "name": {
                "de": "Vizerektor für Forschung und Internationales",
                "en": "Vice-Rector of Research and International Affairs"
            },
            "short": "VR-FI",
            "sib_order": 18,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": null,
            "url": "https://www.medunigraz.at/rektorat/vizerektorin-fuer-forschung-und-internationales/",
            "parent": 13921,
            "fax": null,
            "office": null,
            "type": 32959,
            "university_law": true
        },
        {
            "id": 27922,
            "name": {
                "de": "Vizerektorin für Finanzmanagement, Recht und Digitalisierung",
                "en": "Vice-Rector of Finance-Management, Law Matters and Digitalisation"
            },
            "short": "VR-FRP",
            "sib_order": 41,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": null,
            "url": null,
            "parent": 13921,
            "fax": null,
            "office": null,
            "type": 32959,
            "university_law": true
        }
    ]
}