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=1380&ordering=level
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=1400&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1360&ordering=level",
    "results": [
        {
            "id": 502021,
            "name": {
                "de": "Mikroökonomie",
                "en": "Microeconomics "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 503022,
            "name": {
                "de": "Musikpädagogik",
                "en": "Music education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 504009,
            "name": {
                "de": "Ethnologie",
                "en": "Ethnology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 504023,
            "name": {
                "de": "Politische Soziologie",
                "en": "Political sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 505017,
            "name": {
                "de": "Rechtsvergleichung",
                "en": "Comparative law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505038,
            "name": {
                "de": "Marken- und Patentrecht",
                "en": "Trademark and patent law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 509003,
            "name": {
                "de": "Entwicklungszusammenarbeit",
                "en": "Development cooperation "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 601010,
            "name": {
                "de": "Klassische Archäologie",
                "en": "Classical archaeology "
            },
            "level": 6,
            "parent": 601000,
            "persons": []
        },
        {
            "id": 602014,
            "name": {
                "de": "Germanistik",
                "en": "German studies "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602031,
            "name": {
                "de": "Literaturgeschichte",
                "en": "History of literature "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 602055,
            "name": {
                "de": "Patholinguistik",
                "en": "Patholinguistics "
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 605008,
            "name": {
                "de": "Kulturerbe",
                "en": "Cultural heritage"
            },
            "level": 6,
            "parent": 605000,
            "persons": []
        },
        {
            "id": 604038,
            "name": {
                "de": "Digitale Kunst",
                "en": "Digital arts"
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 602059,
            "name": {
                "de": "Schreibwissenschaft",
                "en": "Writing studies"
            },
            "level": 6,
            "parent": 602000,
            "persons": []
        },
        {
            "id": 508020,
            "name": {
                "de": "Politische Kommunikation",
                "en": "Political communication"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508019,
            "name": {
                "de": "Medienethik",
                "en": "Media ethics"
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 507028,
            "name": {
                "de": "Kartographie",
                "en": "Cartography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 505050,
            "name": {
                "de": "Tierschutzrecht",
                "en": "Animal protection law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505049,
            "name": {
                "de": "Schiedsverfahrensrecht",
                "en": "Arbitration law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 503036,
            "name": {
                "de": "Stimmforschung",
                "en": "Vocal research"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        }
    ]
}