v71

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-032076961.5 MB
order_transaction

Get Order Transaction Result

get/v3/order_transaction/{transaction_id}/result

Path parameters

transaction_idstring uuid required

Response

Successful Response

sample_informationobject nullable

Example response

{
  "metadata": {
    "age": 19,
    "clia_number": "12331231",
    "date_collected": "2022-02-02",
    "date_received": "2022-01-01",
    "date_reported": "2020-01-01",
    "dob": "18/08/1993",
    "interpretation": "normal",
    "laboratory": "Quest Diagnostics",
    "patient": "Bob Smith",
    "provider": "Dr. Jack Smith",
    "specimen_number": "123131",
    "status": "final"
  },
  "results": {
    "[marker]": {},
    "fsh": {},
    "ige": {}
  }
}