Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
queueViewId |
The queue view identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The specified queue view.
Nano.QueueViewName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the queue view identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
string |
None. |
user |
Gets or sets the user identifier. |
integer |
None. |
definition |
Gets or sets the definition. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
filterBy |
Gets or sets the filter by. |
string |
None. |
groupBy |
Gets or sets the group by. |
string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml, text/xml
Sample:
<QueueView xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <QueueViewId>1</QueueViewId> <OrganizationId>sample String 2</OrganizationId> <UserId>1</UserId> <Definition>sample String 3</Definition> <Description>sample String 4</Description> <FilterBy>sample String 5</FilterBy> <GroupBy>sample String 6</GroupBy> </QueueView>
application/vnd.api+json
Sample:
Sample not available.