BaseLabTestDetailResponseInfix
questionnaire object
forTestCreation object[]
Answered questions, one entry per integrationKey. Every entry carries
integrationKey and type; type selects one of six entry shapes, which
is what values looks like and whether headers is present:
- type: string
- type: date
- type: country
- type: attachment
- type: table
- type: linkedTest
Free-text, numeric or single-column answer.
sampleConditionPossible values: [string]
stringOne entry per answered field. Numbers are returned as strings.
["Dry"]forTestExecution object[]
Answered questions, one entry per integrationKey. Every entry carries
integrationKey and type; type selects one of six entry shapes, which
is what values looks like and whether headers is present:
- type: string
- type: date
- type: country
- type: attachment
- type: table
- type: linkedTest
Free-text, numeric or single-column answer.
sampleConditionPossible values: [string]
stringOne entry per answered field. Numbers are returned as strings.
["Dry"]attachments object
generalInformation object[]
testResult object[]
questionnaire object[]
activity object[]
followUpAction object[]
Sample receipt date
2024-01-10Report issue date
2024-01-15Report number
RPT-2024-001Original report number
RPT-2024-001Revision number
0testPackages object[]
Test packages
Test package id
TP-2024-001Test package name
Chemical Test PackageTest package type
{
"questionnaire": {
"forTestCreation": [
{
"integrationKey": "sampleCondition",
"type": "string",
"values": [
"Dry"
]
},
{
"integrationKey": "sampleReceivedDate",
"type": "date",
"values": [
"2026-08-01"
]
},
{
"integrationKey": "sampleImages",
"type": "attachment",
"values": [
{
"name": "sample_front.jpg",
"url": "https://cdn.inspectorio.com/files/sample_front.jpg"
}
]
},
{
"integrationKey": "countryOfOrigin",
"type": "country",
"values": [
"VN"
]
},
{
"integrationKey": "measurementResults",
"type": "table",
"headers": [
"size",
"spec",
"actual"
],
"values": [
[
"S",
"10cm",
"10.1cm"
],
[
"M",
"12cm",
"12.3cm"
]
]
},
{
"integrationKey": "relatedTests",
"type": "linkedTest",
"values": [
{
"uuid": "9c8d7f6e-0000-4a5b-9c8d-eeeeeeeeeeee",
"caseNumber": "5229",
"labTestId": "LT0AB12345",
"reportNumber": "RPT-2026-001",
"reportIssueDate": "2026-07-15",
"status": "completed",
"type": "Physical Test",
"linkedTestAttachments": [
{
"name": "report.pdf",
"url": "https://cdn.inspectorio.com/files/report.pdf"
}
]
}
]
}
],
"forTestExecution": [
{
"integrationKey": "sampleCondition",
"type": "string",
"values": [
"Dry"
]
},
{
"integrationKey": "sampleReceivedDate",
"type": "date",
"values": [
"2026-08-01"
]
},
{
"integrationKey": "sampleImages",
"type": "attachment",
"values": [
{
"name": "sample_front.jpg",
"url": "https://cdn.inspectorio.com/files/sample_front.jpg"
}
]
},
{
"integrationKey": "countryOfOrigin",
"type": "country",
"values": [
"VN"
]
},
{
"integrationKey": "measurementResults",
"type": "table",
"headers": [
"size",
"spec",
"actual"
],
"values": [
[
"S",
"10cm",
"10.1cm"
],
[
"M",
"12cm",
"12.3cm"
]
]
},
{
"integrationKey": "relatedTests",
"type": "linkedTest",
"values": [
{
"uuid": "9c8d7f6e-0000-4a5b-9c8d-eeeeeeeeeeee",
"caseNumber": "5229",
"labTestId": "LT0AB12345",
"reportNumber": "RPT-2026-001",
"reportIssueDate": "2026-07-15",
"status": "completed",
"type": "Physical Test",
"linkedTestAttachments": [
{
"name": "report.pdf",
"url": "https://cdn.inspectorio.com/files/report.pdf"
}
]
}
]
}
]
},
"attachments": {
"generalInformation": [
{
"name": "string",
"url": "string"
}
],
"testResult": [
{
"name": "string",
"url": "string"
}
],
"questionnaire": [
{
"name": "string",
"url": "string"
}
],
"activity": [
{
"name": "string",
"url": "string"
}
],
"followUpAction": [
{
"name": "string",
"url": "string"
}
]
},
"sampleReceiptDate": "2024-01-10",
"reportIssueDate": "2024-01-15",
"reportNumber": "RPT-2024-001",
"originalReportNumber": "RPT-2024-001",
"revisionNumber": 0,
"testPackages": [
{
"id": "TP-2024-001",
"name": "Chemical Test Package",
"type": "string"
}
]
}