...
changedate | date | Return all repeat changes on or after the provided date. |
changetime | time | If this is provided only return repeat changes after the provided date and time. |
resumekey | string | If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries |
Output
repeats | collection[repeat] | Repeat changes |
GetRepeatsByTodoID
...
todoid | number | Return all repeats for this todo |
Output
repeats | collection[repeat] | All repeats for the todo |
...
changedate | date | Return all repeat changes on or after the provided date. |
changetime | time | If this is provided only return repeat changes after the provided date and time. |
resumekey | string | If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries |
Output
repeats | collection[wgrepeat] | Repeat changes |
GetWGRepeatsByTodoID
...
todoid | number | Return all repeats for this todo |
Output
repeats | collection[wgrepeat] | All repeats for the todo |
...
field | string | Return todos where this field has the value specified in 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 |
value | string | Return todos where the field specified in field has this value. |
resumekey | string | |
include_closed | boolean | 1 if closed tasks should be included. |
Output
todos | collection[ todo ] | A collection of the relevant todos, or an empty collection if no todos were found. |
resumekey | string | Sometimes 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. |
...