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=300&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=320&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=280&ordering=name",
    "results": [
        {
            "id": 211907,
            "name": {
                "de": "Energieeinsparung",
                "en": "Energy saving "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211908,
            "name": {
                "de": "Energieforschung",
                "en": "Energy research "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 505036,
            "name": {
                "de": "Energierecht",
                "en": "Energy law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 211922,
            "name": {
                "de": "Energiespeicherung",
                "en": "Energy storage "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 211909,
            "name": {
                "de": "Energietechnik",
                "en": "Energy technology "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 502054,
            "name": {
                "de": "Entrepreneurship",
                "en": "Entrepreneurship"
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 201206,
            "name": {
                "de": "Entwerfen",
                "en": "Designing "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 106010,
            "name": {
                "de": "Entwicklungsbiologie",
                "en": "Developmental biology "
            },
            "level": 6,
            "parent": 106000,
            "persons": []
        },
        {
            "id": 509023,
            "name": {
                "de": "Entwicklungsforschung",
                "en": "Development research"
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 506003,
            "name": {
                "de": "Entwicklungspolitik",
                "en": "Development policy "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 501005,
            "name": {
                "de": "Entwicklungspsychologie",
                "en": "Developmental psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": [
                59859
            ]
        },
        {
            "id": 509003,
            "name": {
                "de": "Entwicklungszusammenarbeit",
                "en": "Development cooperation "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 502008,
            "name": {
                "de": "Entwicklungsökonomie",
                "en": "Development economics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 209004,
            "name": {
                "de": "Enzymtechnologie",
                "en": "Enzyme technology "
            },
            "level": 6,
            "parent": 209000,
            "persons": []
        },
        {
            "id": 303007,
            "name": {
                "de": "Epidemiologie",
                "en": "Epidemiology "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                50521,
                54004,
                100419,
                51899,
                107190,
                51863,
                66488,
                51099,
                117864,
                50509,
                103077,
                124674,
                51583,
                50527,
                77112,
                51503,
                100251,
                51541,
                50466,
                54033,
                51684,
                51912,
                51687,
                59400,
                89152,
                51741,
                113933,
                50942,
                51618,
                50151,
                58733
            ]
        },
        {
            "id": 601004,
            "name": {
                "de": "Epigraphik",
                "en": "Epigraphy "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 207202,
            "name": {
                "de": "Erdbau",
                "en": "Earthworks "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 201129,
            "name": {
                "de": "Erdbebeningenieurwesen",
                "en": "Earthquake engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 207304,
            "name": {
                "de": "Erdgasgewinnung",
                "en": "Natural gas production "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207305,
            "name": {
                "de": "Erdgastechnik",
                "en": "Natural gas engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        }
    ]
}