---
title: "Get a list of available candidate properties"
method: GET
path: "/configuration/candidate-properties"
tags: ["configuration"]
---

# Get a list of available candidate properties

`GET /configuration/candidate-properties`

Get all candidate properties and their configuration for a company

## Response `200`

- CandidatePropertyDefinitionList
  - `totalFound` integer
  - `content` CandidatePropertyDefinition[]
    - `id` string
    - `key` string
    - `label` string
    - `type` 'BOOLEAN' | 'COUNTRY' | 'CURRENCY' | 'DATE' | 'NUMBER' | 'PERCENT' | 'REGION' | 'TEXT' | 'USER' | 'SINGLE_SELECT'
    - `availability` CandidatePropertyAvailability
      - `toUsers` 'ALL' | 'FULL_ACCESS'
      - `context` string[]
      - `forOrgFields` CandidatePropertyFilter[]
        - `id` string
        - `values` CandidatePropertyFilterValues
          - `all` boolean
          - `content` string[]
        - `actions` Actions
    - `actions` Actions

## Other responses

- `403` — Permission denied

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/versions/449bdc2516c9/schema)
