---
title: "Retrieves a list of all system job titles"
method: GET
path: "/system/job-title"
tags: ["System Job Title"]
---

# Retrieves a list of all system job titles

`GET /system/job-title`

## Query parameters

- `page` integer
- `items_per_page` integer
- `industry_id` string
- `country_code` string
- `position_types` string[]
- `position_types_exists` boolean
- `name` string
- `short_name` string
- `job_family_name` string
- `job_family_id` string
- `_id` string[]
- `disabled` boolean
- `sortBy` string[]

## Response `200`

All System job titles will be returned

- JobTitleResponseDef[]
  - `_id` string, required
  - `updated_at` string, date-time, required
  - `created_at` string, date-time, required
  - `__v` integer, required
  - `name` string, required
  - `short_name` string, required
  - `industry_id` string, required
  - `job_family_name` string, required
  - `job_family_id` string, required
  - `country_code` string, required
  - `position_types` string[], required
  - `disabled` boolean, required
  - `description` string, required
  - `_etags` object, required
    - `job_titles` number, required

## Other responses

- `204` — No Content. There were no records to return based on your query.
- `400` — Validation error on get list that has virtual property filter
- `401` — Failed to authenticate the user making the request
- `403` — Permission denied error
- `default` — Server error occurred

---

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