List OESTAT 2012 classifications.

Classification of a person as per (ÖFOS2012)[https://www.data.gv.at/katalog/dataset/stat_ofos-2012].

Fields

id (integer)

Primary key.

name (object)

Names of classification, defined by language.

persons (integer[])

List of foreign keys to campusonline/person.

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:

  • persons

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=660&ordering=-level
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=680&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=640&ordering=-level",
    "results": [
        {
            "id": 103029,
            "name": {
                "de": "Statistische Physik",
                "en": "Statistical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103030,
            "name": {
                "de": "Strahlenphysik",
                "en": "Radiation physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                51557,
                50948,
                51519,
                50442,
                51673
            ]
        },
        {
            "id": 103031,
            "name": {
                "de": "Strahlenschutz",
                "en": "Radiation protection "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                120350,
                51557,
                54183,
                52008,
                51913,
                64854,
                50948,
                51085,
                51519,
                50442,
                51673,
                57567,
                51958,
                52997
            ]
        },
        {
            "id": 103033,
            "name": {
                "de": "Supraleitung",
                "en": "Superconductivity "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103034,
            "name": {
                "de": "Teilchenphysik",
                "en": "Particle physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103035,
            "name": {
                "de": "Theoretische Mechanik",
                "en": "Theoretical mechanics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103036,
            "name": {
                "de": "Theoretische Physik",
                "en": "Theoretical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103037,
            "name": {
                "de": "Umweltphysik",
                "en": "Environmental physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103038,
            "name": {
                "de": "Weltraumforschung",
                "en": "Space exploration "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103039,
            "name": {
                "de": "Aerosolphysik",
                "en": "Aerosol physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103040,
            "name": {
                "de": "Photonik",
                "en": "Photonics "
            },
            "level": 6,
            "parent": 103000,
            "persons": [
                86770
            ]
        },
        {
            "id": 302079,
            "name": {
                "de": "Strahlenschutz",
                "en": "Radiation protection "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                126155,
                51557,
                104318,
                54183,
                53252,
                61522,
                52008,
                51913,
                64854,
                50948,
                51085,
                51519,
                50442,
                51673,
                57567,
                51958,
                52997
            ]
        },
        {
            "id": 104001,
            "name": {
                "de": "Allgemeine Chemie",
                "en": "General chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104002,
            "name": {
                "de": "Analytische Chemie",
                "en": "Analytical chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                120350,
                58455,
                104205
            ]
        },
        {
            "id": 104003,
            "name": {
                "de": "Anorganische Chemie",
                "en": "Inorganic chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104004,
            "name": {
                "de": "Chemische Biologie",
                "en": "Chemical biology "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                58794,
                98222,
                104200,
                91207,
                101038
            ]
        },
        {
            "id": 104005,
            "name": {
                "de": "Elektrochemie",
                "en": "Electrochemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                127057,
                104205
            ]
        },
        {
            "id": 104006,
            "name": {
                "de": "Festkörperchemie",
                "en": "Solid state chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104007,
            "name": {
                "de": "Geschichte der Chemie",
                "en": "History of chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 105112,
            "name": {
                "de": "Historische Geologie",
                "en": "Historical geology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        }
    ]
}