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=1000&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=1020&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=980&ordering=name",
    "results": [
        {
            "classification_id": 104016,
            "name": {
                "de": "Photochemie",
                "en": "Photochemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 207410,
            "name": {
                "de": "Photogrammetrie",
                "en": "Photogrammetry "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 103040,
            "name": {
                "de": "Photonik",
                "en": "Photonics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 202032,
            "name": {
                "de": "Photovoltaik",
                "en": "Photovoltaics "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 106033,
            "name": {
                "de": "Phylogenie",
                "en": "Phylogeny "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 103000,
            "name": {
                "de": "Physik, Astronomie",
                "en": "Physics, Astronomy"
            },
            "level": 3,
            "parent": 100000
        },
        {
            "classification_id": 104017,
            "name": {
                "de": "Physikalische Chemie",
                "en": "Physical chemistry  "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 403037,
            "name": {
                "de": "Physikalische Medizin (Veterinärmedizin)",
                "en": "Veterinary physical medicine"
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 302061,
            "name": {
                "de": "Physikalische Medizin",
                "en": "Physical medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 403026,
            "name": {
                "de": "Physiologie (Veterinärmedizin)",
                "en": "Veterinary physiology "
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 301110,
            "name": {
                "de": "Physiologie",
                "en": "Physiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 403038,
            "name": {
                "de": "Physiotherapie (Veterinärmedizin)",
                "en": "Veterinary physiotherapy"
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 303038,
            "name": {
                "de": "Physiotherapie",
                "en": "Physiotherapy"
            },
            "level": 6,
            "parent": 303000
        },
        {
            "classification_id": 105400,
            "name": {
                "de": "Physische Geographie",
                "en": "Physical Geography"
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 105408,
            "name": {
                "de": "Physische Geographie",
                "en": "Physical geography "
            },
            "level": 6,
            "parent": 105000
        },
        {
            "classification_id": 106034,
            "name": {
                "de": "Phytochemie",
                "en": "Phytochemistry "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 106035,
            "name": {
                "de": "Phytogeographie",
                "en": "Phytogeography "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 403027,
            "name": {
                "de": "Phytotherapie (Veterinärmedizin)",
                "en": "Veterinary phytotherapy "
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 603112,
            "name": {
                "de": "Phänomenologie",
                "en": "Phenomenology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 103022,
            "name": {
                "de": "Plasmaphysik",
                "en": "Plasma physics "
            },
            "level": 6,
            "parent": 103000
        }
    ]
}