Get applicationConfigs count
GET {{url}}/applicationconfigs/count?healthy=true&broken=true&inUse=true
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
healthy | boolean | Valid application config record | |
broken | boolean | Invalid application config records | |
inUse | boolean | Application configs that are used in workflows |
RESPONSES
status: OK
{"totalRecords":12,"inUse":4,"healthy":6,"broken":6}