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=1320&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=1340&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1300&ordering=name",
    "results": [
        {
            "classification_id": 105409,
            "name": {
                "de": "Topographie",
                "en": "Topography "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 301113,
            "name": {
                "de": "Topographische Anatomie",
                "en": "Topographic anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 101022,
            "name": {
                "de": "Topologie",
                "en": "Topology "
            },
            "level": 6,
            "parent": 101000
        },
        {
            "classification_id": 502040,
            "name": {
                "de": "Tourismusforschung",
                "en": "Tourism research "
            },
            "level": 6,
            "parent": 502000
        },
        {
            "classification_id": 403030,
            "name": {
                "de": "Toxikologie (Veterinärmedizin)",
                "en": "Veterinary toxicology "
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 301211,
            "name": {
                "de": "Toxikologie",
                "en": "Toxicology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 201124,
            "name": {
                "de": "Tragwerkslehre",
                "en": "Structural design "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 303030,
            "name": {
                "de": "Trainingswissenschaft",
                "en": "Training science "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 302082,
            "name": {
                "de": "Transfusionsmedizin",
                "en": "Transfusion medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 602051,
            "name": {
                "de": "Translationswissenschaft",
                "en": "Translation studies "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 302083,
            "name": {
                "de": "Transplantationschirurgie",
                "en": "Transplant surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302084,
            "name": {
                "de": "Transplantationsmedizin",
                "en": "Transplantation medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 203025,
            "name": {
                "de": "Tribologie",
                "en": "Tribology "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 303031,
            "name": {
                "de": "Tropenmedizin",
                "en": "Tropical medicine "
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 207207,
            "name": {
                "de": "Tunnelbau",
                "en": "Tunnelling "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 207208,
            "name": {
                "de": "Tunnelbelüftung",
                "en": "Tunnel ventilation"
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 602052,
            "name": {
                "de": "Turkologie",
                "en": "Turkish studies "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 106049,
            "name": {
                "de": "Ultrastrukturforschung",
                "en": "Ultrastructure research "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 203026,
            "name": {
                "de": "Umformtechnik",
                "en": "Forming "
            },
            "level": 6,
            "parent": 203000
        },
        {
            "classification_id": 208000,
            "name": {
                "de": "Umweltbiotechnologie",
                "en": "Environmental Biotechnology"
            },
            "level": 3,
            "parent": 200000
        }
    ]
}