---
title: "List Condition Record Sets"
method: POST
path: "/fetch/CRCS"
tags: ["Condition Records"]
---

# List Condition Record Sets

`POST /fetch/CRCS`

Retrieves all Condition Record Set (CRCS) objects.

## Request body

- object

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `startRow` integer
    - `data` ConditionRecordSet[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `updateDate` string, date-time
      - `typedId` string
      - `updatedBy` integer
      - `keySize` integer — The number of key fields (key1..key12). Cannot be changed once the Condition Record Set is created.
      - `lastUpdateDate` string, date-time
      - `label` string, nullable
      - `version` integer
      - `uniqueName` string
      - `createdBy` integer
      - `userGroupViewDetails` string, nullable
      - `userGroupEdit` string, nullable
      - `id` integer
      - `createDate` string, date-time
      - `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)
