Skip to main content
POST
/
user
/
collections
/
deep-count
Get recursive file counts for collections
curl --request POST \
  --url https://pria.praxislxp.com/user/collections/deep-count \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "success": true,
  "counts": {}
}

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Body

application/json
ids
string[]
required

Collection IDs (max 100)

Response

200 - application/json

Deep counts per collection

success
boolean
counts
object

Map of collection ID to recursive file count