Skip to main content

Overview

The Work Orders API allows you to create, read, update, and manage work orders programmatically. This is useful for integrating Fentu FSM with other systems or building custom applications.

Endpoints

List Work Orders

Retrieve a list of work orders.
Query Parameters: Example Request:
Example Response:

Get Work Order

Retrieve a single work order by ID.
Example Request:
Example Response:

Create Work Order

Create a new work order.
Request Body:
Example Request:
Example Response:

Update Work Order

Update an existing work order.
Request Body:
Example Request:

Delete Work Order

Delete a work order (moves to trash).
Example Request:

Work Order Statuses


Error Responses

Error Response Format:

Tasks API

Task endpoints

Customers API

Customer endpoints

Authentication

API authentication

Work Orders

Work order user guide