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=1160&ordering=id
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=1180&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1140&ordering=id",
    "results": [
        {
            "id": 506004,
            "name": {
                "de": "Europäische Integration",
                "en": "European integration "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506005,
            "name": {
                "de": "Forschungspolitik",
                "en": "Research policy "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506006,
            "name": {
                "de": "Friedensforschung",
                "en": "Peace studies "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506007,
            "name": {
                "de": "Internationale Beziehungen",
                "en": "International relations "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506008,
            "name": {
                "de": "Konfliktforschung",
                "en": "Conflict research "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506009,
            "name": {
                "de": "Organisationstheorie",
                "en": "Organisation theory "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506010,
            "name": {
                "de": "Politikfeldanalyse",
                "en": "Policy analysis "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506011,
            "name": {
                "de": "Politische Geschichte",
                "en": "Political history "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506012,
            "name": {
                "de": "Politische Systeme",
                "en": "Political systems "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506013,
            "name": {
                "de": "Politische Theorie",
                "en": "Political theory "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506014,
            "name": {
                "de": "Vergleichende Politikwissenschaft",
                "en": "Comparative politics "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506015,
            "name": {
                "de": "Asylpolitik",
                "en": "Asylum policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506016,
            "name": {
                "de": "Migrationspolitik",
                "en": "Migration policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506017,
            "name": {
                "de": "Wissenschafts- und Technologiepolitik",
                "en": "Science and technology policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506018,
            "name": {
                "de": "Terrorismusforschung",
                "en": "Terrorism research"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 507000,
            "name": {
                "de": "Humangeographie, Regionale Geographie, Raumplanung",
                "en": "Human Geography, Regional Geography, Regional Planning"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 507001,
            "name": {
                "de": "Angewandte Geographie",
                "en": "Applied geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507002,
            "name": {
                "de": "Bevölkerungsgeographie",
                "en": "Population geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507003,
            "name": {
                "de": "Geoinformatik",
                "en": "Geoinformatics "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507004,
            "name": {
                "de": "Geschichte der Geographie",
                "en": "History of geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        }
    ]
}