---
title: "직무·직위·직책·직급·직군 목록 조회 (Get all job items)"
method: GET
path: "/v2/job-items/all"
tags: ["직무·직위·직책·직급·직군 (job-items)"]
---

# 직무·직위·직책·직급·직군 목록 조회 (Get all job items)

`GET /v2/job-items/all`

코드가 입력된 직무·직위·직책·직급·직군 등 업무 코드 목록을 조회합니다

## Response `200`

OK

- JobItemListResponse
  - `jobRoles` JobRoleDto[], required — 직무 목록
    - `jobRoleCode` string, required — 직무코드
    - `name` string, required — 직무명
  - `jobRanks` JobRankDto[], required — 직위 목록
    - `jobRankCode` string, required — 직위코드
    - `name` string, required — 직위명
  - `jobTitles` JobTitleDto[], required — 직책 목록
    - `jobTitleCode` string, required — 직책
    - `name` string, required — 직책명
  - `jobLevels` JobLevelDto[], required — 직급 목록
    - `jobLevelCode` string, required — 직급코드
    - `name` string, required — 직급명
  - `jobGroups` JobGroupDto[], required — 직군 목록
    - `jobGroupCode` string, required — 직군코드
    - `name` string, required — 직군명

---

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