---
title: "List CLIC Objects"
method: POST
path: "/clicmanager.fetch/{typedId}"
tags: ["Clicmanager", "Quotes", "Rebate Agreements", "Sales Compensations", "Contracts (Agreements & Promotions)"]
---

# List CLIC Objects

`POST /clicmanager.fetch/{typedId}`

Retrieves line items of the specified CLIC entity (Quote/Contract/Rebate Agreement/Compensation Plan Line Items).
<p>

>This endpoint is used in the **REACT** version only. It is not advisable to mix REACT endpoints together with Ember endpoints.

## Query parameters

- `noComplexResults` boolean
- `getMyItemsForReview` boolean

## Request body

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

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` object[]
      - `version` integer
      - `typedId` string
      - `clicId` integer
      - `inputs` object[]
        - `name` string
        - `label` string
        - `type` string
        - `typedId` string
        - `inputs` object[]
        - `parameterConfig` object
          - `sortType` string
          - `validationType` string
          - `dataType` string
        - `formattingOptions` object
        - `value` object
          - `100` string
          - `150` string
          - `0.4` string
          - `1.6` string
          - `2.71` string
        - `valueHint` string
        - `required` boolean
        - `valueOptions` string[]
      - `outputs` object[]
        - `resultName` string
        - `resultLabel` string
        - `result` string
        - `excludeFromExport` boolean
        - `warnings` string[]
        - `displayOptions` integer
        - `resultType` string
        - `resultGroup` string
        - `overrideAllowEmpty` boolean
        - `overridden` boolean
        - `overridable` boolean
      - `dirty` boolean
      - `lineId` string
      - `calculationStatus` integer
      - `editabilityStatus` integer
      - `label` string
      - `startDate` string
      - `endDate` string
      - `payoutDate` string
      - `calculationBaseJson` string
      - `calculationBase` object
        - `includedCustomerGroups` object[]
        - `includedProductGroups` object[]
        - `includedSellerReferences` object[]
        - `excludedCustomerGroups` object[]
        - `excludedproductGroups` object[]
        - `excludedSellerReferences` object[]
        - `includedTimePeriods` object[]
          - `timeUnit` string
          - `startDate` string
          - `endDate` string
          - `single` boolean
        - `excludedTimePeriods` object[]
        - `otherFilters` object[]
        - `dateDimFieldName` string
      - `folder` boolean
      - `treeLabel` string
      - `createDate` string
      - `createdBy` integer
      - `lastUpdateDate` string
      - `lastUpdateBy` integer
      - `compensationConditionType` string
      - `compensationConditionTypeLabel` string
    - `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)
