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=120&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=140&ordering=name",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=100&ordering=name",
    "results": [
        {
            "id": 403005,
            "name": {
                "de": "Bakteriologie (Veterinärmedizin)",
                "en": "Veterinary bacteriology "
            },
            "level": 6,
            "parent": 403000,
            "persons": []
        },
        {
            "id": 303002,
            "name": {
                "de": "Bakteriologie",
                "en": "Bacteriology "
            },
            "level": 6,
            "parent": 303000,
            "persons": [
                50521,
                50715,
                112950,
                112729,
                51736,
                51818,
                107190,
                51198,
                97446,
                50496,
                51863,
                64754,
                98029,
                99283,
                117864,
                103077,
                91629,
                104024,
                50527,
                50264,
                51503,
                109121,
                51488,
                125277,
                95832,
                113933,
                50942,
                58733
            ]
        },
        {
            "id": 302008,
            "name": {
                "de": "Balneologie",
                "en": "Balneology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                51664,
                51671,
                51504,
                51519
            ]
        },
        {
            "id": 505034,
            "name": {
                "de": "Bank- und Kapitalmarktrecht",
                "en": "Banking and capital market law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 502004,
            "name": {
                "de": "Bankbetriebslehre",
                "en": "Banking management "
            },
            "level": 6,
            "parent": 502000,
            "persons": []
        },
        {
            "id": 201204,
            "name": {
                "de": "Barrierefreies Bauen",
                "en": "Barrier-free building "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201133,
            "name": {
                "de": "Bauakustik",
                "en": "Building acoustics"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201101,
            "name": {
                "de": "Baubetrieb",
                "en": "Construction operation "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201102,
            "name": {
                "de": "Baudynamik",
                "en": "Structural dynamics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201905,
            "name": {
                "de": "Bauen im Bestand",
                "en": "Building within existing structures "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201205,
            "name": {
                "de": "Bauforschung",
                "en": "Building research "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201131,
            "name": {
                "de": "Baugeschichte",
                "en": "Building history"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201100,
            "name": {
                "de": "Bauingenieurwesen",
                "en": "Civil Engineering"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201215,
            "name": {
                "de": "Baukulturelles Erbe",
                "en": "Building cultural heritage"
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201103,
            "name": {
                "de": "Bauphysik",
                "en": "Building physics "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 505035,
            "name": {
                "de": "Baurecht",
                "en": "Building law "
            },
            "level": 6,
            "parent": 505000,
            "persons": []
        },
        {
            "id": 201104,
            "name": {
                "de": "Baustatik",
                "en": "Structural analysis "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 201105,
            "name": {
                "de": "Baustofflehre",
                "en": "Construction material practice "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        },
        {
            "id": 205001,
            "name": {
                "de": "Baustoffprüfung",
                "en": "Building materials testing "
            },
            "level": 6,
            "parent": 205000,
            "persons": []
        },
        {
            "id": 201106,
            "name": {
                "de": "Bautechnik",
                "en": "Structural engineering "
            },
            "level": 6,
            "parent": 201000,
            "persons": []
        }
    ]
}