TODO Activities
A TODO activity is an entry in a task’s history, recording the action taken and any next step. The API exposes them for reading a TODO’s audit trail.
Methods
Section titled “Methods”Retrieve Single TODO Activity
Section titled “Retrieve Single TODO Activity”/backend/api/v1/todoActivities/ID - fetch the TODO activity with the specified ID.
List TODO Activities
Section titled “List TODO Activities”/backend/api/v1/todoActivities/ - list all TODO activities.
/backend/api/v1/todos/ID/todoActivities/ - list the activities for the TODO with the specified ID.
Additional Query Parameters
Section titled “Additional Query Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
idAfter | integer | No | Only include activities with a higher ID |
createdSince | datetime | No | Only include activities created since the given time |
updatedSince | datetime | No | Only include activities updated since the given time |
Fields
Section titled “Fields”| Field | Name | Type | Description |
|---|---|---|---|
| todo | TODO | Preset Value | |
| activityType | Activity Type | Preset Value | |
| activityUser | User | Preset Value | |
| activityDate | Date | Date | |
| activityText | Details | Text (Multiline) | |
| actionTakenDate | Action Taken Time | Date | |
| rescheduleToDate | Reschedule To | Date | |
| actionTaken | Action Taken | Preset Value | |
| nextStep | Next Step | Preset Value | |
| createdDate | Created | Date | |
| id | Activity ID | Text |