type: linkedTest
Linked test selector answer. Each value describes one linked lab test.
integrationKeystring
Example:
relatedTeststypestring
Possible values: [linkedTest]
Example:
linkedTestvalues object[]
Array [
uuidstring
Linked lab test uuid.
Example:
9c8d7f6e-0000-4a5b-9c8d-eeeeeeeeeeeecaseNumberstringnullable
Example:
5229labTestIdstringnullable
Human-readable lab test id.
Example:
LT0AB12345reportNumberstringnullable
Example:
RPT-2026-001reportIssueDatestring<date>nullable
Report issue date of the latest test method result.
Example:
2026-07-15statusLabTestStatusEnumnullable
Possible values: [new, draft, confirmed, in-progress, submitted, completed, submitted-pending-approval, aborted, rejected, canceled]
typestringnullable
Short name of the linked lab test type.
Example:
Physical TestlinkedTestAttachments object[]
Report files of the linked test, returned when the question is configured to attach them automatically. Empty otherwise.
Array [
namestringnullable
Example:
report.pdfurlstring
Signed, time-limited download URL.
Example:
https://cdn.inspectorio.com/files/report.pdf]
]
type: linkedTest
{
"integrationKey": "relatedTests",
"type": "linkedTest",
"values": [
{
"uuid": "9c8d7f6e-0000-4a5b-9c8d-eeeeeeeeeeee",
"caseNumber": "5229",
"labTestId": "LT0AB12345",
"reportNumber": "RPT-2026-001",
"reportIssueDate": "2026-07-15",
"status": "new",
"type": "Physical Test",
"linkedTestAttachments": [
{
"name": "report.pdf",
"url": "https://cdn.inspectorio.com/files/report.pdf"
}
]
}
]
}