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.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=580&ordering=-name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=600&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=560&ordering=-name",
    "results": [
        {
            "classification_id": 106025,
            "name": {
                "de": "Neurobiologie",
                "en": "Neurobiology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 301402,
            "name": {
                "de": "Neurobiologie",
                "en": "Neurobiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301409,
            "name": {
                "de": "Neuroanatomie",
                "en": "Neuroanatomy"
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 601014,
            "name": {
                "de": "Neuere Geschichte",
                "en": "Modern history "
            },
            "level": 6,
            "parent": 601000
        },
        {
            "classification_id": 202031,
            "name": {
                "de": "Netzwerktechnik",
                "en": "Network engineering "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 202043,
            "name": {
                "de": "Netzwerksicherheit",
                "en": "Network security"
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 302050,
            "name": {
                "de": "Nephrologie",
                "en": "Nephrology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302049,
            "name": {
                "de": "Neonatologie",
                "en": "Neonatology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 602035,
            "name": {
                "de": "Neogräzistik",
                "en": "Modern Greek studies "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 602034,
            "name": {
                "de": "Nederlandistik",
                "en": "Dutch studies "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 207409,
            "name": {
                "de": "Navigationssysteme",
                "en": "Navigation systems "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 104013,
            "name": {
                "de": "Naturstoffchemie",
                "en": "Natural product chemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 107006,
            "name": {
                "de": "Naturschutz",
                "en": "Nature conservation "
            },
            "level": 6,
            "parent": 107000
        },
        {
            "classification_id": 603111,
            "name": {
                "de": "Naturphilosophie",
                "en": "Natural philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 105902,
            "name": {
                "de": "Naturgefahren",
                "en": "Natural hazards "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 210006,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology "
            },
            "level": 6,
            "parent": 210000
        },
        {
            "classification_id": 210000,
            "name": {
                "de": "Nanotechnologie",
                "en": "Nanotechnology"
            },
            "level": 3,
            "parent": 200000
        },
        {
            "classification_id": 210005,
            "name": {
                "de": "Nanophotonik",
                "en": "Nanophotonics "
            },
            "level": 6,
            "parent": 210000
        },
        {
            "classification_id": 210004,
            "name": {
                "de": "Nanomaterialien",
                "en": "Nanomaterials "
            },
            "level": 6,
            "parent": 210000
        },
        {
            "classification_id": 210003,
            "name": {
                "de": "Nanoelektronik",
                "en": "Nanoelectronics "
            },
            "level": 6,
            "parent": 210000
        }
    ]
}