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.

name (object)

Names of classification, defined by language.

persons (integer[])

List of foreign keys to campusonline/person.

Expansions

To activate relation expansion add the desired fields as a comma separated list to the expand query parameter like this:

?expand=<field>,<field>,<field>,...

The following relational fields can be expanded:

  • persons

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=820&ordering=name
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1469,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=840&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=800&ordering=name",
    "results": [
        {
            "id": 603125,
            "name": {
                "de": "Metaethik",
                "en": "Metaethics"
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 211103,
            "name": {
                "de": "Metallkunde",
                "en": "Physical metallurgy "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211100,
            "name": {
                "de": "Metallurgie",
                "en": "Metallurgy"
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211104,
            "name": {
                "de": "Metallurgie",
                "en": "Metallurgy "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 603110,
            "name": {
                "de": "Metaphysik",
                "en": "Metaphysics "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 105200,
            "name": {
                "de": "Meteorologie, Klimatologie",
                "en": "Meteorology, Climatology"
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 105206,
            "name": {
                "de": "Meteorologie",
                "en": "Meteorology "
            },
            "level": 6,
            "parent": 105000,
            "persons": []
        },
        {
            "id": 504021,
            "name": {
                "de": "Migrationsforschung",
                "en": "Migration research "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 506016,
            "name": {
                "de": "Migrationspolitik",
                "en": "Migration policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 104012,
            "name": {
                "de": "Mikroanalyse",
                "en": "Microanalysis "
            },
            "level": 6,
            "parent": 104000,
            "persons": []
        },
        {
            "id": 106022,
            "name": {
                "de": "Mikrobiologie",
                "en": "Microbiology "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                56571,
                57420,
                125176,
                51198,
                124131,
                50497,
                123070,
                95322,
                50527,
                50828,
                100035,
                92341,
                90021,
                125874,
                100806,
                51488,
                101037,
                111770,
                58208,
                50910,
                104119,
                51066,
                58452
            ]
        },
        {
            "id": 106059,
            "name": {
                "de": "Mikrobiomforschung",
                "en": "Microbiome research"
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 302047,
            "name": {
                "de": "Mikrochirurgie",
                "en": "Microsurgery "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                90062,
                51585,
                51636,
                51850,
                59917,
                50850,
                51895,
                107158,
                81670,
                61522,
                52006,
                50148,
                65141,
                51588,
                53938,
                51640
            ]
        },
        {
            "id": 202028,
            "name": {
                "de": "Mikroelektronik",
                "en": "Microelectronics "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 203017,
            "name": {
                "de": "Mikromechanik",
                "en": "Micromechanics "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 202029,
            "name": {
                "de": "Mikrowellentechnik",
                "en": "Microwave engineering "
            },
            "level": 6,
            "parent": 202000,
            "persons": []
        },
        {
            "id": 502021,
            "name": {
                "de": "Mikroökonomie",
                "en": "Microeconomics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 402010,
            "name": {
                "de": "Milchhygiene",
                "en": "Milk hygiene "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 402011,
            "name": {
                "de": "Milchproduktion",
                "en": "Milk production "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 509020,
            "name": {
                "de": "Militärethik",
                "en": "Military ethics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        }
    ]
}