Skip to main content

Get Lab Test Detail

GET 

/api/v1/lab-tests/:uuid

Get Lab Test Detail

Request​

Path Parameters

    uuid uuidrequired

    Lab test uuid

Responses​

Get Lab Test Detail

Schema

    data

    object

    uuid string

    Lab test uuid

    caseNumber string

    Lab test case number

    labTestId string

    Lab test id

    status string

    Possible values: [upcoming, new, confirmed, in-progress, submitted, completed, submitted-pending-approval, aborted, rejected, canceled]

    Lab test status

    testType string

    Lab test type

    testServices string[]

    List of test services

    creator string

    Creator org

    receiver string

    Receiver org

    executor string

    Executor org

    brandRetailer

    object

    name string

    Org name

    address string

    Address

    city string

    City

    country string

    Country

    province string

    Province

    postal string

    Postal

    contacts

    object[]

  • Array [

  • name string

    Contact name

    email string

    Contact email

    telephoneNumber string

    Contact telephone number

    mobileNumber string

    Contact mobile number

  • ]

  • localOrganizationId string

    Local org id

    localOrganizationName string

    Local org name

    suppliers object[]
    factories object[]

    labAgency

    object

    name string

    Org name

    address string

    Address

    city string

    City

    country string

    Country

    province string

    Province

    postal string

    Postal

    contacts

    object[]

  • Array [

  • name string

    Contact name

    email string

    Contact email

    telephoneNumber string

    Contact telephone number

    mobileNumber string

    Contact mobile number

  • ]

  • localOrganizationId string

    Local org id

    localOrganizationName string

    Local org name

    billingInformation

    object

    name string

    Org name

    address string

    Address

    city string

    City

    country string

    Country

    province string

    Province

    postal string

    Postal

    contacts

    object[]

  • Array [

  • name string

    Contact name

    email string

    Contact email

    telephoneNumber string

    Contact telephone number

    mobileNumber string

    Contact mobile number

  • ]

  • items

    object[]

  • Array [

  • itemId string

    Item id

    styleId string

    Style id

    color string

    Item color

    size string

    Item size

    sampleSize integer

    Sample size

    unit string

    Unit

    source string

    Style Id

    productLine

    object

    productLineId string

    Product Line custom id

    name string

    Product Line name

    productCategory

    object

    productCategoryId string

    Product Category custom id

    name string

    Product Category name

    brand

    object

    brandId string

    Brand custom id

    name string

    Brand name

  • ]

  • createdAt string

    created time

    updatedAt string

    updated time

    questionnaire

    object

    forTestCreation

    object[]

  • Array [

  • integrationKey string
    type string

    Possible values: [string, date, attachment, country, table]

    values string[]
  • ]

  • forTestExecution

    object[]

  • Array [

  • integrationKey string
    type string

    Possible values: [string, date, attachment, country, table]

    values string[]
  • ]

  • attachments

    object

    generalInformation

    object[]

  • Array [

  • name string
    url string
  • ]

  • testResult

    object[]

  • Array [

  • name string
    url string
  • ]

  • questionnaire

    object[]

  • Array [

  • name string
    url string
  • ]

  • activity

    object[]

  • Array [

  • name string
    url string
  • ]

Loading...