List Qc Checklist Items
List all quality control checklist items for the current lab, sorted by display order. Optionally include inactive items.
List all quality control checklist items for the current lab, sorted by display order. Optionally include inactive items.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
includeInactive?|
Default
falseResponse Body
application/json
curl -X GET "https://example.com/qc-checklist"{ "items": [ { "id": "string", "labId": "string", "name": "string", "sortOrder": 0, "isActive": true, "createdAt": "string", "updatedAt": "string" } ]}Empty
Empty
Empty
Delete Qc Checklist Item DELETE
Soft-delete a QC checklist item by marking it as inactive. The item remains in the database for historical reference.
Reorder Qc Checklist Items POST
Reorder QC checklist items by providing an ordered array of item IDs. Each item's sort order is updated to match its position.