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