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.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

typedId of the document whose folder statistics you want to fetch.

Example: 2147494.Q
query Parameters
withLineIds
boolean

If set to true, returns a list of line item IDs inside the folders instead of their count.

Responses
200

OK

Response Schema: application/json
object
node
string
Array of objects
Array
FolderID
integer
ROOT
integer
execution time
string
status
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster",
    • "data": [
      • {
        • "iZOp5XIIUofGWq5": 2,
        • "ROOT": 2,
        • "cYK7qJRcnCoT4Q2": 1,
        • "execution time": "23ms"
        }
      ],
    • "status": 0
    }
}