---
title: "Get a Configuration Storage"
method: POST
path: "/fetch/JCS"
tags: ["Visual Configuration"]
---

# Get a Configuration Storage

`POST /fetch/JCS`

Retrieves the JSON Configuration Storage (`JCS`).

## Request body

- object
  - `oldValues` object, nullable
  - `operationType` string
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string, required — `storageType` must be defined within the filter.
      - `operator` string
      - `value` 'STRATEGY' | 'STRATEGY_LOOKUP' | 'FORMULA' | 'FORMULA_LOOKUP'
      - `_constructor` string
  - `sortBy` string[]

## Response `200`

OK

- object
  - `response` object
    - `status` integer
    - `startRow` integer
    - `node` string
    - `data` JsonConfigurationStorage[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `updateDate` string, date-time
      - `typedId` string
      - `lastUpdateDate` string, date-time
      - `storageStatus` 'DRAFT' | 'ACTIVE' | 'SUPERSEDED'
      - `label` string, nullable
      - `version` integer
      - `jsonStorage` string — A valid json of any size.
      - `createdBy` integer
      - `name` string
      - `storageType` 'STRATEGY' | 'STRATEGY_LOOKUP' | 'FORMULA' | 'FORMULA_LOOKUP'
      - `id` integer
      - `supersededBy` integer, nullable
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `endRow` 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)
