---
title: "Get a DM Object (no count)"
method: POST
path: "/datamart.fetchnocount/{objectId}"
tags: ["Data Manager"]
---

# Get a DM Object (no count)

`POST /datamart.fetchnocount/{objectId}`

Retrieves the object's (Data Feed, Data Source, Datamart) row level data and skips the **count()** query - it does not return a total number of rows in the entire table when the filter is applied, it returns just the total number of rows in the response.<p>
<!-- theme: info -->
>**Information**:
>Use this endpoint when you need a better performance when fetching large data sets and when you do not need to fetch a total number of items in the table. Usually used **for integration purposes**.

## Request body

- object
  - `endRow` number
  - `oldValues` unknown
  - `operationType` string
  - `startRow` number
  - `textMatchStyle` string
  - `data` object
    - `_constructor` string
    - `operator` string
    - `criteria` object[]
      - `fieldName` string
      - `operator` string
      - `value` string

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `csrfToken` string
    - `startRow` number
    - `data` object[]
    - `endRow` number
    - `totalRows` number
    - `status` number

---

[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/revisions/0850b5d6be73/schema)
