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": 301903,
            "name": {
                "de": "Impfstoffentwicklung",
                "en": "Vaccine development "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 302029,
            "name": {
                "de": "Implantologie",
                "en": "Implantology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 602017,
            "name": {
                "de": "Indogermanistik",
                "en": "Indo-European studies "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 602018,
            "name": {
                "de": "Indologie",
                "en": "Indology "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 604015,
            "name": {
                "de": "Industrial Design",
                "en": "Industrial design "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 201208,
            "name": {
                "de": "Industriearchitektur",
                "en": "Industrial architecture "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 201114,
            "name": {
                "de": "Industriebau",
                "en": "Industrial building "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 502012,
            "name": {
                "de": "Industriebetriebslehre",
                "en": "Industrial management "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 209000,
            "name": {
                "de": "Industrielle Biotechnologie",
                "en": "Industrial Biotechnology"
            },
            "level": 3,
            "parent": 200000
        },
        {
            "classification_id": 209006,
            "name": {
                "de": "Industrielle Biotechnologie",
                "en": "Industrial biotechnology "
            },
            "level": 6,
            "parent": 209000
        },
        {
            "classification_id": 202021,
            "name": {
                "de": "Industrielle Elektronik",
                "en": "Industrial electronics "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 502013,
            "name": {
                "de": "Industrieökonomik",
                "en": "Industrial economics "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 303041,
            "name": {
                "de": "Infektiologie",
                "en": "Infectious diseases"
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 102000,
            "name": {
                "de": "Informatik",
                "en": "Computer Sciences"
            },
            "level": 3,
            "parent": 100000
        },
        {
            "classification_id": 102014,
            "name": {
                "de": "Informationsdesign",
                "en": "Information design "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 102015,
            "name": {
                "de": "Informationssysteme",
                "en": "Information systems "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 202022,
            "name": {
                "de": "Informationstechnik",
                "en": "Information technology "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 201903,
            "name": {
                "de": "Ingenieurbiologie",
                "en": "Soil bioengineering "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 207405,
            "name": {
                "de": "Ingenieurgeodäsie",
                "en": "Engineering geodesy "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207200,
            "name": {
                "de": "Ingenieurgeologie, Geotechnik",
                "en": "Engineering Geology, Geotechnics"
            },
            "level": 6,
            "parent": 207000
        }
    ]
}