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=1300&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=1320&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1280&ordering=-name",
    "results": [
        {
            "id": 301907,
            "name": {
                "de": "Biobanking",
                "en": "Biobanking"
            },
            "level": 6,
            "parent": 301000,
            "persons": [
                71648,
                112854,
                125277,
                54279
            ]
        },
        {
            "id": 102003,
            "name": {
                "de": "Bildverarbeitung",
                "en": "Image processing "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                50698,
                98847,
                58881,
                51449,
                50966,
                57389,
                102899
            ]
        },
        {
            "id": 502005,
            "name": {
                "de": "Bildungsökonomie",
                "en": "Economics of education "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 504005,
            "name": {
                "de": "Bildungssoziologie",
                "en": "Educational sociology "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 503006,
            "name": {
                "de": "Bildungsforschung",
                "en": "Educational research "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        },
        {
            "id": 403006,
            "name": {
                "de": "Bildgebende Diagnostik (Veterinärmedizin)",
                "en": "Veterinary diagnostic imaging "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 604004,
            "name": {
                "de": "Bildende Kunst",
                "en": "Fine arts "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 402001,
            "name": {
                "de": "Bienenkunde",
                "en": "Apiology "
            },
            "level": 6,
            "parent": 402000,
            "persons": []
        },
        {
            "id": 508003,
            "name": {
                "de": "Bibliothekswissenschaft",
                "en": "Library science "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 401102,
            "name": {
                "de": "Bewässerungswirtschaft",
                "en": "Irrigation management "
            },
            "level": 6,
            "parent": 401000,
            "persons": []
        },
        {
            "id": 303004,
            "name": {
                "de": "Bewegungswissenschaft",
                "en": "Kinesiology "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                100817,
                51814
            ]
        },
        {
            "id": 504004,
            "name": {
                "de": "Bevölkerungsstatistik",
                "en": "Population statistics "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 507002,
            "name": {
                "de": "Bevölkerungsgeographie",
                "en": "Population geography "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 211903,
            "name": {
                "de": "Betriebswissenschaften",
                "en": "Science of management "
            },
            "level": 6,
            "parent": 211000,
            "persons": []
        },
        {
            "id": 502052,
            "name": {
                "de": "Betriebswirtschaftslehre",
                "en": "Business administration "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 201107,
            "name": {
                "de": "Betriebsfestigkeit",
                "en": "Endurance strength "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 203002,
            "name": {
                "de": "Betriebsfestigkeit",
                "en": "Endurance strength "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 403035,
            "name": {
                "de": "Bestandsbetreuung",
                "en": "Herd health management"
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 205002,
            "name": {
                "de": "Beschichtungstechnik",
                "en": "Coating technology "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 503005,
            "name": {
                "de": "Berufspädagogik",
                "en": "Vocational education "
            },
            "level": 6,
            "parent": 503000,
            "persons": []
        }
    ]
}