---
title: "List Claim Types"
method: POST
path: "/fetch/CLT"
tags: ["Claim Types"]
---

# List Claim Types

`POST /fetch/CLT`

Retrieves all Claim Types, or Claim Types that match a filter.

## Request body

- object
  - `endRow` integer
  - `oldValues` object, nullable
  - `operationType` string
  - `startRow` integer
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` object[]
      - `version` integer
      - `typedId` string
      - `uniqueName` string
      - `label` string
      - `formulaName` string
      - `allocationFormulaName` string
      - `validationStateElementName` string
      - `sheetName` string
      - `configuration` object
        - `columns` object
          - `sku` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `quantity` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `attribute1` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `attribute2` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `attribute3` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `attribute4` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `attribute5` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `attribute6` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `attribute7` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `totalAmount` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
          - `endCustomerId` object
            - `name` string
            - `fieldFormatType` string
            - `canEdit` boolean
      - `createDate` string
      - `createdBy` integer
      - `lastUpdateDate` string
      - `lastUpdateBy` integer
    - `endRow` integer
    - `totalRows` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
