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}}

API Services / task

Description

This service provides an interface for working with tasks. Tasks are units of work that require a human to action. Tasks are assigned to individuals or a group of individuals.

Methods

Method Status Type HTTP Method Description
taskAssign This operation re-assigns a task to an individual.
taskCancel This operation cancels the existing task.
taskComplete This operation completes and existing task.
taskCreate2 This operation creates a new task.
taskGetInfo This operation gets the specified task information.
taskGetList This operation gets a list of tasks.
taskUpdate2 This operation updates an existing task. The user with ADMIN privilege will be allowed to update completed/canceled…
In This Document