---
title: "List Custom Field Templates"
method: GET
path: "/v3/custom-fields/template/list"
tags: ["[v3] Custom Fields"]
---

# List Custom Field Templates

`GET /v3/custom-fields/template/list`

List Custom Field Templates

## Headers

- `Accept` string
- `Content-Type` string

## Response `200`

List of active custom fields templates

- object
  - `data` object[]
    - `id` integer — ID of the created template
    - `name` string — Name of the template
    - `resourceType` string — Resource type
    - `required` boolean — Whether the field is required
    - `status` integer — Template status
    - `fieldType` string — Field type
    - `defaultValue` string, nullable — Default value
    - `fieldOptions` object[], nullable — Field options

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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