---
title: "Custom fields response"
method: GET
path: "/{companyDomain}/customfieldResponses"
---

# Custom fields response

`GET /{companyDomain}/customfieldResponses`

## Path parameters

- `companyDomain` string, required

## Query parameters

- `productId` integer
- `customerUniqueId` string

## Response `200`

200

- object[]
  - `customFieldResponseId` integer
  - `customField` object
    - `customFieldId` integer
    - `type` integer
    - `label` string
    - `description` string
    - `options` string
    - `compulsory` boolean
  - `value` string

## Other responses

- `400` — 400

---

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