Skip to main content

type: linkedTest

Linked test selector answer. Each value describes one linked lab test.

integrationKeystring
Example: relatedTests
typestring

Possible values: [linkedTest]

Example: linkedTest
values object[]
  • Array [
  • uuidstring

    Linked lab test uuid.

    Example: 9c8d7f6e-0000-4a5b-9c8d-eeeeeeeeeeee
    caseNumberstringnullable
    Example: 5229
    labTestIdstringnullable

    Human-readable lab test id.

    Example: LT0AB12345
    reportNumberstringnullable
    Example: RPT-2026-001
    reportIssueDatestring<date>nullable

    Report issue date of the latest test method result.

    Example: 2026-07-15
    statusLabTestStatusEnumnullable

    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 Test
    linkedTestAttachments object[]

    Report files of the linked test, returned when the question is configured to attach them automatically. Empty otherwise.

  • Array [
  • namestringnullable
    Example: report.pdf
    urlstring

    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"
    }
    ]
    }
    ]
    }