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

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.

...