---
title: "Get custom fields with pagination"
method: GET
path: "/position/custom-fields"
tags: ["CustomFields"]
---

# Get custom fields with pagination

`GET /position/custom-fields`

Get custom fields with pagination

## Query parameters

- `limit` number
- `offset` string

## Response `200`

Successful operation

- object
  - `results` object[]
    - `propertyId` string
    - `fieldType` string
    - `title` string
    - `options` string[] — Here are the options to be selected when fieldtype is select
    - `isIntegrated` boolean
    - `isRequired` boolean
  - `totalResults` number
  - `page` number
  - `totalPages` number

---

[API](https://skmtc.net/gupy/apis/gupy-public-api.md) · [All operations](https://skmtc.net/gupy/apis/gupy-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gupy/gupy-public-api/versions/3f26defa2a42/schema)
