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=1120&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=1140&ordering=level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1100&ordering=level",
    "results": [
        {
            "id": 508012,
            "name": {
                "de": "Medienwirkungsforschung",
                "en": "Media impact studies "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508013,
            "name": {
                "de": "Public Relations",
                "en": "Public relations "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508014,
            "name": {
                "de": "Publizistik",
                "en": "Journalism "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 508015,
            "name": {
                "de": "Wirtschaftskommunikation",
                "en": "Business communication "
            },
            "level": 6,
            "parent": 508000,
            "persons": []
        },
        {
            "id": 509001,
            "name": {
                "de": "Aktionsforschung",
                "en": "Action research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509002,
            "name": {
                "de": "Disability Studies",
                "en": "Disability studies "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509004,
            "name": {
                "de": "Evaluationsforschung",
                "en": "Evaluation research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509005,
            "name": {
                "de": "Gerontologie",
                "en": "Gerontology "
            },
            "level": 6,
            "parent": 509000,
            "persons": [
                51136,
                50437
            ]
        },
        {
            "id": 509006,
            "name": {
                "de": "Geschichte der Sozialwissenschaften",
                "en": "History of social sciences "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509007,
            "name": {
                "de": "Graffiti-Forschung",
                "en": "Graffiti research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509008,
            "name": {
                "de": "Kinderforschung, Jugendforschung",
                "en": "Child research, youth research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509009,
            "name": {
                "de": "Militärstrategische Forschung",
                "en": "Military strategic research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509010,
            "name": {
                "de": "Minderheitenforschung",
                "en": "Minority research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509011,
            "name": {
                "de": "Organisationsentwicklung",
                "en": "Organisational development "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509012,
            "name": {
                "de": "Sozialpolitik",
                "en": "Social policy "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509013,
            "name": {
                "de": "Sozialstatistik",
                "en": "Social statistics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509014,
            "name": {
                "de": "Spielforschung",
                "en": "Game research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509015,
            "name": {
                "de": "Unfallforschung",
                "en": "Accident research "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509016,
            "name": {
                "de": "Verkehrswirtschaft",
                "en": "Transport economics "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        },
        {
            "id": 509017,
            "name": {
                "de": "Wissenschaftsforschung",
                "en": "Social studies of science "
            },
            "level": 6,
            "parent": 509000,
            "persons": []
        }
    ]
}