Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

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

METHODENDPOINTDESCRIPTION
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).
GET/tasks/:id/progressionsReturns an array of available progressions for the task.
[PUT|POST]/tasks/:id/progressions/:progression_id/autoRuns a status update for the given progression on the given task.



  • No labels