Interface: UpdateTaskRequest
Extends
Properties
assigneeIds?
List of assigned staff member ids.optionalassigneeIds:string[]
Inherited from
CreateTaskRequest.assigneeIds
categories?
List of categories.optionalcategories:string[]
Inherited from
CreateTaskRequest.categories
completedByStaffId?
Completed by Staff id.optionalcompletedByStaffId:string
Inherited from
CreateTaskRequest.completedByStaffId
completedDate?
Completed date (if completed)optionalcompletedDate:string
Inherited from
CreateTaskRequest.completedDate
dueDate?
Due dateoptionaldueDate:string
Inherited from
CreateTaskRequest.dueDate
duration?
Duration of the task in ISO 8601 duration format.optionalduration:string
Inherited from
CreateTaskRequest.duration
id
id: string
Task id
isCompleted
isCompleted: boolean
True when the task is completed.
Inherited from
CreateTaskRequest.isCompleted
matterId
matterId: string
Associated matter id.
Inherited from
CreateTaskRequest.matterId
note?
Notes on the task.optionalnote:string
Inherited from
CreateTaskRequest.note
subject
subject: string
Short description of the task.
Inherited from
CreateTaskRequest.subject