Add Task Comment
Returns Promise that represents an object describing CaTaskCommentsItemBase.
The Case task ID of the task to add the comment to
The comment text
Update Task Comment
Returns Promise that represents an object describing CaTaskCommentsItemBase.
The Case task ID of the task to add the comment to
The comment text
Optional
commentId: numberProbably unnecessary?
Adds a task to the case specified by the CaObectId.
Returns Promise that represents an object describing added Attachment
The Task ID to attach the document to
The Case Object ID
The file name as it should display in the system
The binary string for the file
Optional
locationType: stringThe location of the file...leave blank
Deletes a task attachment by caRelDocId (Related Case Document ID). Same as RelDocs delete for case.
Returns Promise that represents the an object describing the deleted document.
The caRelDocId for the related document which should be deleted
Gets each Document Attached to the specified Task
Returns Promise that represents a collection of objects describing each Attachment on the provided task
The Task ID to attach the document to
Add Task Result
Returns Promise that represents an object describing CaTaskResultsItem.
The Case Object to attach the task to
The Case task ID to add the result to
The result Code
The result ID
The result set ID
Optional
options: ObjectOptions for the Task. See /{subdirectory}/apidocs/#/service-info/Pll/CaseTaskResults
Search for CaseTaskResults Objects. Include one or more of the search fields. A logical 'and' operation is applied to muliple search fields
Returns Promise that represents a collection of resulting CaTaskResultsItem
Optional
filters: ObjectThe parameters to search by. See: /{subdirectory}/apidocs/#/service-info/Pll/CaseTaskResults
Adds a task to the case specified by the CaObectId.
Returns Promise that represents an object describing CaTaskItemBase.
The Case Object to attach the task to
The task ID to add to the case workflow
The start point in the workflow for the task
The end point in the workflow for the task
Optional
options: ObjectOptions for the Task. See /{subdirectory}/apidocs/#/service-info/Pll/CaseTask
Get tasks by CaObjectId
Returns Promise that represents a collection of the CaTaskItemBases.
The Case Object to get the attached tasks
Wherther to check related items. Defaults to false.
Get tasks by TaskIds
Returns Promise that represents a collection of the CaTaskItemBases.
The IDs of the tasks to retrieve
Wherther to check related items. Defaults to false.
Search for Case Tasks. Include one or more of the search fields. A logical 'and' operation is applied to muliple search fields
Returns Promise that represents a collection of resulting CaTaskIDs
Optional
filters: ObjectThe parameters to search by. (ResponsibleUserId, TaskAvailable, TaskComplete, TaskType)
Updates a task
Returns Promise that represents an object describing CaTaskItemBase.
The Case Object to attach the task to
The result code to set for the specified Task
Optional
options: ObjectOptions for Task. Specify either or both TaskCompletedBy & TaskCompleteDate. See /{subdirectory}/apidocs/#/service-info/Pll/CaseTask
Updates a task
Returns Promise that represents an object describing CaTaskItemBase.
The Case Object to attach the task to
Optional
options: ObjectOptions for Task. See /{subdirectory}/apidocs/#/service-info/Pll/CaseTask
Task sub-methods