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=740&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=760&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=720&ordering=-level",
    "results": [
        {
            "id": 105200,
            "name": {
                "de": "Meteorologie, Klimatologie",
                "en": "Meteorology, Climatology"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105201,
            "name": {
                "de": "Aeronomie",
                "en": "Aeronomy "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105202,
            "name": {
                "de": "Agrarmeteorologie",
                "en": "Agricultural meteorology  "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105203,
            "name": {
                "de": "Bioklimatologie",
                "en": "Bioclimatology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105204,
            "name": {
                "de": "Klimatologie",
                "en": "Climatology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105205,
            "name": {
                "de": "Klimawandel",
                "en": "Climate change "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 101030,
            "name": {
                "de": "Zuverlässigkeitstheorie",
                "en": "Reliability theory"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101031,
            "name": {
                "de": "Approximationstheorie",
                "en": "Approximation theory"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101032,
            "name": {
                "de": "Funktionalanalysis",
                "en": "Functional analysis"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 102032,
            "name": {
                "de": "Computational Intelligence",
                "en": "Computational intelligence"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                102899
            ]
        },
        {
            "id": 102033,
            "name": {
                "de": "Data Mining",
                "en": "Data mining"
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                87663
            ]
        },
        {
            "id": 103041,
            "name": {
                "de": "Astroteilchenphysik",
                "en": "Astroparticle physics"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 103042,
            "name": {
                "de": "Elektronenmikroskopie",
                "en": "Electron microscopy"
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 104024,
            "name": {
                "de": "Röntgenstrukturanalyse",
                "en": "X-ray structural analysis"
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104025,
            "name": {
                "de": "Single-Molecule Chemistry",
                "en": "Single-molecule chemistry"
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104026,
            "name": {
                "de": "Spektroskopie",
                "en": "Spectroscopy "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                104765,
                125854
            ]
        },
        {
            "id": 105126,
            "name": {
                "de": "Angewandte Geophysik",
                "en": "Applied geophysics"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105127,
            "name": {
                "de": "Geochronologie",
                "en": "Geochronology"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105128,
            "name": {
                "de": "Geomikrobiologie",
                "en": "Geomicrobiology"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105208,
            "name": {
                "de": "Atmosphärenchemie",
                "en": "Atmospheric chemistry"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        }
    ]
}