Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

changedatedateReturn all repeat changes on or after the provided date.
changetimetimeIf this is provided only return repeat changes after the provided date and time.
resumekeystringIf a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries

Output

repeatscollection[repeat]Repeat changes

GetRepeatsByTodoID

...

todoidnumberReturn all repeats for this todo

Output

repeatscollection[repeat]All repeats for the todo

...

changedatedateReturn all repeat changes on or after the provided date.
changetimetimeIf this is provided only return repeat changes after the provided date and time.
resumekeystringIf a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries


Output

repeatscollection[wgrepeat]Repeat changes

GetWGRepeatsByTodoID

...

todoidnumberReturn all repeats for this todo

Output

repeatscollection[wgrepeat]All repeats for the todo

...

fieldstring

Return todos where this field has the value specified in value.

Following output is possible by examples:


custom150

This will return a custom field with the ID 150


qref200

This will return a Microbizz field with the ID 200

valuestringReturn todos where the field specified in field has this value.
resumekeystring
include_closedboolean1 if closed tasks should be included.

Output

todoscollection[ todo ]A collection of the relevant todos, or an empty collection if no todos were found.
resumekeystringSometimes the entire result cannot be returned because it's to large. In that case a resumekey is returned along with the results. Execute the command again with this resumekey to get the remaining results.

...