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=960&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=980&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=940&ordering=name",
    "results": [
        {
            "classification_id": 603217,
            "name": {
                "de": "Pastoraltheologie",
                "en": "Pastoral theology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 602055,
            "name": {
                "de": "Patholinguistik",
                "en": "Patholinguistics "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 403024,
            "name": {
                "de": "Pathologie (Veterinärmedizin)",
                "en": "Veterinary pathology "
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 301109,
            "name": {
                "de": "Pathophysiologie",
                "en": "Pathophysiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 303036,
            "name": {
                "de": "Patient:innensicherheit",
                "en": "Patient safety "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 603218,
            "name": {
                "de": "Patrologie",
                "en": "Patrology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 104028,
            "name": {
                "de": "Per- and polyfluoroalkyl substances (PFAS)",
                "en": "Per- and polyfluoroalkyl substances (PFAS)"
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 302060,
            "name": {
                "de": "Perinatologie",
                "en": "Perinatology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 502026,
            "name": {
                "de": "Personalmanagement",
                "en": "Human resource management "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 102021,
            "name": {
                "de": "Pervasive Computing",
                "en": "Pervasive computing "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 105119,
            "name": {
                "de": "Petrographie",
                "en": "Petrography "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 105120,
            "name": {
                "de": "Petrologie",
                "en": "Petrology "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 105125,
            "name": {
                "de": "Petrophysik",
                "en": "Petrophysics "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 106028,
            "name": {
                "de": "Pflanzenanatomie",
                "en": "Plant anatomy "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 401110,
            "name": {
                "de": "Pflanzenbau",
                "en": "Plant cultivation "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401111,
            "name": {
                "de": "Pflanzenernährung",
                "en": "Plant nutrition "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 106029,
            "name": {
                "de": "Pflanzenmorphologie",
                "en": "Plant morphology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106031,
            "name": {
                "de": "Pflanzenphysiologie",
                "en": "Plant physiology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 401112,
            "name": {
                "de": "Pflanzenschutz",
                "en": "Plant protection "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401113,
            "name": {
                "de": "Pflanzenzucht",
                "en": "Plant breeding "
            },
            "level": 6,
            "parent": 401000
        }
    ]
}