Not logged in - Login
View History

REST API v1.0 - Parameter: count

REST API is the kernel of all our libraries. If you are using a library, you don't need to add url queries like this examples, values are enough.

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 must be 1 or greater.-1 is acceptable for infinite times.
  • For example, &count=2&timeSlice=1month cause 2 task calls:
    • 1 month next from this moment
    • 2 month next from this moment


Legal Values

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