---
title: "Get all positions openings fields"
method: GET
path: "/positions/position-openings/metadata"
tags: ["Workforce Planning"]
---

# Get all positions openings fields

`GET /positions/position-openings/metadata`

Returns a list of all fields of object type position opening.<br/>

## Response `200`

Success

- ObjectsMetadata
  - `id` string — ID of the field.
  - `name` string — Name of the field.
  - `description` string — Description of the field.
  - `fieldType` object
    - `type` string — The type of the field.
    - `typeData` object
      - `listId` string — The ID of the list in the /v1/company/named-lists endpoint.
  - `jsonPath` object
    - `root` string — The path to the field json object. The field value and other properties, such as humanReadable value, will be placed inside.
    - `rawData` string — The path to the actual field value.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/versions/0781ebbdda91/schema)
