Request Information

URI Parameters

NameDescriptionTypeAdditional information
appQueueGroupId

The app queue identifier.

string

Required

Body Parameters

None.

Response Information

Resource Description

The app queue.

Nano.AppQueueGroup
NameDescriptionTypeAdditional 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"
  ]
}

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"]}

application/vnd.api+json

Sample:

Sample not available.