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=60
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=80",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/organization/?format=api&limit=20&offset=40",
    "results": [
        {
            "id": 29927,
            "name": {
                "de": "FE „Verantwortungsvolle Ästhetische Medizin – Sicherheit, Evidenz & Nachhaltigk“",
                "en": "RU „Responsible Aesthetics – Safety, Evidence & Sustainability“"
            },
            "short": null,
            "sib_order": 245,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14076,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29769,
            "name": {
                "de": "FE \"Pediatric Hematology and Immunology\"",
                "en": "RU \"Pediatric Hematology and Immunology\""
            },
            "short": null,
            "sib_order": 260,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14092,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 14028,
            "name": {
                "de": "Klinisches Institut für Medizinische und Chemische Labordiagnostik",
                "en": "Clinical Institute of Medical and Chemical Laboratory Diagnostics"
            },
            "short": "KI-MCL",
            "sib_order": 316,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-13145",
            "url": "https://medunigraz.at/labordiagnostik",
            "parent": 15164,
            "fax": "+43/316/385-13430",
            "office": null,
            "type": 32980,
            "university_law": true
        },
        {
            "id": 26776,
            "name": {
                "de": "Universitätskliniken",
                "en": "University Departments"
            },
            "short": null,
            "sib_order": 186,
            "category": "OE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14124,
            "fax": null,
            "office": null,
            "type": 33013,
            "university_law": true
        },
        {
            "id": 15164,
            "name": {
                "de": "Klinische Institute",
                "en": "Clinical Institutes"
            },
            "short": null,
            "sib_order": 315,
            "category": "OE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14124,
            "fax": null,
            "office": null,
            "type": 32977,
            "university_law": true
        },
        {
            "id": 27078,
            "name": {
                "de": "FE „Biomarker bei Entzündung und Lebensstilerkrankungen“",
                "en": "RU.on Lifestyle- and Inflammation-associated metabolic Risk Biomarkers"
            },
            "short": null,
            "sib_order": 317,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14028,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 27156,
            "name": {
                "de": "FE „Ernährungsforschung/Nutrition and Metabolism“",
                "en": "RU \"Nutrition and Metabolism\""
            },
            "short": null,
            "sib_order": 142,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14014,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29948,
            "name": {
                "de": "FE „CAM Labor“",
                "en": "RU „CAM Lab“"
            },
            "short": null,
            "sib_order": 143,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14014,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 26856,
            "name": {
                "de": "Teaching Unit: Gender medicine: Geschlechtsspezifische Aspekt der Pathopsychologie",
                "en": "Teaching Unit Gender Medicine: Gender-Spesific Aspects of Pathopsychology"
            },
            "short": null,
            "sib_order": 144,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14014,
            "fax": null,
            "office": null,
            "type": 32974,
            "university_law": false
        },
        {
            "id": 30050,
            "name": {
                "de": "FE „NanoLab“",
                "en": "RU „NanoLab“"
            },
            "short": "NANO",
            "sib_order": 155,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14012,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 30351,
            "name": {
                "de": "FE „Molekulare FABRIK“",
                "en": "RU „Molecular FACTORY“"
            },
            "short": null,
            "sib_order": 156,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14012,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 26338,
            "name": {
                "de": "Teaching Unit naturwissenschaftliche Grundlagen in der Medizin",
                "en": "Teaching Unit Natuarl Scientific Basics in Medicine"
            },
            "short": null,
            "sib_order": 157,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14012,
            "fax": null,
            "office": null,
            "type": 32974,
            "university_law": false
        },
        {
            "id": 26916,
            "name": {
                "de": "Teaching Unit „Biophysik, experimentelle Didaktik und Neue Medien“",
                "en": "Teaching Unit Biophysics, Experimental Didactics and New Media"
            },
            "short": null,
            "sib_order": 166,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14011,
            "fax": null,
            "office": null,
            "type": 32974,
            "university_law": false
        },
        {
            "id": 26339,
            "name": {
                "de": "FE „Genetische Epidemiologie“",
                "en": "RU for Genetic Epidemiology"
            },
            "short": null,
            "sib_order": 160,
            "category": "FE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/VI",
            "email": null,
            "phone": "0316-385-71944",
            "url": null,
            "parent": 14013,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29565,
            "name": {
                "de": "FE „Integrative Strukturbiologie“",
                "en": "RU for Integrative Structural Biology"
            },
            "short": null,
            "sib_order": 161,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14013,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 27457,
            "name": {
                "de": "FE „Metabolische und Vaskuläre Pharmakologie“",
                "en": "RU „Metabolische und Vaskulare Pharmakologie“"
            },
            "short": null,
            "sib_order": 136,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14022,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29566,
            "name": {
                "de": "FE „Zelluläre Signaltransduktion bei entzündlichen Lungenerkrankungen“",
                "en": "RU „Cell signaling pathways in inflammatory lung diseases“"
            },
            "short": null,
            "sib_order": 137,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14022,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 30129,
            "name": {
                "de": "FE „Molekulare Pharmakologie bei Lungenerkrankung“",
                "en": null
            },
            "short": null,
            "sib_order": 138,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14022,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 30048,
            "name": {
                "de": "FE „Metabolismus der Lungenregeneration“",
                "en": "RU „Metabolism of Lung Regeneration“"
            },
            "short": "FE-LUREG",
            "sib_order": 139,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14022,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 26396,
            "name": {
                "de": "Teaching Unit „Pharmakologie“",
                "en": "Teaching Unit Pharmacology"
            },
            "short": null,
            "sib_order": 140,
            "category": "TU",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/I",
            "email": "lehre-pharmakologie@medunigraz.at",
            "phone": "385-74120",
            "url": null,
            "parent": 14022,
            "fax": "385-79613",
            "office": null,
            "type": 32974,
            "university_law": false
        }
    ]
}