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=680&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=700&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=660&ordering=-level",
    "results": [
        {
            "id": 104009,
            "name": {
                "de": "Lebensmittelchemie",
                "en": "Food chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104010,
            "name": {
                "de": "Makromolekulare Chemie",
                "en": "Macromolecular chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104012,
            "name": {
                "de": "Mikroanalyse",
                "en": "Microanalysis "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104013,
            "name": {
                "de": "Naturstoffchemie",
                "en": "Natural product chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104014,
            "name": {
                "de": "Oberflächenchemie",
                "en": "Surface chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104015,
            "name": {
                "de": "Organische Chemie",
                "en": "Organic chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                111387,
                127057,
                127554
            ]
        },
        {
            "id": 104016,
            "name": {
                "de": "Photochemie",
                "en": "Photochemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 104017,
            "name": {
                "de": "Physikalische Chemie",
                "en": "Physical chemistry  "
            },
            "level": 6,
            "parent": 104000,
            "persons": [
                53998,
                86770,
                58598,
                113130
            ]
        },
        {
            "id": 104018,
            "name": {
                "de": "Polymerchemie",
                "en": "Polymer chemistry "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "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": [
                53998,
                58598
            ]
        },
        {
            "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": 303002,
            "name": {
                "de": "Bakteriologie",
                "en": "Bacteriology "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                50521,
                50715,
                112950,
                112729,
                51736,
                51818,
                107190,
                51198,
                50496,
                51863,
                64754,
                99283,
                117864,
                103077,
                91629,
                104024,
                50527,
                50264,
                70739,
                51503,
                109121,
                51488,
                125277,
                100225,
                95832,
                113933,
                50942,
                58733
            ]
        },
        {
            "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": 101031,
            "name": {
                "de": "Approximationstheorie",
                "en": "Approximation theory"
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        }
    ]
}