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=560&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=580&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=540&ordering=-level",
    "results": [
        {
            "id": 207313,
            "name": {
                "de": "Tiefbohrtechnik",
                "en": "Drilling engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207314,
            "name": {
                "de": "Untertagebau",
                "en": "Underground mining "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207400,
            "name": {
                "de": "Geodäsie, Vermessungswesen",
                "en": "Geodesy, Surveying"
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207401,
            "name": {
                "de": "3D-Vermessung",
                "en": "3D-surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207402,
            "name": {
                "de": "Fernerkundung",
                "en": "Remote sensing "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207403,
            "name": {
                "de": "Geodäsie",
                "en": "Geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207404,
            "name": {
                "de": "Geoinformatik",
                "en": "Geoinformatics "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207405,
            "name": {
                "de": "Ingenieurgeodäsie",
                "en": "Engineering geodesy "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207406,
            "name": {
                "de": "Kartographie",
                "en": "Cartography "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207407,
            "name": {
                "de": "Katastervermessung",
                "en": "Cadastral surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207408,
            "name": {
                "de": "Landesvermessung",
                "en": "Land surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207409,
            "name": {
                "de": "Navigationssysteme",
                "en": "Navigation systems "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 302029,
            "name": {
                "de": "Implantologie",
                "en": "Implantology "
            },
            "level": 6,
            "parent": 302000,
            "persons": [
                50653,
                59423,
                51850,
                50144,
                58023,
                125157,
                50143,
                65638,
                58244,
                65141,
                94472,
                85682,
                87313,
                51588,
                53938,
                51947
            ]
        },
        {
            "id": 202002,
            "name": {
                "de": "Audiovisuelle Medien",
                "en": "Audiovisual media "
            },
            "level": 6,
            "parent": 202000,
            "persons": [
                50698
            ]
        },
        {
            "id": 101001,
            "name": {
                "de": "Algebra",
                "en": "Algebra "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101002,
            "name": {
                "de": "Analysis",
                "en": "Analysis  "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                94253,
                91689
            ]
        },
        {
            "id": 101003,
            "name": {
                "de": "Angewandte Geometrie",
                "en": "Applied geometry "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 101004,
            "name": {
                "de": "Biomathematik",
                "en": "Biomathematics "
            },
            "level": 6,
            "parent": 101000,
            "persons": [
                102165,
                94253,
                98304,
                51627,
                91689,
                51854,
                119929
            ]
        },
        {
            "id": 101005,
            "name": {
                "de": "Computeralgebra",
                "en": "Computer algebra  "
            },
            "level": 6,
            "parent": 101000,
            "persons": []
        },
        {
            "id": 102001,
            "name": {
                "de": "Artificial Intelligence",
                "en": "Artificial intelligence "
            },
            "level": 6,
            "parent": 102000,
            "persons": [
                112209,
                51050,
                57389,
                102899,
                109087
            ]
        }
    ]
}