Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of queue views.
Collection of Nano.QueueView| Name | 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. |
| columns |
Gets or sets the columns. |
string |
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:
<ArrayOfQueueView xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<QueueView>
<QueueViewId>1</QueueViewId>
<OrganizationId>sample String 2</OrganizationId>
<UserId>1</UserId>
<Columns>sample String 3</Columns>
<Definition>sample String 4</Definition>
<Description>sample String 5</Description>
<FilterBy>sample String 6</FilterBy>
<GroupBy>sample String 7</GroupBy>
</QueueView>
<QueueView>
<QueueViewId>1</QueueViewId>
<OrganizationId>sample String 2</OrganizationId>
<UserId>1</UserId>
<Columns>sample String 3</Columns>
<Definition>sample String 4</Definition>
<Description>sample String 5</Description>
<FilterBy>sample String 6</FilterBy>
<GroupBy>sample String 7</GroupBy>
</QueueView>
</ArrayOfQueueView>
application/vnd.api+json
Sample:
Sample not available.