Get the nearing sla count of workflow applications defined in the system.
POST
/process/_nearingslacountLast modified: 7 months ago
- Search and get Application(s) based on defined search criteria.
- In case multiple parameters are passed Application(s) will be searched as an AND combination of all the parameters.
Request
Query Params
tenantId
string <varchar>
required
Unique id for a tenant.
ids
array[integer <int64>]
optional
unique identifier of Application
<= 50 items
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
Body Params application/json
object {0}
Example
{}
Request samples
Responses
Count Retrived Successfully(200)
Invalid input.(400)
Count Retrived Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
integer
optional
Example
0
Last modified: 7 months ago