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=500&ordering=id
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=520&ordering=id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=480&ordering=id",
    "results": [
        {
            "id": 207301,
            "name": {
                "de": "Aufbereitung mineralischer Rohstoffe",
                "en": "Processing of mineral raw materials "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207302,
            "name": {
                "de": "Bergbaukunde",
                "en": "Mining engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207303,
            "name": {
                "de": "Bergschadenkunde",
                "en": "Mining damage "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207304,
            "name": {
                "de": "Erdgasgewinnung",
                "en": "Natural gas production "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207305,
            "name": {
                "de": "Erdgastechnik",
                "en": "Natural gas engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207306,
            "name": {
                "de": "Erdölgeologie",
                "en": "Petroleum geology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207307,
            "name": {
                "de": "Erdölgewinnung",
                "en": "Petroleum production "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207308,
            "name": {
                "de": "Erdöltechnik",
                "en": "Petroleum engineering "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207309,
            "name": {
                "de": "Geschichte des Bergbaus",
                "en": "History of mining "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207310,
            "name": {
                "de": "Gewinnung mineralischer Rohstoffe",
                "en": "Extraction of mineral raw materials "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207311,
            "name": {
                "de": "Lagerstättenkunde",
                "en": "Economic geology "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "id": 207312,
            "name": {
                "de": "Markscheidekunde",
                "en": "Mine surveying "
            },
            "level": 6,
            "parent": 207000,
            "persons": []
        },
        {
            "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": []
        }
    ]
}