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=160
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=180",
    "previous": "https://api-test.medunigraz.at/v1/campusonline/organization/?format=api&limit=20&offset=140",
    "results": [
        {
            "id": 18644,
            "name": {
                "de": "FE „Anale Inkontinenz aufgrund geburtshilflich-gynäkologischer Ursachen“",
                "en": "RU for Anal Incontinence (due to Obstetrical and Gynecological Reasons)"
            },
            "short": null,
            "sib_order": 191,
            "category": "FE",
            "address": "8036 Graz, Auenbruggerplatz 14",
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14038,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29184,
            "name": {
                "de": "FE „Fetale Medizin“",
                "en": "Research Unit for Fetal Medicine"
            },
            "short": null,
            "sib_order": 192,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14038,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 29187,
            "name": {
                "de": "FE „Frühe Programmierung“",
                "en": "RU \"Early Life Determinants\""
            },
            "short": null,
            "sib_order": 193,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14038,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 14066,
            "name": {
                "de": "Klinische Abteilung für allgemeine HNO",
                "en": "Division of General Otorhinolaryngology"
            },
            "short": "KA-HNO",
            "sib_order": 195,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 26",
            "email": null,
            "phone": "+43 316 385 13448",
            "url": "https://medunigraz.at/allgemeine-hno",
            "parent": 14042,
            "fax": "+43 316 385 13425",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14068,
            "name": {
                "de": "Klinische Abteilung für Phoniatrie",
                "en": "Division of Phoniatrics"
            },
            "short": "KA-PHON",
            "sib_order": 196,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 26",
            "email": "phoniatrie.hno@medunigraz.at",
            "phone": "+43 316 385-12579",
            "url": "https://medunigraz.at/phoniatrie",
            "parent": 14042,
            "fax": "+43 316 385-13549",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 30049,
            "name": {
                "de": "FE „Sinunasale Gesundheitsforschung“",
                "en": "RU „Sinonasal Health Research“"
            },
            "short": null,
            "sib_order": 197,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14042,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 27823,
            "name": {
                "de": "FE „Laryngeal Tracheal Tissue Engineering Graz (LTTEG)“",
                "en": "RU „Laryngeal Tracheal Tissue Engineering Graz (LTTEG)“"
            },
            "short": null,
            "sib_order": 198,
            "category": "FE",
            "address": "8036 Graz, Auenbruggerplatz 26",
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14042,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 14079,
            "name": {
                "de": "Klinische Abteilung für Angiologie",
                "en": "Division of Angiology"
            },
            "short": "KA-ANGIO",
            "sib_order": 200,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-12911",
            "url": "https://angiologie.medunigraz.at",
            "parent": 14046,
            "fax": "+43/316/385-13788",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14080,
            "name": {
                "de": "Klinische Abteilung für Endokrinologie und Diabetologie",
                "en": "Division of Endocrinology and Diabetology"
            },
            "short": "KA-ENDO",
            "sib_order": 201,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-12383",
            "url": "https://endokrinologie.medunigraz.at",
            "parent": 14046,
            "fax": "+43/316/385-13428",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14081,
            "name": {
                "de": "Klinische Abteilung für Gastroenterologie und Hepatologie",
                "en": "Division of Gastroenterology and Hepatology"
            },
            "short": "KA-GASTR",
            "sib_order": 203,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-14388",
            "url": "https://gastroenterologie.medunigraz.at",
            "parent": 14046,
            "fax": "+43/316/385-17560",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14082,
            "name": {
                "de": "Klinische Abteilung für Hämatologie",
                "en": "Division of Haematology"
            },
            "short": "KA-HAEMA",
            "sib_order": 205,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 38",
            "email": null,
            "phone": "+43/316/385-14086",
            "url": "https://haematologie.medunigraz.at",
            "parent": 14046,
            "fax": "+43/316/385-14087",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 29164,
            "name": {
                "de": "Klinische Abteilung für Infektiologie",
                "en": "Division of Infectious Diseases"
            },
            "short": "KA-INFEK",
            "sib_order": 207,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14046,
            "fax": null,
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14083,
            "name": {
                "de": "Klinische Abteilung für Kardiologie",
                "en": "Division of Cardiology"
            },
            "short": "KA-KARDI",
            "sib_order": 208,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-12544",
            "url": "https://kardiologie.medunigraz.at/",
            "parent": 14046,
            "fax": "+43/316/385-13733",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14084,
            "name": {
                "de": "Klinische Abteilung für Nephrologie",
                "en": "Division of Nephrology"
            },
            "short": "KA-NEPRO",
            "sib_order": 209,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 27",
            "email": null,
            "phone": "+43/316/385-12170",
            "url": "https://nephrologie.medunigraz.at/",
            "parent": 14046,
            "fax": "+43/316/385-14426",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14085,
            "name": {
                "de": "Klinische Abteilung für Onkologie",
                "en": "Division of Oncology"
            },
            "short": "KA-ONKO",
            "sib_order": 210,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-13115",
            "url": "https://onkologie.medunigraz.at/",
            "parent": 14046,
            "fax": "+43/316/385-14167",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14086,
            "name": {
                "de": "Klinische Abteilung für Rheumatologie und Immunologie",
                "en": "Division of Rheumatology and Immunology"
            },
            "short": "KA-RHEUM",
            "sib_order": 212,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-17779",
            "url": "https://rheumatologie.medunigraz.at",
            "parent": 14046,
            "fax": "+43/316/385-17813",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 14087,
            "name": {
                "de": "Klinische Abteilung für Pneumologie",
                "en": "Division of Respiratory Medicine"
            },
            "short": "KA-PULMO",
            "sib_order": 213,
            "category": "OE",
            "address": "8036 Graz, Auenbruggerplatz 15",
            "email": null,
            "phone": "+43/316/385-12183",
            "url": "https://pulmonologie.medunigraz.at",
            "parent": 14046,
            "fax": "+43/316/385-13578",
            "office": null,
            "type": 32979,
            "university_law": false
        },
        {
            "id": 26027,
            "name": {
                "de": "Teaching Unit an der Univ.-Klinik für Innere Medizin",
                "en": "Teaching Unit at the Department of Internal Medicine"
            },
            "short": null,
            "sib_order": 215,
            "category": "TU",
            "address": "8010 Graz, Neue Stiftingtalstraße 6",
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14046,
            "fax": null,
            "office": null,
            "type": 32974,
            "university_law": false
        },
        {
            "id": 26819,
            "name": {
                "de": "FE „Leberversagen“",
                "en": "RU „Liver Failure“"
            },
            "short": null,
            "sib_order": 216,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14046,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        },
        {
            "id": 27080,
            "name": {
                "de": "FE „Arbeitsgruppe für experimentelle und molekulare Hepatologie“FE „Arbeitsgruppe für experimentelle und molekulare Hepatologie“",
                "en": "RU Working group for "
            },
            "short": null,
            "sib_order": 217,
            "category": "FE",
            "address": null,
            "email": null,
            "phone": null,
            "url": null,
            "parent": 14046,
            "fax": null,
            "office": null,
            "type": 32973,
            "university_law": false
        }
    ]
}