# Get test component by ID Retrieve detailed information about a specific test component. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/lab/{labId}/test-component/{componentId} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `labId` (integer, required) - `componentId` (integer, required) Test component ID - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `abnormalFlag` (string) Abnormal flag Enum: "BELOW_NORMAL", "WITHIN_NORMAL", "ABOVE_NORMAL" - `externalId` (string) External ID from vendor Example: "GLU" - `id` (integer) Unique component identifier Example: 98765 - `name` (string) Test name Example: "Glucose" - `referenceHigh` (string) Reference range high Example: "100" - `referenceLow` (string) Reference range low Example: "70" - `referenceText` (string) Reference range text (if non-numeric) Example: "Negative" - `resultStatus` (string) Result status Enum: "PRELIMINARY", "FINAL", "CORRECTED", "CANCELLED" - `unit` (string) Unit of measurement Example: "mg/dL" - `value` (string) Result value Example: "95" ## Response 401 fields ## Response 403 fields ## Response 404 fields