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=1080&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=1100&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1060&ordering=-name",
    "results": [
        {
            "classification_id": 401202,
            "name": {
                "de": "Forstpathologie",
                "en": "Forest pathology "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401201,
            "name": {
                "de": "Forstentomologie",
                "en": "Forest entomology "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 401200,
            "name": {
                "de": "Forst- und Holzwirtschaft",
                "en": "Forestry and Wood Industry"
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 506005,
            "name": {
                "de": "Forschungspolitik",
                "en": "Research policy "
            },
            "level": 6,
            "parent": 506000
        },
        {
            "classification_id": 102011,
            "name": {
                "de": "Formale Sprachen",
                "en": "Formal languages "
            },
            "level": 6,
            "parent": 102000
        },
        {
            "classification_id": 305107,
            "name": {
                "de": "Forensische Toxikologie",
                "en": "Forensic toxicology "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305106,
            "name": {
                "de": "Forensische Radiologie",
                "en": "Forensic radiology "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305105,
            "name": {
                "de": "Forensische Psychiatrie",
                "en": "Forensic psychiatry "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305104,
            "name": {
                "de": "Forensische Chemie",
                "en": "Forensic chemistry "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305103,
            "name": {
                "de": "Forensische Biologie",
                "en": "Forensic biology "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305110,
            "name": {
                "de": "Forensische Bildgebung",
                "en": "Forensic imaging"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305109,
            "name": {
                "de": "Forensische Anthropologie",
                "en": "Forensic anthropology"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 605009,
            "name": {
                "de": "Food Studies",
                "en": "Food studies"
            },
            "level": 6,
            "parent": 605000
        },
        {
            "classification_id": 201111,
            "name": {
                "de": "Flussbau",
                "en": "River engineering "
            },
            "level": 6,
            "parent": 201000
        },
        {
            "classification_id": 211204,
            "name": {
                "de": "Fleischtechnologie",
                "en": "Meat technology "
            },
            "level": 6,
            "parent": 211000
        },
        {
            "classification_id": 402004,
            "name": {
                "de": "Fleischproduktion",
                "en": "Meat production "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402003,
            "name": {
                "de": "Fleischhygiene",
                "en": "Meat hygiene "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 402002,
            "name": {
                "de": "Fischkunde",
                "en": "Ichthyology "
            },
            "level": 6,
            "parent": 402000
        },
        {
            "classification_id": 401903,
            "name": {
                "de": "Fischerei",
                "en": "Fishery "
            },
            "level": 6,
            "parent": 401000
        },
        {
            "classification_id": 602012,
            "name": {
                "de": "Finno-Ugristik",
                "en": "Finno-Ugrian studies "
            },
            "level": 6,
            "parent": 602000
        }
    ]
}