Tasks
@smokeballdev/smokeball-client-sdk
Interface: UpdateTaskRequest
Extends
Properties
assigneeIds?
optional
assigneeIds:string
[]
List of assigned staff member ids.
Inherited from
categories?
optional
categories:string
[]
List of categories.
Inherited from
completedByStaffId?
optional
completedByStaffId:string
Completed by Staff id.
Inherited from
CreateTaskRequest
.completedByStaffId
completedDate?
optional
completedDate:string
Completed date (if completed)
Inherited from
CreateTaskRequest
.completedDate
dueDate?
optional
dueDate:string
Due date
Inherited from
duration?
optional
duration:string
Duration of the task in ISO 8601 duration format.
Inherited from
id
id:
string
Task id
isCompleted
isCompleted:
boolean
True when the task is completed.
Inherited from
matterId
matterId:
string
Associated matter id.
Inherited from
note?
optional
note:string
Notes on the task.
Inherited from
subject
subject:
string
Short description of the task.