Get the count of applications satisfying the given criteria
POST
/process/_countLast modified: 6 months ago
- Returns the total number of application in the system based on the criteria given
- Primarily used to shoe total count in inbox
Request
Query Params
tenantId
string <varchar>
required
Unique id for a tenant.
status
string
optional
status of Application
ids
string
optional
Unique id of Application
businessService
string
optional
Name of the workflow confguration.
>= 2 characters<= 64 characters
moduleName
string
optional
Module name to which workflow application belongs
>= 2 characters<= 64 characters
businessIds
array[string]
optional
The list of businessIds
<= 50 items
assignee
string
optional
The unique Old license number for a Application.
>= 2 characters<= 64 characters
history
boolean
optional
Boolean flag to return history of the workflow
limit
integer
optional
Number of records to be returned
offset
integer
optional
Starting offset for returning search response
fromDate
integer
optional
Number of records to be returned
toDate
integer
optional
Number of records to be returned
Body Params text/plain
Example:{"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "50b80fa6-bec2-438e-a168-ce5ad53770b5"
}}
Request samples
Responses
Successful(200)
Invalid input.(400)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 6 months ago