---
title: "Get an in process tracking field type"
method: GET
path: "/api/in-process-tracking-field-types/{id}"
tags: ["InProcessTrackingFieldType"]
---

# Get an in process tracking field type

`GET /api/in-process-tracking-field-types/{id}`

## Path parameters

- `id` string, required

## Response `200`

The in process tracking field type for the given id

- InProcessTrackingFieldTypeDto — Describes the type of in process tracking field
  - `id` string, required — Unique id associated to this entity.
  - `name` string, required — The name of the in process tracking field
  - `dataType` 'boolean' | 'number' | 'dropdown' | 'text' | 'checkbox', required
  - `description` string — Description of the in process tracking field
  - `dropDownOptions` string[], nullable — Options when the data type is a list type
  - `unitTypeName` string, nullable — The type of quantity when the data type is number

## Other responses

- `404` — In process tracking field type did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
