List Samples
Endpoint: /v1/lab-orders/samples/list
/v1/lab-orders/samples/listMethod: GET
Query Parameters:
AccountID
Required. Unique identifier for the associated clinic
LabOrderID
Required. Lab Order ID
pageSize
Number of Records to be returned
page
Page Number
Response
Param
Type
Description
message
String
Response message indicating the status of the operation.
page
Number
Current page number of the retrieved data.
pageSize
Number
Number of records per page.
total
Number
Total number of records available.
data
Array
List of retrieved sample records.
data[].ID
String
Unique identifier for the sample.
data[].AccountID
String
Unique identifier for the associated account.
data[].PatientID
String
Unique identifier for the associated patient.
data[].LabOrderID
String
Unique identifier for the associated lab order.
data[].EmbryoID
String
Unique identifier for the embryo associated with the sample.
data[].TubeBarcode
String
Barcode of the tube containing the sample.
data[].SampleType
String
Type of sample (e.g., Blastomere).
data[].ContainerType
String
Type of container used for the sample (e.g., Cryotube).
data[].DayBiopsied
String
Day on which the biopsy was performed (e.g., Day 5).
data[].CellsBiopsied
Number
Number of cells biopsied from the sample.
data[].CellsVisualizedInTube
Boolean
Indicates if cells were visualized in the tube.
data[].EmbryoGrade
String
Grade assigned to the embryo (e.g., AA).
data[].DateCollected
String (Date)
Date the sample was collected.
data[].Stage
String
Development stage of the embryo (e.g., Blastocyst).
data[].RebiopsyStatus
Boolean
Indicates if the sample was re-biopsied.
data[].Comments
String
Additional comments about the sample.
data[].IsDeleted
Boolean
Indicates if the sample is marked as deleted.
data[].SapioDetails
Object
Additional details for Sapio integration (empty by default).
data[].CreatedBy
String
ID of the user who created the sample record.
data[].UpdatedBy
String
ID of the user who last updated the sample record.
data[].CreatedAt
String (DateTime)
Timestamp when the sample record was created.
data[].UpdatedAt
String (DateTime)
Timestamp when the sample record was last updated.
Example
Last updated