Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Previous version of Count Forms. Count requests matching filter criteria.
GET /forms/count
GET https://connect.penbox.io/v1/requests/count
filter
GET /requests
group-by
status
user.{field}
data.{field}
{ "count": 42 }
{ "count": 42, "by": { "status": { "pending": 15, "completed": 20, "draft": 7 } } }
curl 'https://connect.penbox.io/v1/requests/count?group-by=status' \ -H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
200
400
401
403
429
500
Was this page helpful?