Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

TasksĀ are useful for managing small pieces of work related to a specific item, hence you'll find the purple Tasks box on an issue, prospect, company and component view screen.

Resource Endpoints

METHODResourceENDPOINTDescriptionDESCRIPTION
PUTtasks/:idUpdate a task identified by task_id.
GETtasksReturns an array of tasks.
GETtasks/countReturns the number of tasks in the system.
GETtasks/:idReturns a task identified by task_id.

PUT or POST

/tasks/:task_id/progressions/[start|done]

Auto progress a task to either the "start" (started status) or "done" (completed status).