Employment type

Definition

Types of employment.

Description

Employment type, refers to concepts that have been defined as types of employment in the Lagen om anställningsskydd (LAS), for example Tillsvidareanställning.

These concepts are mainly used in job advertisements.

GraphQL examples

The queries below can be tested through our GraphiQL interface.

Get all employment types

query employment_type {
  concepts(type: "employment-type") {
    id
    type
    preferred_label
    definition
  }
}