[BUGFIX] `isReviewed` field update
The isReviewed
field in the Assay Results API will now correctly reflect the review status of the results’ entry: true
if the associated entry has been sent for review and accepted, false
otherwise. This fix will go live on January 3rd 2024.
What’s changing?
The GET /assay-results
, GET /assay-results/{assay_result_id}
, and GET /assay-results:bulk-get
endpoints return an isReviewed
field. By design, isReviewed
is true
if the result is from an entry that has been sent for review and accepted. Otherwise, isReviewed
is false
.
Previously, the isReviewed
field would always return false
for results created via a Lab Automation run. This has since been fixed, and the isReviewed
field for results created via Lab Automation run will now correctly represent the review status.
When is this happening?
This fix will be enabled automatically on January 3rd, 2023.