LabTestListResponse
totalinteger
Total number of records matching the query
Example:
24
limitinteger
Number of records returned in a batch
Example:
10
offsetinteger
Offset position
Example:
0
data object[]
LabTestListResponse
{
"total": 24,
"limit": 10,
"offset": 0,
"data": [
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"labTestId": "LT0DQFRX19",
"caseNumber": "string",
"status": "completed",
"testType": "string",
"creator": "string",
"receiver": "string",
"executor": "string",
"brandRetailer": [
{
"name": "string",
"localOrganizationId": "string"
}
],
"suppliers": [
{
"name": "string",
"localOrganizationId": "string",
"tier": 1
}
],
"factories": [
{
"name": "string",
"localOrganizationId": "string",
"tier": 1
}
],
"labAgency": {
"name": "string",
"localOrganizationId": "string"
},
"itemIds": [
"string"
],
"styleIds": [
"string"
],
"productLines": [
"string"
],
"productCategories": [
"string"
],
"brands": [
"string"
],
"createdAt": "2024-01-05T15:44:42",
"updatedAt": "2024-01-09T12:58:30Z"
}
]
}