GuideLab API

List components

Retrieve all lab components (e.g. implant components) ordered by sort position, optionally including inactive ones.

GET
/components

Retrieve all lab components (e.g. implant components) ordered by sort position, optionally including inactive ones.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Query Parameters

includeInactive?string

Response Body

application/json

curl -X GET "https://example.com/components"
{  "components": [    {      "id": "string",      "labId": "string",      "name": "string",      "isActive": true,      "sortOrder": 0,      "createdAt": "string",      "updatedAt": "string"    }  ],  "truncated": true}
Empty
Empty
Empty
Empty