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=1200&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=1220&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1180&ordering=name",
    "results": [
        {
            "id": 603121,
            "name": {
                "de": "Staatsphilosophie",
                "en": "Political philosophy "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 505021,
            "name": {
                "de": "Staatsrecht",
                "en": "Constitutional law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 507018,
            "name": {
                "de": "Stadt-, Dorferneuerung",
                "en": "Urban and village renewal "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507019,
            "name": {
                "de": "Stadtentwicklungsplanung",
                "en": "Urban development planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507020,
            "name": {
                "de": "Stadtforschung",
                "en": "Urbanism "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507021,
            "name": {
                "de": "Stadtgeschichte",
                "en": "Urban history "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507022,
            "name": {
                "de": "Stadtplanung",
                "en": "Urban planning "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 507029,
            "name": {
                "de": "Stadtökologie",
                "en": "Urban ecology"
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 201119,
            "name": {
                "de": "Stahlbau",
                "en": "Steel construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201120,
            "name": {
                "de": "Stahlbetonbau",
                "en": "Reinforced concrete construction "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 106039,
            "name": {
                "de": "Stammzellenforschung",
                "en": "Stem cell research "
            },
            "level": 6,
            "parent": 106000,
            "persons": [
                53163,
                59188,
                51666,
                97755,
                51696,
                57386,
                51682,
                51718,
                50696,
                102252,
                63490,
                50747,
                67348,
                61927,
                51859,
                79192,
                82643
            ]
        },
        {
            "id": 302077,
            "name": {
                "de": "Stammzellentransplantation",
                "en": "Stem cell transplantation "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                96172,
                64015,
                82501,
                54230,
                54341,
                67348,
                51657
            ]
        },
        {
            "id": 507023,
            "name": {
                "de": "Standortentwicklung",
                "en": "Location development "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 502037,
            "name": {
                "de": "Standortplanung",
                "en": "Location planning "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 101018,
            "name": {
                "de": "Statistik",
                "en": "Statistics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                87663,
                125176,
                94253,
                70339,
                51684,
                99884,
                81071
            ]
        },
        {
            "id": 103029,
            "name": {
                "de": "Statistische Physik",
                "en": "Statistical physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 502038,
            "name": {
                "de": "Steuerlehre",
                "en": "Taxation "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 505022,
            "name": {
                "de": "Steuerrecht",
                "en": "Tax law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 503036,
            "name": {
                "de": "Stimmforschung",
                "en": "Vocal research"
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 101019,
            "name": {
                "de": "Stochastik",
                "en": "Stochastics "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        }
    ]
}