v8

latestOpenAPI 3.0.2raw.githubusercontent.com2022-09-1612311.4 KB
samples

Check all sample units present for the sample summary

Checks all present and move to ACTIVE state if true

get/samples/samplesummary/{sampleSummaryId}/check-and-transition-sample-summary-status

Path parameters

sampleSummaryIdstring uuid required
Example:34597808-ec88-4e93-af2f-228e33ff7946

Response

The call was successful. Will return this regardless of whether or not it's ready

areAllSampleUnitsLoadedboolean
expectedTotalinteger
currentTotalinteger

Example response

{
  "areAllSampleUnitsLoaded": true,
  "expectedTotal": 200,
  "currentTotal": 150
}