...
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. |
AddTodoToProject
Move a task to a project; this requires the new Project module. Only works if the task isn't already attached to a project.
Input
todoid | number | The Microbizz ID of a task |
projectid | number | The Microbizz ID of a project |
Output
- | - | - |