Skip to main content

A task assignment defines which task is assigned to which user to complete.

id
string

The unique identifier for this task assignment.

Example:

"11446498"

type
enum<string>

The value will always be task_assignment.

Available options:
task_assignment
Example:

"task_assignment"

item
File (Mini) · object

The file that the task has been assigned to.

assigned_to
User (Mini) · object

The user that the task has been assigned to.

message
string

A message that will is included with the task assignment. This is visible to the assigned user in the web and mobile UI.

Example:

"Please review"

completed_at
string<date-time>

The date at which this task assignment was completed. This will be null if the task is not completed yet.

Example:

"2012-12-12T10:53:43-08:00"

assigned_at
string<date-time>

The date at which this task was assigned to the user.

Example:

"2012-12-12T10:53:43-08:00"

reminded_at
string<date-time>

The date at which the assigned user was reminded of this task assignment.

Example:

"2012-12-12T10:53:43-08:00"

resolution_state
enum<string>

The current state of the assignment. The available states depend on the action value of the task object.

Available options:
completed,
incomplete,
approved,
rejected
Example:

"incomplete"

assigned_by
User (Mini) · object

The user who assigned this task.