Grace Health Tech

Search for a sample by Revealia ID or Report ID in sandbox

GET
/sandbox/lsm/revealia/search

Authorization

ght-api-key<token>

In: header

Query Parameters

revealiaIdstring

Revealia ID to search for

reportIdstring

Report ID to search for

curl -X GET "https://example.com/sandbox/lsm/revealia/search?revealiaId=REV001&reportId=REPORT123" \
  -H "ght-api-key: <token>"

Sample found successfully with results available in sandbox

{
  "statusCode": 200,
  "success": true,
  "message": "Sample found successfully",
  "result": "Positive",
  "report": {
    "fileName": "report.pdf",
    "url": "https://quickbase.com/files/123456"
  }
}