Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of queue views.

Collection of Nano.QueueView
NameDescriptionTypeAdditional 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:
<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>
    <Definition>sample String 3</Definition>
    <Description>sample String 4</Description>
    <FilterBy>sample String 5</FilterBy>
    <GroupBy>sample String 6</GroupBy>
  </QueueView>
  <QueueView>
    <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>
</ArrayOfQueueView>

application/vnd.api+json

Sample:

Sample not available.