---
title: "Get Folder Statistics"
method: POST
path: "/clicmanager.folderstats/{typedId}"
tags: ["Quotes", "Clicmanager"]
---

# Get Folder Statistics

`POST /clicmanager.folderstats/{typedId}`

Returns a list of parent IDs with the count of nested items. An example can be a list of Quote folders (their IDs) with the count of line items inside them.

## Query parameters

- `withLineIds` boolean

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object[]
      - `FolderID` integer
      - `ROOT` integer
      - `execution time` string
    - `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)
