get https://api.streak.com/api/v2/boxes//tasks
Tasks allow you to create a task list per box. All tasks have the text
property. They can optionally be assigned to any member of the pipeline. They also have an optional due date, which when set, adds the task to the creators calendar and sends an email reminder when due.
This call lets you get all the tasks associated with a particular box.
Property Name | Description |
---|---|
creatorKey | The user key of the user that created the task |
creationDate | The date the task was created |
dueDate | The date the task is due and a reminder is sent |
text | The text of a task |
status | Whether the task is DONE or NOT_DONE |
reminderStatus | Gets the status of the reminder if this task has a due date, can be: NONE , SCHEDULED , REMINDED or ERROR_ON_REMINDER |
assignedToSharingEntries | Who the task is assigned to |