Request Information

URI Parameters

NameDescriptionTypeAdditional information
appId

The app identifier.

integer

None.

Body Parameters

None.

Response Information

Resource Description

Queues.

Collection of Nano.queue
NameDescriptionTypeAdditional information
app

Gets or sets the application identifier.

integer

None.

createdBy

Gets or sets the created by identifier.

integer

None.

endedBy

Gets or sets the ended by identifier.

integer

None.

id

Gets or sets the queue identifier.

integer

None.

queueType

Gets or sets the queue type identifier.

integer

None.

code

Gets or sets the code.

string

None.

endDate

Gets or sets the end date.

date

None.

startDate

Gets or sets the start date.

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "app": "1",
    "createdBy": "1",
    "endedBy": "1",
    "id": "2",
    "queueType": "1",
    "code": "sample String 3",
    "endDate": "2025-04-30T09:14:44.0176212Z",
    "startDate": "2025-04-30T09:14:44.0176212Z"
  },
  {
    "app": "1",
    "createdBy": "1",
    "endedBy": "1",
    "id": "2",
    "queueType": "1",
    "code": "sample String 3",
    "endDate": "2025-04-30T09:14:44.0176212Z",
    "startDate": "2025-04-30T09:14:44.0176212Z"
  }
]

text/html

Sample:
[{"app":"1","createdBy":"1","endedBy":"1","id":"2","queueType":"1","code":"sample String 3","endDate":"2025-04-30T09:14:44.0176212Z","startDate":"2025-04-30T09:14:44.0176212Z"},{"app":"1","createdBy":"1","endedBy":"1","id":"2","queueType":"1","code":"sample String 3","endDate":"2025-04-30T09:14:44.0176212Z","startDate":"2025-04-30T09:14:44.0176212Z"}]

application/xml, text/xml

Sample:
<ArrayOfQueue xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Queue>
    <AppId>1</AppId>
    <CreatedById>1</CreatedById>
    <EndedById>1</EndedById>
    <QueueId>2</QueueId>
    <QueueTypeId>1</QueueTypeId>
    <Code>sample String 3</Code>
    <EndDate>2025-04-30T09:14:44.0176212Z</EndDate>
    <StartDate>2025-04-30T09:14:44.0176212Z</StartDate>
  </Queue>
  <Queue>
    <AppId>1</AppId>
    <CreatedById>1</CreatedById>
    <EndedById>1</EndedById>
    <QueueId>2</QueueId>
    <QueueTypeId>1</QueueTypeId>
    <Code>sample String 3</Code>
    <EndDate>2025-04-30T09:14:44.0176212Z</EndDate>
    <StartDate>2025-04-30T09:14:44.0176212Z</StartDate>
  </Queue>
</ArrayOfQueue>

application/vnd.api+json

Sample:

Sample not available.