Results

Get presigned URL for test results

get

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
get
/api/v1/results/{orderItemID}

Acknowledge results receipt

post

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
post
/results/{orderItemID}/acknowledge

Last updated

Was this helpful?