---
title: "List Live Price Grids"
method: POST
path: "/fetch/PG"
tags: ["Live Price Grids"]
---

# List Live Price Grids

`POST /fetch/PG`

Retrieves all Price Grids based on filter settings.

---
**Filter example**:<p>
Returns only Price Grids where *status* = `CANCELLED`.
```json
{
   "data":{
      "_constructor":"AdvancedCriteria",
      "operator":"and",
      "criteria":[
         {
            "fieldName":"status",
            "operator":"equals",
            "value":"CANCELLED"
         }
      ]
   }
}
```

---

## Request body

- object
  - `endRow` number — The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.
  - `oldValues` unknown
  - `operationType` string
  - `startRow` number — The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` 'equals' | 'iEquals' | 'notEqual' | 'iNotEqual' | 'isNull' | 'notNull' | 'contains' | 'iContains' | 'containsPattern' | 'iContainsPattern' | 'notContains' | 'iNotContains' | 'startsWith' | 'iStartsWith' | 'notStartsWith' | 'iNotStartsWith' | 'endsWith' | 'iEndsWith' | 'notEndsWith' | 'iNotEndsWith' | 'iBetween' | 'iBetweenInclusive' | 'inSet' | 'notInSet' — Specify an operator of the filter criteria.
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `status` number
    - `startRow` number
    - `node` string
    - `csrfToken` string
    - `data` object[]
      - `version` number
      - `typedId` string
      - `label` string
      - `calculationMessages` string
      - `numberOfItems` number
      - `keepManualOverrides` boolean
      - `writeOnlyChangedItems` boolean
      - `configuration` string
      - `numberOfApprovedItems` number
      - `numberOfOpenItems` number
      - `numberOfDeniedItems` number
      - `numberOfSubmittedItems` number
      - `numberOfAutoApprovedItems` number
      - `priceGridType` string
      - `createdByName` string
      - `lastUpdateByName` string
      - `updateDate` string
      - `updatedBy` number
      - `createDate` string
      - `createdBy` number
      - `lastUpdateDate` string
      - `lastUpdateBy` number
      - `status` string
      - `calculationStartDate` string
      - `calculationDate` string
      - `partialCalculationDate` string
      - `id` number
    - `endRow` number — The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.

---

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