Skip to main content
GET
/
v1
/
products
/
stats
Get product count statistics
curl --request GET \
  --url http://localhost:3000/v1/products/stats
{
  "rfcCount": 123,
  "nonRfcCount": 123,
  "activeCount": 123,
  "inactiveCount": 123,
  "totalCount": 123
}

Response

200 - application/json

Product statistics

rfcCount
number
required
nonRfcCount
number
required
activeCount
number
required
inactiveCount
number
required
totalCount
number
required