Skip to main content

Overview

The Tasks API allows you to manage individual tasks within work orders. Tasks represent specific work items that need to be completed as part of a work order.

Endpoints

List Tasks

Retrieve tasks for a work order.
Query Parameters: Example Request:
Example Response:

Get Task

Retrieve a single task.
Example Response:

Create Task

Add a task to a work order.
Request Body:
Example Request:

Update Task

Update a task.
Request Body:

Delete Task

Remove a task from a work order.

Complete Task

Mark a task as completed.
Request Body:

Task Statuses


Task Line Items

Tasks can have associated line items for billing:

List Line Items

Add Line Item

Request Body:

Error Responses


Work Orders API

Work order endpoints

Tasks

Task user guide

Authentication

API authentication

Parts API

Parts management