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 10 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

ResourceDescription
PUT tasks/:idUpdate a task identified by task_id.
GET tasksReturns an array of tasks.
GET tasks/countReturns the number of tasks in the system.
GET tasks/:idReturns a task identified by task_id.



  • No labels