Results
Returns a time-limited presigned URL to download normalized test results in FHIR format (JSON). The URL is valid for 15 minutes. Note: Every orderItemID can only be associated with maximum 1 panel, hence results can be uniquely identified by orderItemID.
Authorizations
AuthorizationstringRequired
Path parameters
orderItemIDinteger · min: 1Required
Order Item ID
Responses
200
Successfully generated download URL
application/json
400
Invalid or missing order item ID
application/json
401
Unauthorized - invalid client credentials
application/json
404
Results not found for this order item
application/json
get
/api/v1/results/{orderItemID}Confirms that test results have been successfully retrieved and processed by the test taker/end user. Required for compliance and audit trails.
Authorizations
AuthorizationstringRequired
Path parameters
orderItemIDinteger · min: 1Required
Order Item ID
Responses
200
Results acknowledged successfully
application/json
400
Invalid order item ID
application/json
401
Unauthorized - invalid credentials
application/json
404
Order item not found
application/json
post
/results/{orderItemID}/acknowledgeLast updated
Was this helpful?