Skip to content

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.

/backend/api/v1/todoActivities/ID - fetch the TODO activity with the specified ID.

/backend/api/v1/todoActivities/ - list all TODO activities.

/backend/api/v1/todos/ID/todoActivities/ - list the activities for the TODO with the specified ID.

ParameterTypeRequiredDescription
idAfterintegerNoOnly include activities with a higher ID
createdSincedatetimeNoOnly include activities created since the given time
updatedSincedatetimeNoOnly include activities updated since the given time
FieldNameTypeDescription
todoTODOPreset Value
activityTypeActivity TypePreset Value
activityUserUserPreset Value
activityDateDateDate
activityTextDetailsText (Multiline)
actionTakenDateAction Taken TimeDate
rescheduleToDateReschedule ToDate
actionTakenAction TakenPreset Value
nextStepNext StepPreset Value
createdDateCreatedDate
idActivity IDText