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=460&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=480&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=440&ordering=-name",
    "results": [
        {
            "classification_id": 508020,
            "name": {
                "de": "Politische Kommunikation",
                "en": "Political communication"
            },
            "level": 6,
            "parent": 508000
        },
        {
            "classification_id": 506011,
            "name": {
                "de": "Politische Geschichte",
                "en": "Political history "
            },
            "level": 6,
            "parent": 506000
        },
        {
            "classification_id": 507010,
            "name": {
                "de": "Politische Geographie",
                "en": "Political geography "
            },
            "level": 6,
            "parent": 507000
        },
        {
            "classification_id": 503033,
            "name": {
                "de": "Politische Bildung",
                "en": "Political education "
            },
            "level": 6,
            "parent": 503000
        },
        {
            "classification_id": 506000,
            "name": {
                "de": "Politikwissenschaften",
                "en": "Political Science"
            },
            "level": 3,
            "parent": 500000
        },
        {
            "classification_id": 506010,
            "name": {
                "de": "Politikfeldanalyse",
                "en": "Policy analysis "
            },
            "level": 6,
            "parent": 506000
        },
        {
            "classification_id": 509022,
            "name": {
                "de": "Polemologie",
                "en": "Polemology "
            },
            "level": 6,
            "parent": 509000
        },
        {
            "classification_id": 105907,
            "name": {
                "de": "Polarforschung",
                "en": "Polar research"
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 302062,
            "name": {
                "de": "Plastische und Rekonstruktive Chirurgie",
                "en": "Plastic and reconstructive surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 103022,
            "name": {
                "de": "Plasmaphysik",
                "en": "Plasma physics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 603112,
            "name": {
                "de": "Phänomenologie",
                "en": "Phenomenology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 403027,
            "name": {
                "de": "Phytotherapie (Veterinärmedizin)",
                "en": "Veterinary phytotherapy "
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 106035,
            "name": {
                "de": "Phytogeographie",
                "en": "Phytogeography "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106034,
            "name": {
                "de": "Phytochemie",
                "en": "Phytochemistry "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 105408,
            "name": {
                "de": "Physische Geographie",
                "en": "Physical geography "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 105400,
            "name": {
                "de": "Physische Geographie",
                "en": "Physical Geography"
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 303038,
            "name": {
                "de": "Physiotherapie",
                "en": "Physiotherapy"
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 403038,
            "name": {
                "de": "Physiotherapie (Veterinärmedizin)",
                "en": "Veterinary physiotherapy"
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 301110,
            "name": {
                "de": "Physiologie",
                "en": "Physiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 403026,
            "name": {
                "de": "Physiologie (Veterinärmedizin)",
                "en": "Veterinary physiology "
            },
            "level": 6,
            "parent": 403000
        }
    ]
}