HTTP Example:POST /API/BAMAPI/getNumberOfOverdueSteps
options=…
| API Example: RemoteBAMAPI.getNumberOfOverdueSteps({'options': }); |
Gets the total number of overdue steps (i.e. tasks) of every users.
An overdue task is a task which its ended date is exceeded. - Output:
- int - he number of overdue steps.
- Form parameters:
- options - the options map (domain, queyList, user)
- Produces:
- text/*
- application/xml
- Consumes:
- application/x-www-form-urlencoded
- text/*
- application/xml
|