Interface: UpdateTaskRequest
Extends
Properties
assigneeIds?
List of assigned staff member ids.optional
assigneeIds:string
[]
Inherited from
CreateTaskRequest
.assigneeIds
categories?
List of categories.optional
categories:string
[]
Inherited from
CreateTaskRequest
.categories
completedByStaffId?
Completed by Staff id.optional
completedByStaffId:string
Inherited from
CreateTaskRequest
.completedByStaffId
completedDate?
Completed date (if completed)optional
completedDate:string
Inherited from
CreateTaskRequest
.completedDate
dueDate?
Due dateoptional
dueDate:string
Inherited from
CreateTaskRequest
.dueDate
duration?
Duration of the task in ISO 8601 duration format.optional
duration: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.optional
note:string
Inherited from
CreateTaskRequest
.note
subject
subject: string
Short description of the task.
Inherited from
CreateTaskRequest
.subject