GuideLab API

Get order components

Returns all components (e.g., implant components, materials with lot numbers) attached to an order. Accessible by both labs and clinics that have access to the order.

GET
/orders/{id}/components

Returns all components (e.g., implant components, materials with lot numbers) attached to an order. Accessible by both labs and clinics that have access to the order.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Path Parameters

id*string

Order ID

Response Body

application/json

curl -X GET "https://example.com/orders/550e8400-e29b-41d4-a716-446655440000/components"
{  "components": [    {      "id": "string",      "orderId": "string",      "labComponentId": "string",      "itemName": "string",      "lotNumber": "string",      "notes": "string",      "addedBy": "string",      "addedByName": "string",      "createdAt": "string",      "updatedAt": "string"    }  ]}
Empty
Empty
Empty
Empty