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=840&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=860&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=820&ordering=name",
    "results": [
        {
            "classification_id": 104012,
            "name": {
                "de": "Mikroanalyse",
                "en": "Microanalysis "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 106022,
            "name": {
                "de": "Mikrobiologie",
                "en": "Microbiology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106059,
            "name": {
                "de": "Mikrobiomforschung",
                "en": "Microbiome research"
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 302047,
            "name": {
                "de": "Mikrochirurgie",
                "en": "Microsurgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 202028,
            "name": {
                "de": "Mikroelektronik",
                "en": "Microelectronics "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 203017,
            "name": {
                "de": "Mikromechanik",
                "en": "Micromechanics "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 207115,
            "name": {
                "de": "Mikroplastik",
                "en": "Microplastics"
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 202029,
            "name": {
                "de": "Mikrowellentechnik",
                "en": "Microwave engineering "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 502021,
            "name": {
                "de": "Mikroökonomie",
                "en": "Microeconomics "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 402010,
            "name": {
                "de": "Milchhygiene",
                "en": "Milk hygiene "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402011,
            "name": {
                "de": "Milchproduktion",
                "en": "Milk production "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 509020,
            "name": {
                "de": "Militärethik",
                "en": "Military ethics "
            },
            "level": 6,
            "parent": 509000
        },
        {
            "classification_id": 509009,
            "name": {
                "de": "Militärstrategische Forschung",
                "en": "Military strategic research "
            },
            "level": 6,
            "parent": 509000
        },
        {
            "classification_id": 509021,
            "name": {
                "de": "Militärwissenschaft",
                "en": "Military science "
            },
            "level": 6,
            "parent": 509000
        },
        {
            "classification_id": 509010,
            "name": {
                "de": "Minderheitenforschung",
                "en": "Minority research "
            },
            "level": 6,
            "parent": 509000
        },
        {
            "classification_id": 105116,
            "name": {
                "de": "Mineralogie",
                "en": "Mineralogy "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 302048,
            "name": {
                "de": "Minimal-invasive Chirurgie",
                "en": "Minimally invasive surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 601012,
            "name": {
                "de": "Mittelalterliche Geschichte",
                "en": "Medieval history "
            },
            "level": 6,
            "parent": 601000
        },
        {
            "classification_id": 507030,
            "name": {
                "de": "Mobilitätsforschung",
                "en": "Mobility research"
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 604041,
            "name": {
                "de": "Modedesign",
                "en": "Fashion design"
            },
            "level": 6,
            "parent": 604000
        }
    ]
}