---
title: "Show all custom fields for a company"
method: GET
path: "/custom_fields"
tags: ["CustomField"]
---

# Show all custom fields for a company

`GET /custom_fields`

Returns all custom fields for a given company

## Headers

- `X-Subdomain` string
- `X-Partner` string

## Response `200`

Custom fields response

- CustomField[]
  - `partner_id` string
  - `uuid` string
  - `title` string
  - `resource_type` string
  - `mytime_id` integer
  - `hidden` boolean
  - `sort_order` integer

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/mytime/apis/mytime-partners-api.md) · [All operations](https://skmtc.net/mytime/apis/mytime-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mytime/mytime-partners-api/versions/65d3a27fcb1a/schema)
