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
  • publication_authorship
  • type
GET /v1/campusonline/organization/?format=api&offset=80
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=100",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/organization/?format=api&limit=20&offset=60",
    "results": [
        {
            "id": 27761,
            "name": {
                "de": "FE Gravitational Physiology and Medicine",
                "en": "RU Gravitational Physiology and Medicine"
            },
            "short": null,
            "sib_order": 146,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29345,
            "name": {
                "de": "FE Metabolische und hormonelle Einflüsse auf das Schicksal von mesenchymalen Zellen bei Chronischen Lungenerkrankungen",
                "en": "RU Metabolic and hormonal influence on fate of mesenchymal cells in Chrnic Lung Disease (CLD)"
            },
            "short": null,
            "sib_order": 147,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29346,
            "name": {
                "de": "FE Extrazelluläre Matrix und zelluläre Wechselwirkungen bei vaskulären chronischen Lungenkrankheiten",
                "en": "RU Extracellular matrix and cellular crosstalk in vascular chronic lung diseases"
            },
            "short": null,
            "sib_order": 148,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29347,
            "name": {
                "de": "FE Heterogenität und Plastizität der glatten Muskelzellen der Lunge",
                "en": "RU Heterogeneity and plasticity of pulmonary smooth muscle cells"
            },
            "short": null,
            "sib_order": 149,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29865,
            "name": {
                "de": "FE Immunzellen-Interaktion bei chronischen Lungenerkrankungen",
                "en": "RU Immune cell interaction in chronic lung disease"
            },
            "short": null,
            "sib_order": 150,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 30169,
            "name": {
                "de": "FE Geschlecht und Gender in der Patho-Physiologie der Erkrankungen",
                "en": "RU Sex and gender in disease Patho-Physiology"
            },
            "short": null,
            "sib_order": 151,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 26317,
            "name": {
                "de": "Teaching Unit Physiologie",
                "en": "Teaching Unit Physiology"
            },
            "short": null,
            "sib_order": 152,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 28307,
            "name": {
                "de": "Teaching Unit Integrative Physiologie mit dem Schwerpunkt Entwicklung und Altern",
                "en": "Teaching Unit: Integrative Physiologie mit dem Schwerpunkt Entwicklung und Altern"
            },
            "short": null,
            "sib_order": 153,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14010,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 26877,
            "name": {
                "de": "FE Einzelzellanalyse (Research Unit for Single Cell Analyses)",
                "en": "RU for Single Cell Analyses"
            },
            "short": null,
            "sib_order": 163,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14017,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 27762,
            "name": {
                "de": "FE Elektronenmikroskopische Verfahren",
                "en": "RU Elektronenmikroskopische Verfahren"
            },
            "short": null,
            "sib_order": 164,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14017,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 14121,
            "name": {
                "de": "Organe",
                "en": "Institutions / Departments"
            },
            "short": null,
            "sib_order": 2,
            "category": "V",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 1,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32954,
            "university_law": false
        },
        {
            "id": 23430,
            "name": {
                "de": "Gremien, Kommissionen und Vertretungen",
                "en": "Commissions and Representations"
            },
            "short": null,
            "sib_order": 67,
            "category": "V",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 1,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32966,
            "university_law": false
        },
        {
            "id": 24247,
            "name": {
                "de": "Organisationseinheiten",
                "en": "Organizational Units"
            },
            "short": null,
            "sib_order": 80,
            "category": "V",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 1,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32967,
            "university_law": false
        },
        {
            "id": 19799,
            "name": {
                "de": "Weitere OEs",
                "en": "further Organizational Units"
            },
            "short": null,
            "sib_order": 848,
            "category": "V",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 1,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 31264,
            "university_law": false
        },
        {
            "id": 14006,
            "name": {
                "de": "Otto Loewi Forschungszentrum für Gefäßbiologie, Immunologie und Entzündung",
                "en": "Otto Loewi Research Center"
            },
            "short": "FZ-OL",
            "sib_order": 134,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": null,
            "url": "https://www.medunigraz.at/otto-loewi-forschungszentrum",
            "parent": 14125,
            "fax": null,
            "office": null,
            "publication_authorship": [
                "164363-14006",
                "164636-14006",
                "164948-14006",
                "165586-14006",
                "165930-14006",
                "165933-14006",
                "166207-14006",
                "166209-14006",
                "166301-14006",
                "167551-14006",
                "167625-14006",
                "167680-14006",
                "168389-14006",
                "168390-14006",
                "169208-14006",
                "169431-14006",
                "169569-14006",
                "170132-14006",
                "170144-14006",
                "170702-14006",
                "170984-14006",
                "170992-14006",
                "172114-14006",
                "172116-14006",
                "172117-14006",
                "173075-14006",
                "173227-14006",
                "173230-14006",
                "173231-14006",
                "173279-14006",
                "173457-14006",
                "173458-14006",
                "174678-14006",
                "186502-14006",
                "186508-14006",
                "201438-14006",
                "203374-14006",
                "204919-14006",
                "206931-14006",
                "209396-14006",
                "209397-14006",
                "209546-14006",
                "209652-14006",
                "209800-14006",
                "209936-14006",
                "213710-14006",
                "210550-14006",
                "210895-14006",
                "212344-14006",
                "212549-14006",
                "212553-14006",
                "212567-14006",
                "212571-14006",
                "186865-14006",
                "212663-14006",
                "212669-14006",
                "212686-14006",
                "212688-14006",
                "212700-14006",
                "212702-14006",
                "212720-14006",
                "209087-14006",
                "210328-14006",
                "213045-14006",
                "213064-14006",
                "213065-14006",
                "213089-14006",
                "213875-14006",
                "213882-14006",
                "214670-14006",
                "214639-14006",
                "215111-14006",
                "217128-14006",
                "215480-14006",
                "215470-14006",
                "215443-14006",
                "215613-14006",
                "215618-14006",
                "216142-14006",
                "216384-14006",
                "216506-14006",
                "217177-14006",
                "218408-14006",
                "218444-14006",
                "218490-14006",
                "219083-14006",
                "219482-14006",
                "219471-14006",
                "219970-14006",
                "144884-14006",
                "144988-14006",
                "146859-14006",
                "156494-14006",
                "156962-14006",
                "156963-14006",
                "156964-14006",
                "156965-14006",
                "159417-14006",
                "164395-14006",
                "164397-14006",
                "172447-14006",
                "172448-14006",
                "172452-14006",
                "186247-14006",
                "186249-14006",
                "186250-14006",
                "186251-14006",
                "186252-14006",
                "208218-14006",
                "216696-14006",
                "219975-14006",
                "219976-14006",
                "220065-14006",
                "220066-14006",
                "220169-14006",
                "220132-14006",
                "220225-14006",
                "220359-14006"
            ],
            "type": 32971,
            "university_law": true
        },
        {
            "id": 14009,
            "name": {
                "de": "Gottfried Schatz Forschungszentrum für zelluläre Signaltransduktion, Stoffwechsel und Altern",
                "en": "Gottfried Schatz Research Center"
            },
            "short": "FZ-GS",
            "sib_order": 158,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": null,
            "url": "https://www.medunigraz.at/gottfried-schatz-forschungszentrum",
            "parent": 14125,
            "fax": null,
            "office": null,
            "publication_authorship": [
                "164623-14009",
                "165568-14009",
                "165723-14009",
                "166810-14009",
                "168972-14009",
                "169097-14009",
                "170005-14009",
                "170710-14009",
                "171081-14009",
                "172174-14009",
                "175899-14009",
                "178260-14009",
                "178461-14009",
                "180429-14009",
                "185070-14009",
                "185071-14009",
                "185098-14009",
                "192025-14009",
                "192069-14009",
                "192070-14009",
                "192091-14009",
                "194343-14009",
                "195456-14009",
                "195885-14009",
                "196544-14009",
                "196546-14009",
                "196587-14009",
                "196906-14009",
                "198255-14009",
                "199411-14009",
                "200342-14009",
                "200940-14009",
                "200943-14009",
                "200945-14009",
                "200948-14009",
                "200949-14009",
                "201313-14009",
                "201314-14009",
                "201478-14009",
                "202006-14009",
                "202073-14009",
                "202209-14009",
                "203929-14009",
                "204948-14009",
                "206563-14009",
                "206564-14009",
                "206565-14009",
                "206566-14009",
                "206567-14009",
                "206568-14009",
                "210243-14009",
                "210245-14009",
                "213547-14009",
                "210959-14009",
                "186013-14009",
                "213125-14009",
                "213126-14009",
                "213127-14009",
                "213154-14009",
                "217359-14009",
                "217983-14009",
                "220359-14009",
                "220370-14009"
            ],
            "type": 32971,
            "university_law": true
        },
        {
            "id": 17267,
            "name": {
                "de": "Diagnostik  Forschungszentrum für Molekulare BioMedizin",
                "en": "Diagnostic  Research Center for Molecular BioMedicine"
            },
            "short": "FZ-MB",
            "sib_order": 168,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": null,
            "url": "https://www.medunigraz.at/forschungszentrum-molekulare-biomedizin",
            "parent": 14125,
            "fax": null,
            "office": null,
            "publication_authorship": [
                "166573-17267",
                "166916-17267",
                "166922-17267",
                "167092-17267",
                "167292-17267",
                "168662-17267",
                "168870-17267",
                "168994-17267",
                "170136-17267",
                "173434-17267",
                "173461-17267",
                "175597-17267",
                "175598-17267",
                "177800-17267",
                "179238-17267",
                "180746-17267",
                "180867-17267",
                "180990-17267",
                "181618-17267",
                "185043-17267",
                "185348-17267",
                "186030-17267",
                "186031-17267",
                "186427-17267",
                "198256-17267",
                "201526-17267",
                "204144-17267",
                "204751-17267",
                "204752-17267",
                "204753-17267",
                "212218-17267"
            ],
            "type": 32971,
            "university_law": true
        },
        {
            "id": 15095,
            "name": {
                "de": "Forschungszentrenunabhängige Institute",
                "en": "Institutes not organized in Research Centers"
            },
            "short": "FZ-UI",
            "sib_order": 177,
            "category": "OE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14125,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32971,
            "university_law": true
        },
        {
            "id": 13981,
            "name": {
                "de": "Abteilung Controlling",
                "en": "Department Controlling"
            },
            "short": "A-CO",
            "sib_order": 47,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/IV",
            "email": null,
            "phone": "+43/316/ 385-74095",
            "url": "https://www.medunigraz.at/finanzen",
            "parent": 13967,
            "fax": null,
            "office": "08.00-13.00 Uhr",
            "publication_authorship": [],
            "type": 32964,
            "university_law": false
        },
        {
            "id": 13980,
            "name": {
                "de": "Abteilung Finanzbuchhaltung",
                "en": "Department Accounting"
            },
            "short": "A-FI",
            "sib_order": 48,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/IV",
            "email": null,
            "phone": "+43/316/ 385-74095",
            "url": "https://www.medunigraz.at/finanzen",
            "parent": 13967,
            "fax": null,
            "office": "08.00-13.00 Uhr",
            "publication_authorship": [],
            "type": 32964,
            "university_law": false
        }
    ]
}