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=480&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=500&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=460&ordering=-name",
    "results": [
        {
            "classification_id": 302061,
            "name": {
                "de": "Physikalische Medizin",
                "en": "Physical medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 403037,
            "name": {
                "de": "Physikalische Medizin (Veterinärmedizin)",
                "en": "Veterinary physical medicine"
            },
            "level": 6,
            "parent": 403000
        },
        {
            "classification_id": 104017,
            "name": {
                "de": "Physikalische Chemie",
                "en": "Physical chemistry  "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 103000,
            "name": {
                "de": "Physik, Astronomie",
                "en": "Physics, Astronomy"
            },
            "level": 3,
            "parent": 100000
        },
        {
            "classification_id": 106033,
            "name": {
                "de": "Phylogenie",
                "en": "Phylogeny "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 202032,
            "name": {
                "de": "Photovoltaik",
                "en": "Photovoltaics "
            },
            "level": 6,
            "parent": 202000
        },
        {
            "classification_id": 103040,
            "name": {
                "de": "Photonik",
                "en": "Photonics "
            },
            "level": 6,
            "parent": 103000
        },
        {
            "classification_id": 207410,
            "name": {
                "de": "Photogrammetrie",
                "en": "Photogrammetry "
            },
            "level": 6,
            "parent": 207000
        },
        {
            "classification_id": 104016,
            "name": {
                "de": "Photochemie",
                "en": "Photochemistry "
            },
            "level": 6,
            "parent": 104000
        },
        {
            "classification_id": 106032,
            "name": {
                "de": "Photobiologie",
                "en": "Photobiology "
            },
            "level": 6,
            "parent": 106000
        },
        {
            "classification_id": 602039,
            "name": {
                "de": "Phonologie",
                "en": "Phonology "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 602038,
            "name": {
                "de": "Phonetik",
                "en": "Phonetics "
            },
            "level": 6,
            "parent": 602000
        },
        {
            "classification_id": 603115,
            "name": {
                "de": "Philosophische Anthropologie",
                "en": "Philosophical anthropology "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603113,
            "name": {
                "de": "Philosophie",
                "en": "Philosophy "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603100,
            "name": {
                "de": "Philosophie, Ethik",
                "en": "Philosophy, Ethics"
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 603000,
            "name": {
                "de": "Philosophie, Ethik, Religion",
                "en": "Philosophy, Ethics, Religion"
            },
            "level": 3,
            "parent": 600000
        },
        {
            "classification_id": 603114,
            "name": {
                "de": "Philosophie des Geistes",
                "en": "Philosophy of mind "
            },
            "level": 6,
            "parent": 603000
        },
        {
            "classification_id": 301209,
            "name": {
                "de": "Pharmazie",
                "en": "Pharmacy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301200,
            "name": {
                "de": "Pharmazie, Pharmakologie, Toxikologie",
                "en": "Pharmacy, Pharmacology, Toxicology"
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301208,
            "name": {
                "de": "Pharmazeutische Technologie",
                "en": "Pharmaceutical technology "
            },
            "level": 6,
            "parent": 301000
        }
    ]
}