Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of app queues.
Collection of Nano.AppQueueGroupName | Description | Type | Additional information |
---|---|---|---|
code |
Gets or sets the code. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
order |
Gets or sets the order. |
integer |
None. |
id |
Gets or sets the identifier. |
string |
None. |
role |
Gets or sets the role ID. |
string |
None. |
appQueues |
Gets or sets the application queue ids. |
Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "code": "sample String 1", "description": "sample String 2", "order": 3, "id": "sample String 4", "role": "sample String 5", "appQueues": [ "sample String 1", "sample String 2" ] }, { "code": "sample String 1", "description": "sample String 2", "order": 3, "id": "sample String 4", "role": "sample String 5", "appQueues": [ "sample String 1", "sample String 2" ] } ]
text/html
Sample:
[{"code":"sample String 1","description":"sample String 2","order":3,"id":"sample String 4","role":"sample String 5","appQueues":["sample String 1","sample String 2"]},{"code":"sample String 1","description":"sample String 2","order":3,"id":"sample String 4","role":"sample String 5","appQueues":["sample String 1","sample String 2"]}]
application/vnd.api+json
Sample:
Sample not available.