Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The app identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Queues.
Collection of Nano.queue| Name | Description | Type | Additional 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-11-09T06:01:02.7506728Z",
"startDate": "2025-11-09T06:01:02.7506728Z"
},
{
"app": "1",
"createdBy": "1",
"endedBy": "1",
"id": "2",
"queueType": "1",
"code": "sample String 3",
"endDate": "2025-11-09T06:01:02.7506728Z",
"startDate": "2025-11-09T06:01:02.7506728Z"
}
]
text/html
Sample:
[{"app":"1","createdBy":"1","endedBy":"1","id":"2","queueType":"1","code":"sample String 3","endDate":"2025-11-09T06:01:02.7506728Z","startDate":"2025-11-09T06:01:02.7506728Z"},{"app":"1","createdBy":"1","endedBy":"1","id":"2","queueType":"1","code":"sample String 3","endDate":"2025-11-09T06:01:02.7506728Z","startDate":"2025-11-09T06:01:02.7506728Z"}]
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-11-09T06:01:02.7506728Z</EndDate>
<StartDate>2025-11-09T06:01:02.7506728Z</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-11-09T06:01:02.7506728Z</EndDate>
<StartDate>2025-11-09T06:01:02.7506728Z</StartDate>
</Queue>
</ArrayOfQueue>
application/vnd.api+json
Sample:
Sample not available.