Restore an archived order
Removes the archived status from an order, making it active again. Lab-only endpoint.
Removes the archived status from an order, making it active again. Lab-only endpoint.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Response Body
application/json
curl -X POST "https://example.com/archive/orders/restore"{ "success": true, "order": { "id": "string", "orderNumber": "string", "status": "string" }}Empty
Empty
Empty
List archived patients GET
Returns paginated archived patients whose PII is shared through an active partnership or an explicit patient grant. Inaccessible patients are omitted. Supports search and clinic filtering. Lab-only endpoint.
Restore an archived patient POST
Removes the archived status from a patient, making them active again. Lab-only endpoint.