HTTP Example:POST /API/BAMAPI/getNumberOfOpenSteps
options=…
| API Example: RemoteBAMAPI.getNumberOfOpenSteps({'options': }); |
Gets the number of open steps of the logged user. - Output:
- int - the number of open 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
|