List Work Trays
List work trays for the current lab with pagination, search, and optional order filtering. Includes the currently assigned order for each tray. Lab-only operation.
List work trays for the current lab with pagination, search, and optional order filtering. Includes the currently assigned order for each tray. Lab-only operation.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
1 <= value11 <= value <= 50050falseResponse Body
application/json
curl -X GET "https://example.com/work-trays"{ "data": [ { "id": "string", "labId": "string", "code": "string", "color": "string", "description": "string", "isActive": true, "sortOrder": 0, "createdAt": "string", "updatedAt": "string", "currentOrderId": "string", "currentOrderNumber": "string", "currentOrderPhaseId": "string", "currentPhaseName": "string" } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}Delete Work Tray DELETE
Soft-delete a work tray by marking it as inactive. Unassigns the tray from any active orders before deactivating. Lab-only operation.
Update Work Tray PUT
Update an existing work tray's code, color, description, active status, or sort order. Returns 409 if the new code conflicts with an existing tray. Lab-only operation.