---
title: "Campos customizados em empresas"
method: GET
path: "/companies/custom-fields"
---

# Campos customizados em empresas

`GET /companies/custom-fields`

## Query parameters

- `cursor` string
- `show` integer
- `company_id` integer
- `custom_field_id` integer
- `created_at_start` string, date-time
- `created_at_end` string, date-time
- `updated_at_start` string, date-time
- `updated_at_end` string, date-time

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object[]
    - `company_id` integer
    - `custom_field_id` integer
    - `value` string
    - `created_at` string
    - `updated_at` string
  - `meta` object
    - `cursor` object
      - `current` unknown
      - `prev` unknown
      - `next` string
      - `count` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/versions/0a130198f0a3/schema)
