A task assignment defines which task is assigned to which user to complete.
2012-12-12T10:53:43-08:00The date at which this task was assigned to the user.
The user who assigned this task.
The user that the task has been assigned to.
2012-12-12T10:53:43-08:00The date at which this task assignment was
completed. This will be null if the task is not completed yet.
11446498The unique identifier for this object
The file that the task has been assigned to.
Please reviewA message that will is included with the task assignment. This is visible to the assigned user in the web and mobile UI.
2012-12-12T10:53:43-08:00The date at which the assigned user was reminded of this task assignment.
incompleteThe current state of the assignment. The available states depend on
the action value of the task object.
Value is one of completed,incomplete,approved,rejected
task_assignmentValue is always task_assignment
{
"assigned_at": "2012-12-12T10:53:43-08:00",
"assigned_by": {
"id": 11446498,
"login": "ceo@example.com",
"name": "Aaron Levie",
"type": "user"
},
"assigned_to": {
"id": 11446498,
"login": "ceo@example.com",
"name": "Aaron Levie",
"type": "user"
},
"completed_at": "2012-12-12T10:53:43-08:00",
"id": 11446498,
"item": {
"etag": 1,
"id": 12345,
"name": "Contract.pdf",
"sequence_id": 3,
"type": "file"
},
"message": "Please review",
"reminded_at": "2012-12-12T10:53:43-08:00",
"resolution_state": "incomplete",
"type": "task_assignment"
}