@smokeballdev/smokeball-client-sdk

Interface: CreateTaskRequest

Extended by

Properties

assigneeIds?

optional assigneeIds: string[]
List of assigned staff member ids.

categories?

optional categories: string[]
List of categories.

completedByStaffId?

optional completedByStaffId: string
Completed by Staff id.

completedDate?

optional completedDate: string
Completed date (if completed)

dueDate?

optional dueDate: string
Due date

duration?

optional duration: string
Duration of the task in ISO 8601 duration format.

isCompleted

isCompleted: boolean
True when the task is completed.

matterId

matterId: string
Associated matter id.

note?

optional note: string
Notes on the task.

subject

subject: string
Short description of the task.