---
title: "Get list of Norway occupation codes"
method: GET
path: "/api/employments/norwayoccupationcode/{searchText}/{selectedCodeId}"
tags: ["Employments"]
---

# Get list of Norway occupation codes

`GET /api/employments/norwayoccupationcode/{searchText}/{selectedCodeId}`

## Path parameters

- `searchText` string, required
- `selectedCodeId` string, required

## Response `200`

OK

- IntectNorwayOccupationCode
  - `OccupationCode` string
  - `ParentCode` integer, nullable
  - `Level` integer, nullable
  - `Name` string
  - `ShortName` string
  - `Notes` string
  - `ValidFrom` string, date-time, nullable
  - `ValidTo` string, date-time, nullable
  - `DisplayText` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
