Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Entity APIs - ProjectTasks

API Description
addProjectTask This flowcode operation creates a new project task for the specified project.
deleteProjectTask This flowcode operation deletes an existing project task. It is only possible to delete a project task if you are the project manager of the project or the project task owner.
getActiveProjectTasks This flowcode operation gets details of all active project tasks that match the search criteria provided.
getDependentProjectTasks This flowcode operation gets details of all project tasks that depend on the specified project task.
getMyProjectTasks This flowcode operation gets details of all project tasks for the project user and all of their projects based on the search criteria provided.
getProjectTask This flowcode operation gets details of the specified project task.
getProjectTaskDependencies This flowcode operation gets details of all task dependencies for the specified project task.
getProjectTasks This flowcode operation gets details of all project tasks that match the search criteria provided.
updateProjectTask This flowcode operation updates the specified project task.
In This Document