Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
queueTypeId |
The queue type identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The specified queue type.
Nano.QueueTypeName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the queue type identifier. |
integer |
None. |
organization |
Gets or sets the organization identifier. |
integer |
None. |
user |
Gets or sets the user identifier. |
integer |
None. |
code |
Gets or sets the code. |
string |
None. |
category |
Gets or sets the category. |
string |
None. |
description |
Gets or sets the description. |
string |
None. |
sequence |
Gets or sets the sequence. |
integer |
None. |
isActive |
Gets or sets a value indicating whether is active. |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "1", "organization": "1", "user": "1", "code": "sample String 2", "category": "sample String 3", "description": "sample String 4", "sequence": 1, "isActive": true }
text/html
Sample:
{"id":"1","organization":"1","user":"1","code":"sample String 2","category":"sample String 3","description":"sample String 4","sequence":1,"isActive":true}
application/xml, text/xml
Sample:
<QueueType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <QueueTypeId>1</QueueTypeId> <OrganizationId>1</OrganizationId> <UserId>1</UserId> <Code>sample String 2</Code> <Category>sample String 3</Category> <Description>sample String 4</Description> <Sequence>1</Sequence> <IsActive>true</IsActive> </QueueType>
application/vnd.api+json
Sample:
Sample not available.