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=900&ordering=level
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=920&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=880&ordering=level",
    "results": [
        {
            "classification_id": 404002,
            "name": {
                "de": "Biopharming",
                "en": "Biopharming "
            },
            "level": 6,
            "parent": 404000
        },
        {
            "classification_id": 404003,
            "name": {
                "de": "Ethik in der Agrar- und Lebensmittelbiotechnologie",
                "en": "Agricultural and food biotechnology related ethics "
            },
            "level": 6,
            "parent": 404000
        },
        {
            "classification_id": 404004,
            "name": {
                "de": "Fermentation",
                "en": "Fermentation "
            },
            "level": 6,
            "parent": 404000
        },
        {
            "classification_id": 404005,
            "name": {
                "de": "Gärungstechnologie",
                "en": "Fermentation technology "
            },
            "level": 6,
            "parent": 404000
        },
        {
            "classification_id": 404006,
            "name": {
                "de": "Gentechnik",
                "en": "Genetic engineering "
            },
            "level": 6,
            "parent": 404000
        },
        {
            "classification_id": 404007,
            "name": {
                "de": "Lebensmittelbiotechnologie",
                "en": "Food biotechnology "
            },
            "level": 6,
            "parent": 404000
        },
        {
            "classification_id": 405001,
            "name": {
                "de": "Agrarökologie",
                "en": "Agroecology "
            },
            "level": 6,
            "parent": 405000
        },
        {
            "classification_id": 405002,
            "name": {
                "de": "Agrarökonomie",
                "en": "Agricultural economics "
            },
            "level": 6,
            "parent": 405000
        },
        {
            "classification_id": 405003,
            "name": {
                "de": "Agrarpolitik",
                "en": "Agricultural policy "
            },
            "level": 6,
            "parent": 405000
        },
        {
            "classification_id": 405004,
            "name": {
                "de": "Nachhaltige Landwirtschaft",
                "en": "Sustainable agriculture "
            },
            "level": 6,
            "parent": 405000
        },
        {
            "classification_id": 405006,
            "name": {
                "de": "Agrarsoziologie",
                "en": "Agricultural sociology"
            },
            "level": 6,
            "parent": 405000
        },
        {
            "classification_id": 405007,
            "name": {
                "de": "Wildtiermanagement",
                "en": "Wildlife management"
            },
            "level": 6,
            "parent": 405000
        },
        {
            "classification_id": 501001,
            "name": {
                "de": "Allgemeine Psychologie",
                "en": "General psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501002,
            "name": {
                "de": "Angewandte Psychologie",
                "en": "Applied psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501003,
            "name": {
                "de": "Arbeitspsychologie",
                "en": "Occupational psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501004,
            "name": {
                "de": "Differentielle Psychologie",
                "en": "Differential psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501005,
            "name": {
                "de": "Entwicklungspsychologie",
                "en": "Developmental psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501006,
            "name": {
                "de": "Experimentalpsychologie",
                "en": "Experimental psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501007,
            "name": {
                "de": "Geschichte der Psychologie",
                "en": "History of psychology "
            },
            "level": 6,
            "parent": 501000
        },
        {
            "classification_id": 501008,
            "name": {
                "de": "Gruppendynamik",
                "en": "Group dynamics "
            },
            "level": 6,
            "parent": 501000
        }
    ]
}