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=220&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=240&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=200&ordering=-name",
    "results": [
        {
            "classification_id": 604028,
            "name": {
                "de": "Tanzwissenschaft",
                "en": "Dance studies "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 200000,
            "name": {
                "de": "TECHNISCHE WISSENSCHAFTEN",
                "en": "TECHNICAL SCIENCES"
            },
            "level": 1,
            "parent": null
        },
        {
            "classification_id": 604027,
            "name": {
                "de": "Szenographie",
                "en": "Scenography "
            },
            "level": 6,
            "parent": 604000
        },
        {
            "classification_id": 211928,
            "name": {
                "de": "Systems Engineering",
                "en": "Systems engineering"
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 106044,
            "name": {
                "de": "Systembiologie",
                "en": "Systems biology  "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106043,
            "name": {
                "de": "Systematische Zoologie",
                "en": "Systematic zoology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 603222,
            "name": {
                "de": "Systematische Theologie",
                "en": "Systematic theology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 106042,
            "name": {
                "de": "Systematische Botanik",
                "en": "Systematic botany "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 301112,
            "name": {
                "de": "Systematische Anatomie",
                "en": "Systematic anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 103033,
            "name": {
                "de": "Supraleitung",
                "en": "Superconductivity "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 102023,
            "name": {
                "de": "Supercomputing",
                "en": "Supercomputing "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 501022,
            "name": {
                "de": "Suizidologie",
                "en": "Suicidology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 303029,
            "name": {
                "de": "Suchtforschung",
                "en": "Addiction research "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 201212,
            "name": {
                "de": "Städtebau",
                "en": "Urban design "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 203021,
            "name": {
                "de": "Strömungsmaschinen",
                "en": "Fluid-flow machinery "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 103032,
            "name": {
                "de": "Strömungslehre",
                "en": "Fluid mechanics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 502039,
            "name": {
                "de": "Strukturpolitik",
                "en": "Structural policy "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 104021,
            "name": {
                "de": "Strukturchemie",
                "en": "Structural chemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 106041,
            "name": {
                "de": "Strukturbiologie",
                "en": "Structural biology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 305909,
            "name": {
                "de": "Stressforschung",
                "en": "Stress research "
            },
            "level": 6,
            "parent": 305000
        }
    ]
}