---
title: "Ver detalhes do campo customizado"
method: GET
path: "/customFields/{id}"
---

# Ver detalhes do campo customizado

`GET /customFields/{id}`

## Path parameters

- `id` integer, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `name` string
    - `description` unknown
    - `account_id` integer
    - `type` integer
    - `hash` string
    - `belongs` integer
    - `values` unknown

## Other responses

- `403` — 403
- `404` — 404
- `422` — 422

---

[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)
