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=140&ordering=id
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=160&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=120&ordering=id",
    "results": [
        {
            "id": 104019,
            "name": {
                "de": "Polymerwissenschaften",
                "en": "Polymer sciences "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104020,
            "name": {
                "de": "Radiochemie",
                "en": "Radiochemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                120350,
                76269,
                101523
            ]
        },
        {
            "id": 104021,
            "name": {
                "de": "Strukturchemie",
                "en": "Structural chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104022,
            "name": {
                "de": "Theoretische Chemie",
                "en": "Theoretical chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104023,
            "name": {
                "de": "Umweltchemie",
                "en": "Environmental chemistry  "
            },
            "level": 6,
            "parent": 104000,
            "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": 104027,
            "name": {
                "de": "Computational Chemistry",
                "en": "Computational chemistry"
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                112129
            ]
        },
        {
            "id": 105000,
            "name": {
                "de": "Geowissenschaften",
                "en": "Geosciences"
            },
            "level": 3,
            "parent": 100000,
            "persons": []
        },
        {
            "id": 105100,
            "name": {
                "de": "Geologie, Mineralogie",
                "en": "Geology, Mineralogy"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105101,
            "name": {
                "de": "Allgemeine Geologie",
                "en": "General geology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105102,
            "name": {
                "de": "Allgemeine Geophysik",
                "en": "General geophysics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105103,
            "name": {
                "de": "Erdölgeologie",
                "en": "Petroleum geology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105104,
            "name": {
                "de": "Erosion",
                "en": "Erosion "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105105,
            "name": {
                "de": "Geochemie",
                "en": "Geochemistry "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105106,
            "name": {
                "de": "Geodynamik",
                "en": "Geodynamics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105107,
            "name": {
                "de": "Geoelektrik",
                "en": "Geoelectrics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105108,
            "name": {
                "de": "Geostatistik",
                "en": "Geostatistics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105109,
            "name": {
                "de": "Geothermik",
                "en": "Geothermics "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        }
    ]
}