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