---
title: "Lists in process tracking field types"
method: POST
path: "/api/in-process-tracking-field-types"
tags: ["InProcessTrackingFieldType"]
---

# Lists in process tracking field types

`POST /api/in-process-tracking-field-types`

## Query parameters

- `Sort.Field` string
- `Sort.Dir` 'ascending' | 'descending' — Specify sorting direction.
- `Skip` integer
- `Take` integer

## Request body

- InProcessTrackingFieldTypeRequestFindParameters — Parameters used for searching/finding in process tracking fields.
  - `name` string, nullable — Filter in process tracking fields based on their name.
  - `ids` string[], nullable — Filter in process tracking fields based on matching ids.

## Response `200`

The in process tracking field types

- InProcessTrackingFieldTypeDto[]
  - `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

---

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