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=380&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=400&ordering=-name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=360&ordering=-name",
    "results": [
        {
            "id": 207108,
            "name": {
                "de": "Recycling",
                "en": "Recycling "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 505000,
            "name": {
                "de": "Rechtswissenschaften",
                "en": "Law"
            },
            "level": 3,
            "parent": 500000,
            "persons": []
        },
        {
            "id": 505017,
            "name": {
                "de": "Rechtsvergleichung",
                "en": "Comparative law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505016,
            "name": {
                "de": "Rechtstheorie",
                "en": "Legal theory "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 504024,
            "name": {
                "de": "Rechtssoziologie",
                "en": "Sociology of law "
            },
            "level": 6,
            "parent": 504000,
            "persons": []
        },
        {
            "id": 501020,
            "name": {
                "de": "Rechtspsychologie",
                "en": "Legal psychology "
            },
            "level": 6,
            "parent": 501000,
            "persons": []
        },
        {
            "id": 603117,
            "name": {
                "de": "Rechtsphilosophie",
                "en": "Philosophy of law "
            },
            "level": 6,
            "parent": 603000,
            "persons": []
        },
        {
            "id": 505015,
            "name": {
                "de": "Rechtsinformatik",
                "en": "Legal informatics "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505014,
            "name": {
                "de": "Rechtsgeschichte",
                "en": "Legal history "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505051,
            "name": {
                "de": "Rechtsethik",
                "en": "Legal ethics"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 502033,
            "name": {
                "de": "Rechnungswesen",
                "en": "Accounting "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 203019,
            "name": {
                "de": "Reaktortechnik",
                "en": "Reactor technology "
            },
            "level": 6,
            "parent": 203000,
            "persons": []
        },
        {
            "id": 103027,
            "name": {
                "de": "Reaktorphysik",
                "en": "Reactor physics "
            },
            "level": 6,
            "parent": 103000,
            "persons": []
        },
        {
            "id": 507012,
            "name": {
                "de": "Raumordnung",
                "en": "Spatial structure "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 604026,
            "name": {
                "de": "Raumkunst",
                "en": "Spatial arts "
            },
            "level": 6,
            "parent": 604000,
            "persons": []
        },
        {
            "id": 507011,
            "name": {
                "de": "Raumforschung",
                "en": "Spatial research "
            },
            "level": 6,
            "parent": 507000,
            "persons": []
        },
        {
            "id": 204005,
            "name": {
                "de": "Raffinerietechnik",
                "en": "Refining technology  "
            },
            "level": 6,
            "parent": 204000,
            "persons": []
        },
        {
            "id": 303039,
            "name": {
                "de": "Radiologietechnologie",
                "en": "Radiological technology"
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                104318,
                74435
            ]
        },
        {
            "id": 302071,
            "name": {
                "de": "Radiologie",
                "en": "Radiology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51914,
                126155,
                50860,
                51882,
                51557,
                51696,
                82111,
                60016,
                62787,
                123032,
                100618,
                99730,
                60744,
                104202,
                98605,
                100212,
                51955,
                116406,
                57389,
                97688,
                51957,
                51373,
                51726,
                100510,
                52008,
                92182,
                53287,
                51716,
                51913,
                66027,
                118927,
                74075,
                120871,
                85440,
                114676,
                56994,
                105379,
                51958
            ]
        },
        {
            "id": 302070,
            "name": {
                "de": "Radiodiagnostik",
                "en": "Radiodiagnostics "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                116221,
                82111,
                53950,
                51726,
                100510,
                52008,
                92182,
                66027,
                105379
            ]
        }
    ]
}