---
title: "List candidate fields"
method: GET
path: "/recruitment/candidate_fields"
tags: ["Candidates"]
---

# List candidate fields

`GET /recruitment/candidate_fields`

## Response `200`

OK

- object
  - `data` CandidateField[]
    - `id` integer, required
    - `name` string, required
    - `internal_name` string, required
    - `type` string, required
    - `options` string[] — Only for single/multi select fields
  - `metadata` Pagination
    - `page` integer
    - `pages` integer
    - `count` integer
    - `items` integer

---

[API](https://skmtc.net/peopleforce/apis/company-api.md) · [All operations](https://skmtc.net/peopleforce/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/peopleforce/company-api/revisions/ff612e61a4c3/schema)
