TestResult
Get a test result
Get a single test result by its ID, in full: potency values, lab metadata, additional_test_results, coa_url, the is_primary flag, and the package_id/batch_id it is attached to. Returns 404 if no test result with that ID exists for the authenticated company.
Required permission: products_permissions_view.
get/public/v1/test-results/{id}
Path parameters
idstring required
The ID of the test result to fetch, as returned by the list and upsert endpoints.
Response
A single test result
Changes
No recorded changes to this endpoint across all 2 revisions of this API.