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=320&ordering=-parent
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=340&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=300&ordering=-parent",
    "results": [
        {
            "id": 505001,
            "name": {
                "de": "Arbeitsrecht",
                "en": "Labour law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505002,
            "name": {
                "de": "Datenschutz",
                "en": "Data protection "
            },
            "level": 6,
            "parent": 505000,
            "persons": [
                51964
            ]
        },
        {
            "id": 505003,
            "name": {
                "de": "Europarecht",
                "en": "European law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505004,
            "name": {
                "de": "Finanzrecht",
                "en": "Financial law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505005,
            "name": {
                "de": "Geistiges Eigentum",
                "en": "Intellectual property "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505006,
            "name": {
                "de": "Grundrechte",
                "en": "Fundamental rights "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505007,
            "name": {
                "de": "Insolvenzrecht",
                "en": "Insolvency law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505008,
            "name": {
                "de": "Kriminologie",
                "en": "Criminology "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505009,
            "name": {
                "de": "Mediation",
                "en": "Mediation "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505010,
            "name": {
                "de": "Medizinrecht",
                "en": "Medical law "
            },
            "level": 6,
            "parent": 505000,
            "persons": [
                51613,
                51964
            ]
        },
        {
            "id": 505011,
            "name": {
                "de": "Menschenrechte",
                "en": "Human rights "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505012,
            "name": {
                "de": "Öffentliches Recht",
                "en": "Public law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505013,
            "name": {
                "de": "Privatrecht",
                "en": "Private law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505014,
            "name": {
                "de": "Rechtsgeschichte",
                "en": "Legal history "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505015,
            "name": {
                "de": "Rechtsinformatik",
                "en": "Legal informatics "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505016,
            "name": {
                "de": "Rechtstheorie",
                "en": "Legal theory "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505018,
            "name": {
                "de": "Religionsrecht",
                "en": "Religious law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505019,
            "name": {
                "de": "Römisches Recht",
                "en": "Roman law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505020,
            "name": {
                "de": "Sozialrecht",
                "en": "Social law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505021,
            "name": {
                "de": "Staatsrecht",
                "en": "Constitutional law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        }
    ]
}