GET api/LabelQueue/{id}?type={type}

Gets a list of label queue.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Organization Id

integer

Required

type

List Type.

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of LabelQueue
NameDescriptionTypeAdditional information
UpdateType

string

None.

LabelQueueId

integer

None.

UpdatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

ItemId

integer

None.

Quantity

integer

None.

GlobalId

string

None.

Name

string

None.

Sku

string

None.

PricePerUnitSale

decimal number

None.

Code

string

None.

Isbn

string

None.

Isbn13

string

None.

OrganizationId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "UpdateType": "sample string 1",
    "LabelQueueId": 2,
    "UpdatedDate": "2025-01-16T20:24:33.0091408+00:00",
    "UpdatedBy": "sample string 3",
    "UpdatedByName": "sample string 4",
    "ItemId": 1,
    "Quantity": 1,
    "GlobalId": "sample string 5",
    "Name": "sample string 6",
    "Sku": "sample string 7",
    "PricePerUnitSale": 1.0,
    "Code": "sample string 8",
    "Isbn": "sample string 9",
    "Isbn13": "sample string 10",
    "OrganizationId": 1
  },
  {
    "UpdateType": "sample string 1",
    "LabelQueueId": 2,
    "UpdatedDate": "2025-01-16T20:24:33.0091408+00:00",
    "UpdatedBy": "sample string 3",
    "UpdatedByName": "sample string 4",
    "ItemId": 1,
    "Quantity": 1,
    "GlobalId": "sample string 5",
    "Name": "sample string 6",
    "Sku": "sample string 7",
    "PricePerUnitSale": 1.0,
    "Code": "sample string 8",
    "Isbn": "sample string 9",
    "Isbn13": "sample string 10",
    "OrganizationId": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfLabelQueue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <LabelQueue>
    <Code>sample string 8</Code>
    <GlobalId>sample string 5</GlobalId>
    <Isbn>sample string 9</Isbn>
    <Isbn13>sample string 10</Isbn13>
    <ItemId>1</ItemId>
    <LabelQueueId>2</LabelQueueId>
    <Name>sample string 6</Name>
    <OrganizationId>1</OrganizationId>
    <PricePerUnitSale>1</PricePerUnitSale>
    <Quantity>1</Quantity>
    <Sku>sample string 7</Sku>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedByName>sample string 4</UpdatedByName>
    <UpdatedDate>2025-01-16T20:24:33.0091408+00:00</UpdatedDate>
  </LabelQueue>
  <LabelQueue>
    <Code>sample string 8</Code>
    <GlobalId>sample string 5</GlobalId>
    <Isbn>sample string 9</Isbn>
    <Isbn13>sample string 10</Isbn13>
    <ItemId>1</ItemId>
    <LabelQueueId>2</LabelQueueId>
    <Name>sample string 6</Name>
    <OrganizationId>1</OrganizationId>
    <PricePerUnitSale>1</PricePerUnitSale>
    <Quantity>1</Quantity>
    <Sku>sample string 7</Sku>
    <UpdateType>sample string 1</UpdateType>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedByName>sample string 4</UpdatedByName>
    <UpdatedDate>2025-01-16T20:24:33.0091408+00:00</UpdatedDate>
  </LabelQueue>
</ArrayOfLabelQueue>