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=1480&ordering=name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": null,
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1460&ordering=name",
    "results": [
        {
            "classification_id": 502062,
            "name": {
                "de": "Ökologische Ökonomik ",
                "en": "Ecological economics"
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 401109,
            "name": {
                "de": "Ökologischer Landbau",
                "en": "Organic farming "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 502025,
            "name": {
                "de": "Ökonometrie",
                "en": "Econometrics "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 106026,
            "name": {
                "de": "Ökosystemforschung",
                "en": "Ecosystem research "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106027,
            "name": {
                "de": "Ökotoxikologie",
                "en": "Ecotoxicology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 603215,
            "name": {
                "de": "Ökumenische Theologie",
                "en": "Ecumenical theology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 507009,
            "name": {
                "de": "Örtliche Raumplanung",
                "en": "Regional planning "
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 601016,
            "name": {
                "de": "Österreichische Geschichte",
                "en": "Austrian history "
            },
            "level": 6,
            "parent": 601000
        },
        {
            "classification_id": 202040,
            "name": {
                "de": "Übertragungstechnik",
                "en": "Transmission technology "
            },
            "level": 6,
            "parent": 202000
        }
    ]
}