GET api/ContactCenter/ChatQueueIntegration/{queue_name}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| queue_name | string | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of ContactCenter_ChatQueueIntegrationRetornoDTO| Name | Description | Type | Additional information | 
|---|---|---|---|
| queue_name | string | None. | |
| service_grp_schedule | string | None. | |
| queue_enabled | boolean | None. | |
| operation_grp_schedule | string | None. | |
| Ordem | integer | None. | |
| chat_priority | integer | None. | |
| phone_priority | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "queue_name": "sample string 1",
    "service_grp_schedule": "sample string 2",
    "queue_enabled": true,
    "operation_grp_schedule": "sample string 4",
    "Ordem": 5,
    "chat_priority": 6,
    "phone_priority": 7
  },
  {
    "queue_name": "sample string 1",
    "service_grp_schedule": "sample string 2",
    "queue_enabled": true,
    "operation_grp_schedule": "sample string 4",
    "Ordem": 5,
    "chat_priority": 6,
    "phone_priority": 7
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfContactCenter_ChatQueueIntegrationRetornoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SageBR.Model.DTO">
  <ContactCenter_ChatQueueIntegrationRetornoDTO>
    <Ordem>5</Ordem>
    <chat_priority>6</chat_priority>
    <operation_grp_schedule>sample string 4</operation_grp_schedule>
    <phone_priority>7</phone_priority>
    <queue_enabled>true</queue_enabled>
    <queue_name>sample string 1</queue_name>
    <service_grp_schedule>sample string 2</service_grp_schedule>
  </ContactCenter_ChatQueueIntegrationRetornoDTO>
  <ContactCenter_ChatQueueIntegrationRetornoDTO>
    <Ordem>5</Ordem>
    <chat_priority>6</chat_priority>
    <operation_grp_schedule>sample string 4</operation_grp_schedule>
    <phone_priority>7</phone_priority>
    <queue_enabled>true</queue_enabled>
    <queue_name>sample string 1</queue_name>
    <service_grp_schedule>sample string 2</service_grp_schedule>
  </ContactCenter_ChatQueueIntegrationRetornoDTO>
</ArrayOfContactCenter_ChatQueueIntegrationRetornoDTO>