---
title: "fetch list of unified jobs"
method: GET
path: "/api/servicepool/unifiedJobs"
tags: ["unifiedJobs"]
---

# fetch list of unified jobs

`GET /api/servicepool/unifiedJobs`

## Query parameters

- `filter` ParametersFilter
  - `where` ParametersFilterWhere
  - `fields` ParametersFilterFields
  - `limit` number
  - `skip` number
  - `order` string[]
  - `collate` ParametersFilterCollation
    - `locale` string
    - `strength` number
    - `caseLevel` boolean
    - `numericOrdering` boolean

## Response `200`

list of `unifiedJobs`

- object
  - `data` UnifiedJobsDto[], required
    - `uuid` string, required — The unique identifier of the unified job
    - `title` string, required — The title of the unified job
    - `description` string — The description of the unified job
    - `wxJobUuid` string — The unique identifier of the wx job
    - `hireJobUuid` string — The unique identifier of the position in Hire
    - `location` object
      - `uuid` string, required — The unique identifier of the location
    - `qualifications` object[]
      - `uuid` string, required — The unique identifier of the qualification
    - `demographics` object
      - `uuid` string, required — The unique identifier of the demographics
    - `createdAt` string, date-time — The date and time the unified job was created
    - `createdBy` string — The unique identifier of the user who created the unified job
    - `updatedAt` string, date-time — The date and time the unified job was updated
    - `updatedBy` string — The unique identifier of the user who updated the unified job
    - `skills` string[]
    - `onetV2Skills` object[] — List of onet v2 skills
      - `skill` string, required
      - `category` string
      - `Element ID` string
      - `frequency` number
      - `data_value` number
      - `evidence` string
    - `onetOccupation` object — Onet occupation information
      - `name` string, required
      - `onetSocCode` string, required

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
