Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \ --url 'https://api.stateset.com/api/v1/work-orders' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "data": { "items": [ { "asset_id": null, "assigned_to": null, "bill_of_materials_number": null, "created_at": null, "description": null, "due_date": null, "id": null, "parts_required": null, "priority": null, "quantity_produced": null, "status": null, "title": null, "updated_at": null } ], "limit": 1, "page": 1, "total": 1, "total_pages": 1 }, "errors": null, "message": null, "meta": null, "success": true }
List work orders with optional filtering