The Case task ID of the task to add the comment to
The comment text
Returns Promise that represents an object describing CaTaskCommentsItemBase.
Deletes tasks by TaskID
The comments to delete
Returns Promise that represents a dictionary of comment IDs.
Search for CaseTaskComments by CaTaskId
The task ID for which to retrieve attached comments
Returns Promise that represents a collection of CommentRecords.
Search for CaseTaskComments by CaTaskId
The task IDs for which to retrieve attached comments
Returns Promise that represents a collection of CaTaskCommentsItemBase.
Update Task Comment
The Case task ID of the task to add the comment to
The comment text
Optional
commentId: numberProbably unnecessary?
Returns Promise that represents an object describing CaTaskCommentsItemBase.
Adds a task to the case specified by the CaObectId.
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
Returns Promise that represents an object describing added Attachment
Deletes a task attachment by caRelDocId (Related Case Document ID). Same as RelDocs delete for case.
The caRelDocId for the related document which should be deleted
Returns Promise that represents the an object describing the deleted document.
Gets each Document Attached to the specified Task
The Task ID to attach the document to
Returns Promise that represents a collection of objects describing each Attachment on the provided task
Add Task Result
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
Returns Promise that represents an object describing CaTaskResultsItem.
Get CaTaskResultsItem by CaTaskIds
The IDs of the tasks for which to retrieve results
Returns Promise that represents a collection of CaTaskResultsItems.
Search for CaseTaskResults Objects. Include one or more of the search fields. A logical 'and' operation is applied to muliple search fields
Optional
filters: ObjectThe parameters to search by. See: /{subdirectory}/apidocs/#/service-info/Pll/CaseTaskResults
Returns Promise that represents a collection of resulting CaTaskResultsItem
Adds a task to the case specified by the CaObectId.
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
Returns Promise that represents an object describing CaTaskItemBase.
Deletes a task by TaskID
The caTaskId for the task which should be deleted
Returns Promise that represents an object describing CaTaskItemBase.
Deletes a task by TaskID
Returns Promise that represents the number of the CaObjectID
Get tasks by CaObjectId
The Case Object to get the attached tasks
Wherther to check related items. Defaults to false.
Returns Promise that represents a collection of the CaTaskItemBases.
Get tasks by TaskIds
The IDs of the tasks to retrieve
Wherther to check related items. Defaults to false.
Returns Promise that represents a collection of the CaTaskItemBases.
Search for Case Tasks. Include one or more of the search fields. A logical 'and' operation is applied to muliple search fields
Optional
filters: ObjectThe parameters to search by. (ResponsibleUserId, TaskAvailable, TaskComplete, TaskType)
Returns Promise that represents a collection of resulting CaTaskIDs
Updates a task
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
Returns Promise that represents an object describing CaTaskItemBase.
Updates a task
The Case Object to attach the task to
Optional
options: ObjectOptions for Task. See /{subdirectory}/apidocs/#/service-info/Pll/CaseTask
Returns Promise that represents an object describing CaTaskItemBase.
Add Task Comment