GET
/
vLatest
/
action
/
glasscore
/
orderitem
/
{id}
curl --request GET \
  --url https://api.glass.fm/vLatest/action/glasscore/orderitem/{id}
{
  "bkgd_courtRecordState": "<string>",
  "bkgd_courtRecordStateFee": 123,
  "c_currentStatusCodeId": "<string>",
  "c_currentStatusCodeName": "<string>",
  "c_hsProductSubType": "<string>",
  "c_org": "<string>",
  "c_personNameFirst": "<string>",
  "c_personNameLast": "<string>",
  "c_productName": "<string>",
  "c_requireLocation": true,
  "CurrentStatusId": 123,
  "dropChain": "<string>",
  "dropResult": "<string>",
  "hsBackground": [
    {
      "id": 123
    }
  ],
  "hsDna": [
    {
      "id": 123
    }
  ],
  "hsDrug": [
    {
      "bkgd_courtRecordState": "<string>",
      "bkgd_courtRecordStateFee": 123,
      "dna_alternateSpecimenRelationship": "<string>",
      "dna_numberAppointment": 123,
      "dna_numberPartiesTested": 123,
      "id": 123,
      "isBodyHair": true,
      "isObserved": true,
      "isQuantitative": true,
      "OrderItemId": 123,
      "registrationLab": "<string>",
      "registrationLabAcct": "<string>",
      "registrationLabSubAcct": "<string>"
    }
  ],
  "hsVendorId": 123,
  "id": 123,
  "isBodyHair": true,
  "isChain": true,
  "isNotModifiable": true,
  "isResult": true,
  "ModalityId": 123,
  "orderItem~child": [
    {
      "c_hsListNames": [
        "<string>"
      ],
      "id": 123,
      "c_productName": "<string>",
      "c_currentStatusCodeName": "<string>",
      "dropChain": "<string>",
      "dropResult": "<string>",
      "isChain": true,
      "isResult": true,
      "ReasonId": 123,
      "c_hsProductSubType": "<string>",
      "ProductId": 123,
      "healthComponent": [
        {
          "status": "<string>",
          "componentDescription": "<string>",
          "certStatusDescription": "<string>",
          "certStatusCodeDueToReason": "<string>",
          "certExpirationDate": "<string>",
          "tBReadDate": "<string>",
          "followUpDate": "<string>",
          "partialReason": "<string>"
        }
      ]
    }
  ],
  "OrgId": 123,
  "Parent~OrderItemId": 123,
  "Passport~OrderItemId": 123,
  "PersonId": 123,
  "ProductId": 123,
  "ReasonId": 123,
  "registrationCode": "<string>",
  "reviewUserIdArray": [
    123
  ]
}

Path Parameters

id
number
required

The ID of the entity for this request.

Example:

5

Query Parameters

return
string

Comma-separated list of specific fields to return/append in the response. See isAdditionalData for more details.

Example:

"id,nameFirst,nameLast"

isAdditionalData
boolean

Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.

Example:

true

Response

200 - application/json
OrderItem
bkgd_courtRecordState
string
required

Indicates the state jurisdiction of the background court record associated with a specific order item.

bkgd_courtRecordStateFee
number | null
required

Represents the state fee associated with obtaining a court record for a particular order item.

c_currentStatusCodeId
string
required

Represents the unique identifier for the current status of an order item.

c_currentStatusCodeName
string
required

Represents the current status of an order item such as 'pending', 'shipped', 'delivered', etc.

c_hsProductSubType
string
required

Specifies the subtype of the product in an order item.

c_org
string
required

Represents the organization associated with a particular order item.

c_personNameFirst
string
required

Stores the first name of the person who placed the order.

c_personNameLast
string
required

Stores the last name of the individual who placed the order.

c_productName
string
required

Stores the name of the product associated with each order item.

c_requireLocation
boolean | null
required

Indicates whether a specific location is necessary for the order item.

CurrentStatusId
number | null
required

Represents the unique identifier of the current status of an item in an order.

dropChain
string
required

Indicates whether a particular item in an order is part of a drop shipping chain.

dropResult
string
required

Indicates the outcome of an attempted order item drop.

hsBackground
object[]
required

Represents the high school background of the individual who placed the order.

hsDna
object[]
required

Indicates the presence or absence of human-specific DNA in the ordered item.

hsDrug
object[]
required

Indicates whether the ordered item is a high-security drug.

hsVendorId
number | null
required

Identifies the vendor associated with a specific order item.

id
number
required

Unique identifier.

isBodyHair
boolean | null
required

Indicates whether the ordered item is related to body hair products or services.

isChain
boolean | null
required

Indicates whether the order item is part of a chain of related items.

isNotModifiable
boolean | null
required

Indicates whether the order item can be changed or not.

isResult
boolean | null
required

Indicates whether the OrderItem has been processed and a result has been produced.

ModalityId
number | null
required

Identifies the specific method or approach used for the order item.

orderItem~child
object[]
required

Indicates the sub-item or component of a main product in an order.

OrgId
number | null
required

Represents the unique identifier for the organization associated with a specific order item.

Parent~OrderItemId
number | null
required

Represents the unique identifier of the parent order item in the OrderItem table.

Passport~OrderItemId
number | null
required

Represents the unique identifier of an order item associated with a passport.

PersonId
number
required

Unique identifier for the individual who placed the order.

ProductId
number
required

Unique identifier for the specific product associated with an order item.

ReasonId
number | null
required

Identifies the specific reason associated with an item in an order.

registrationCode
string
required

Contains the unique identifier assigned to each order item upon registration.

reviewUserIdArray
number[]
required

Contains the identifiers of users who have reviewed a particular order item.