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=40
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 268,
    "next": "https://api-test.medunigraz.at/v1/campusonline/organization/?format=api&limit=20&offset=60",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/organization/?format=api&limit=20&offset=20",
    "results": [
        {
            "id": 27742,
            "name": {
                "de": "Ombudsstelle für gute wissenschaftliche Praxis an der Medizinischen Universität Graz",
                "en": "Office of Ombudsman for good scientific practise at Med Uni Graz"
            },
            "short": "KO-OWQ",
            "sib_order": 78,
            "category": "OE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 23430,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 33240,
            "university_law": false
        },
        {
            "id": 13961,
            "name": {
                "de": "ÖH",
                "en": "Austrian National Union of Students"
            },
            "short": "KO-OEH",
            "sib_order": 79,
            "category": "OE",
            "address": "8010 Graz, Neue Stiftingtalstraße 6/II",
            "email": "oeh-sekretariat@medunigraz.at",
            "phone": "+4331638573080",
            "url": "https://www.oehmedgraz.at",
            "parent": 23430,
            "fax": "+4331638573089",
            "office": "Öffnungszeiten siehe Website",
            "publication_authorship": [],
            "type": 28911,
            "university_law": false
        },
        {
            "id": 26318,
            "name": {
                "de": "FE EBM (Evidence based Medicine) Review Center",
                "en": "RU for Evicence Based Medicine Review Center"
            },
            "short": null,
            "sib_order": 181,
            "category": "FE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": null,
            "url": "https://www.medunigraz.at/imi/de/projects/researchunits.php#ebm",
            "parent": 27964,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29845,
            "name": {
                "de": "Teaching Unit Interprofessionelle Forschung und Praxis im Gesundheitswesen",
                "en": null
            },
            "short": null,
            "sib_order": 179,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14509,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 30068,
            "name": {
                "de": "Ignaz Semmelweis Institut (ISI) – Interuniversitäres Institut für Infektionsforschung",
                "en": "Ignaz Semmelweis Institute (ISI) – Interuniversity Institute for Infection Research"
            },
            "short": "I-ISI",
            "sib_order": 316,
            "category": "OE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 30108,
            "fax": null,
            "office": null,
            "publication_authorship": [
                "217862-30068"
            ],
            "type": 32972,
            "university_law": false
        },
        {
            "id": 30148,
            "name": {
                "de": "FE Kardiometabolische Trials Unit",
                "en": "RU Cardiometabolic Trials Unit"
            },
            "short": null,
            "sib_order": 201,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14080,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29766,
            "name": {
                "de": "FE Theodor Escherich Labor für Mikrobiomforschung",
                "en": "RU Theodor Escherich Labor für Mikrobiomforschung"
            },
            "short": null,
            "sib_order": 203,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14081,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29926,
            "name": {
                "de": "FE Tumormikroenvironment und Immunologie in hämatologische Neoplasie",
                "en": "RU Tumor microenvironment and immunology in hematologic neoplasm"
            },
            "short": null,
            "sib_order": 205,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14082,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 30128,
            "name": {
                "de": "FE Optimierung des postnatalen Monitorings für Früh- und Neugeborene",
                "en": "RU optimization of postnatal monitoring for neonate"
            },
            "short": null,
            "sib_order": 262,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14094,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29770,
            "name": {
                "de": "FE Mikro- und Makrozirkulation des Neugeborenen",
                "en": "RU Micro- and macrocirkulation of the newborn"
            },
            "short": null,
            "sib_order": 263,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14094,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29768,
            "name": {
                "de": "FE Genetic Epidemiology and Pharmacogenetics",
                "en": "RU Genetic Epidemiology and Pharmacogenetics"
            },
            "short": null,
            "sib_order": 210,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14085,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 30257,
            "name": {
                "de": "FE Ionenkanäle in der Lungenbiologie",
                "en": "RU Ion channels in pulmonary biology"
            },
            "short": null,
            "sib_order": 213,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14087,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29144,
            "name": {
                "de": "Teaching Unit Nutritional Psychiatry – Ernährungsmedizin in der Psychiatrie",
                "en": null
            },
            "short": null,
            "sib_order": 285,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 29444,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 29765,
            "name": {
                "de": "FE Neurobiologische Grundlagen und anthropometrische Besonderheiten der bipolaren Störung",
                "en": "RU Neurobiologische Grundlagen und anthropometrische Besonderheiten der bipolar affekten Erkrankung"
            },
            "short": null,
            "sib_order": 286,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 29444,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29925,
            "name": {
                "de": "FE Forschungseinheit für Wirt-Pathogen Interaktion",
                "en": "Research Unit for Host-Pathogen Interaction"
            },
            "short": null,
            "sib_order": 257,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14091,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29928,
            "name": {
                "de": "Teaching Unit Gesundheit von Studierenden und Health Professionals",
                "en": null
            },
            "short": null,
            "sib_order": 289,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 29447,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 26028,
            "name": {
                "de": "Teaching Unit Kommunikation - Supervision - Reflexion",
                "en": "Teaching Unit Communication - Supervision - Reflection"
            },
            "short": null,
            "sib_order": 290,
            "category": "TU",
            "address": "8036 Graz, Auenbruggerplatz 2/6",
            "email": null,
            "phone": "0316 385-12292",
            "url": null,
            "parent": 29447,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 28085,
            "name": {
                "de": "Teaching Unit Psychosomatische Medizin und Gesundheitsförderung",
                "en": "Teaching Unit Psychosomatische Medizin und Gesundheitsförderung"
            },
            "short": null,
            "sib_order": 291,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 29447,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 29846,
            "name": {
                "de": "Teaching Unit Simulationspatient*innen-Programm: Kommunikation - Innovation - Selbstreflexion und Supervision (KISS)",
                "en": null
            },
            "short": null,
            "sib_order": 292,
            "category": "TU",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 29447,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32974,
            "university_law": false
        },
        {
            "id": 29927,
            "name": {
                "de": "FE Verantwortungsvolle Ästhetische Medizin – Sicherheit, Evidenz  Nachhaltigk",
                "en": "RU Responsible Aesthetics – Safety, Evidence  Sustainability"
            },
            "short": null,
            "sib_order": 244,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14076,
            "fax": null,
            "office": null,
            "publication_authorship": [],
            "type": 32973,
            "university_law": false
        }
    ]
}