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=1140&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=1160&ordering=parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=1120&ordering=parent",
    "results": [
        {
            "id": 505035,
            "name": {
                "de": "Baurecht",
                "en": "Building law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505036,
            "name": {
                "de": "Energierecht",
                "en": "Energy law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505037,
            "name": {
                "de": "Familien- und Erbrecht",
                "en": "Family and inheritance law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505039,
            "name": {
                "de": "Medienrecht",
                "en": "Media law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505040,
            "name": {
                "de": "Sportrecht",
                "en": "Sports law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505041,
            "name": {
                "de": "Umweltrecht",
                "en": "Environmental law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505042,
            "name": {
                "de": "Verkehrsrecht",
                "en": "Traffic law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505043,
            "name": {
                "de": "Wettbewerbs- und Kartellrecht",
                "en": "Competition and antitrust law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505051,
            "name": {
                "de": "Rechtsethik",
                "en": "Legal ethics"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505052,
            "name": {
                "de": "Versicherungsrecht",
                "en": "Insurance law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505053,
            "name": {
                "de": "Verwaltungsverfahrensrecht",
                "en": "Administrative procedural law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505017,
            "name": {
                "de": "Rechtsvergleichung",
                "en": "Comparative law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505038,
            "name": {
                "de": "Marken- und Patentrecht",
                "en": "Trademark and patent law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505050,
            "name": {
                "de": "Tierschutzrecht",
                "en": "Animal protection law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 505049,
            "name": {
                "de": "Schiedsverfahrensrecht",
                "en": "Arbitration law"
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 506015,
            "name": {
                "de": "Asylpolitik",
                "en": "Asylum policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506016,
            "name": {
                "de": "Migrationspolitik",
                "en": "Migration policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506017,
            "name": {
                "de": "Wissenschafts- und Technologiepolitik",
                "en": "Science and technology policy"
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506001,
            "name": {
                "de": "Allgemeine Staatslehre",
                "en": "General theory of the state "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        },
        {
            "id": 506002,
            "name": {
                "de": "E-Government",
                "en": "E-government "
            },
            "level": 6,
            "parent": 506000,
            "persons": []
        }
    ]
}