Gets the list of the number of the finished cases (process instances) per day of every users.
Method Detail
HTTP Example:
POST /API/BAMAPI/getNumberOfFinishedCasesPerDay
since=…&options=…
API Example:
RemoteBAMAPI.getNumberOfFinishedCasesPerDay({'since': /* since the starting date */, 'options': /* options the options map (domain, queyList, user) */});
Gets the list of the number of the finished cases (process instances) per day of every users.
Output:
java.util.List<java.lang.Integer> -
Form parameters:
since - the starting date
options - the options map (domain, queyList, user)