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=1080&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=1100&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1060&ordering=level",
    "results": [
        {
            "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": 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": []
        },
        {
            "id": 507005,
            "name": {
                "de": "Kulturgeographie",
                "en": "Cultural geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507006,
            "name": {
                "de": "Kulturlandschaftsforschung",
                "en": "Cultural landscape research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507007,
            "name": {
                "de": "Landesplanung",
                "en": "Land use planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507008,
            "name": {
                "de": "Landschaftsplanung",
                "en": "Landscape planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507009,
            "name": {
                "de": "Örtliche Raumplanung",
                "en": "Regional planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507010,
            "name": {
                "de": "Politische Geographie",
                "en": "Political geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507011,
            "name": {
                "de": "Raumforschung",
                "en": "Spatial research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507012,
            "name": {
                "de": "Raumordnung",
                "en": "Spatial structure "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507013,
            "name": {
                "de": "Regionale Geographie",
                "en": "Regional geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507014,
            "name": {
                "de": "Regionalentwicklung",
                "en": "Regional development "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507015,
            "name": {
                "de": "Regionalforschung",
                "en": "Regional research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507016,
            "name": {
                "de": "Regionalökonomie",
                "en": "Regional economy "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507017,
            "name": {
                "de": "Sozialgeographie",
                "en": "Social geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507018,
            "name": {
                "de": "Stadt-, Dorferneuerung",
                "en": "Urban and village renewal "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        }
    ]
}