Not logged in - Login
< back

REST API v1.0 - Parameter: count

count is the parameter to define timeSlice how many cycles should be repeated.

  • Obviously, count is not the number of consecutive repeats at a moment.
  • &count=2&timeSlice=2month cause 2 task calls:
    • 2 month next from this moment
    • 4 month next from this moment


Legal Values

  • positive [integer] : Example: &count=5 , &count=99
  • -1 : For infinite times. Example: &count=-1