lab_tests
Get Markers For Test
List all markers for a given Lab Test, as well as any associated reflex markers.
get/v3/lab_tests/{lab_test_id}/markers
Path parameters
lab_test_idstring uuid required
Query parameters
lab_account_idstring uuid nullable
The lab account ID. This lab account is used to determine the availability of markers and lab tests.
The lab account ID. This lab account is used to determine the availability of markers and lab tests.
pageinteger
sizeinteger
Response
Successful Response
Example response
{
"markers": [
{
"description": "Hemoglobin A1c is a form of hemoglobin that is measured identify your average blood sugar levels over the past 3 months.",
"expected_results": [
{
"id": 1,
"lab_id": 1,
"loinc": {
"code": "4548-4",
"id": 1,
"name": "HbA1c (Bld) [Mass fraction]",
"slug": "hba1c-bld-mass-fraction",
"unit": "%"
},
"name": "Hemoglobin A1c",
"provider_id": "1234",
"slug": "hemoglobin-a1c"
}
],
"id": 1,
"lab_id": 1,
"name": "Hemoglobin A1c",
"price": "10.00",
"provider_id": "1234",
"slug": "hemoglobin-a1c",
"type": "biomarker",
"unit": "%"
}
]
}