---
title: "Get application fields"
method: GET
path: "/v1/hire/jobs/{jobId}/applicationfields"
tags: ["Jobs"]
---

# Get application fields

`GET /v1/hire/jobs/{jobId}/applicationfields`

Get job application fields

## Path parameters

- `jobId` string, required

## Response `200`

Success

- JobApplicationFieldsDTO[]
  - `fieldName` string, nullable — Gets or sets the name of the field.
  - `id` string, nullable — Gets or sets the Field Identifier of the field.
  - `required` boolean — Gets or sets a value indicating whether this !:FieldListItem is required.
  - `fieldType` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
  - `fieldOptions` FieldOptionDTO[], nullable — Gets or sets the field options.
    - `id` string, nullable — Gets or sets the identifier.
    - `value` string, nullable — Gets or sets the value.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

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