Unemployment type

Definition

Known as SKAT (sökandekategori), these codes are used within Arbetsförmedlingen to indicate a job seekers occupational status.

Description

SKAT codes, or unemployment type codes, are used primarily within Arbetsförmedlingen. The actual codes are found through the unemployment_type_code attribute.

GraphQL examples

The queries below can be tested through our GraphiQL interface.

Get all unemployment types

    query unemployment_type {
    concepts(type: "unemployment-type") {
        id
        type
        preferred_label
        unemployment_type_code
    }
}