POST Provider/Task/InterpreterListDispatcherGet?Count={Count}
InterpreterListDispatcherGet
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DispatcherModelInterpreterInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| OfflineInterpreterList | Collection of OfflineInterpreter |
None. |
|
| OnlineInterpreterList | Collection of OnlineInterpreter |
None. |
|
| OriginalRequestAccepted | boolean |
None. |
|
| shouldAskOPIOption | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"OfflineInterpreterList": [
{
"AvailableCodeId": 1,
"InterpreterContactStatusCodeId": 2,
"InterpreterContactStatus": "sample string 3",
"ProviderId": 4,
"ProviderName": "sample string 5",
"ProviderServiceId": 6,
"Company": "sample string 7",
"FromLanguageId": 8,
"FromLanguage": "sample string 9",
"ToLanguageId": 10,
"ToLanguage": "sample string 11",
"isOnline": true,
"Gender": "sample string 13",
"Assigned": true,
"PhoneNumber": "sample string 15",
"ContactHelperUrl": "sample string 16",
"VideoSupportOptionCode": "sample string 17",
"nextScheduleTime": "2025-11-01T09:22:22.3300981Z"
},
{
"AvailableCodeId": 1,
"InterpreterContactStatusCodeId": 2,
"InterpreterContactStatus": "sample string 3",
"ProviderId": 4,
"ProviderName": "sample string 5",
"ProviderServiceId": 6,
"Company": "sample string 7",
"FromLanguageId": 8,
"FromLanguage": "sample string 9",
"ToLanguageId": 10,
"ToLanguage": "sample string 11",
"isOnline": true,
"Gender": "sample string 13",
"Assigned": true,
"PhoneNumber": "sample string 15",
"ContactHelperUrl": "sample string 16",
"VideoSupportOptionCode": "sample string 17",
"nextScheduleTime": "2025-11-01T09:22:22.3300981Z"
}
],
"OnlineInterpreterList": [
{
"Routed": true,
"Accepted": true,
"ProviderId": 3,
"ProviderName": "sample string 4",
"ProviderServiceId": 5,
"Company": "sample string 6",
"FromLanguageId": 7,
"FromLanguage": "sample string 8",
"ToLanguageId": 9,
"ToLanguage": "sample string 10",
"isOnline": true,
"Gender": "sample string 12",
"Assigned": true,
"PhoneNumber": "sample string 14",
"ContactHelperUrl": "sample string 15",
"VideoSupportOptionCode": "sample string 16",
"nextScheduleTime": "2025-11-01T09:22:22.3300981Z"
},
{
"Routed": true,
"Accepted": true,
"ProviderId": 3,
"ProviderName": "sample string 4",
"ProviderServiceId": 5,
"Company": "sample string 6",
"FromLanguageId": 7,
"FromLanguage": "sample string 8",
"ToLanguageId": 9,
"ToLanguage": "sample string 10",
"isOnline": true,
"Gender": "sample string 12",
"Assigned": true,
"PhoneNumber": "sample string 14",
"ContactHelperUrl": "sample string 15",
"VideoSupportOptionCode": "sample string 16",
"nextScheduleTime": "2025-11-01T09:22:22.3300981Z"
}
],
"OriginalRequestAccepted": true,
"shouldAskOPIOption": true
}
application/xml, text/xml
Sample:
<WEYIDispatcherManager.DispatcherModelInterpreterInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEYILib">
<OfflineInterpreterList>
<WEYIDispatcherManager.OfflineInterpreter>
<Assigned>true</Assigned>
<Company>sample string 7</Company>
<ContactHelperUrl>sample string 16</ContactHelperUrl>
<FromLanguage>sample string 9</FromLanguage>
<FromLanguageId>8</FromLanguageId>
<Gender>sample string 13</Gender>
<PhoneNumber>sample string 15</PhoneNumber>
<ProviderId>4</ProviderId>
<ProviderName>sample string 5</ProviderName>
<ProviderServiceId>6</ProviderServiceId>
<ToLanguage>sample string 11</ToLanguage>
<ToLanguageId>10</ToLanguageId>
<VideoSupportOptionCode>sample string 17</VideoSupportOptionCode>
<isOnline>true</isOnline>
<nextScheduleTime>2025-11-01T09:22:22.3300981Z</nextScheduleTime>
<AvailableCodeId>1</AvailableCodeId>
<InterpreterContactStatus>sample string 3</InterpreterContactStatus>
<InterpreterContactStatusCodeId>2</InterpreterContactStatusCodeId>
</WEYIDispatcherManager.OfflineInterpreter>
<WEYIDispatcherManager.OfflineInterpreter>
<Assigned>true</Assigned>
<Company>sample string 7</Company>
<ContactHelperUrl>sample string 16</ContactHelperUrl>
<FromLanguage>sample string 9</FromLanguage>
<FromLanguageId>8</FromLanguageId>
<Gender>sample string 13</Gender>
<PhoneNumber>sample string 15</PhoneNumber>
<ProviderId>4</ProviderId>
<ProviderName>sample string 5</ProviderName>
<ProviderServiceId>6</ProviderServiceId>
<ToLanguage>sample string 11</ToLanguage>
<ToLanguageId>10</ToLanguageId>
<VideoSupportOptionCode>sample string 17</VideoSupportOptionCode>
<isOnline>true</isOnline>
<nextScheduleTime>2025-11-01T09:22:22.3300981Z</nextScheduleTime>
<AvailableCodeId>1</AvailableCodeId>
<InterpreterContactStatus>sample string 3</InterpreterContactStatus>
<InterpreterContactStatusCodeId>2</InterpreterContactStatusCodeId>
</WEYIDispatcherManager.OfflineInterpreter>
</OfflineInterpreterList>
<OnlineInterpreterList>
<WEYIDispatcherManager.OnlineInterpreter>
<Assigned>true</Assigned>
<Company>sample string 6</Company>
<ContactHelperUrl>sample string 15</ContactHelperUrl>
<FromLanguage>sample string 8</FromLanguage>
<FromLanguageId>7</FromLanguageId>
<Gender>sample string 12</Gender>
<PhoneNumber>sample string 14</PhoneNumber>
<ProviderId>3</ProviderId>
<ProviderName>sample string 4</ProviderName>
<ProviderServiceId>5</ProviderServiceId>
<ToLanguage>sample string 10</ToLanguage>
<ToLanguageId>9</ToLanguageId>
<VideoSupportOptionCode>sample string 16</VideoSupportOptionCode>
<isOnline>true</isOnline>
<nextScheduleTime>2025-11-01T09:22:22.3300981Z</nextScheduleTime>
<Accepted>true</Accepted>
<Routed>true</Routed>
</WEYIDispatcherManager.OnlineInterpreter>
<WEYIDispatcherManager.OnlineInterpreter>
<Assigned>true</Assigned>
<Company>sample string 6</Company>
<ContactHelperUrl>sample string 15</ContactHelperUrl>
<FromLanguage>sample string 8</FromLanguage>
<FromLanguageId>7</FromLanguageId>
<Gender>sample string 12</Gender>
<PhoneNumber>sample string 14</PhoneNumber>
<ProviderId>3</ProviderId>
<ProviderName>sample string 4</ProviderName>
<ProviderServiceId>5</ProviderServiceId>
<ToLanguage>sample string 10</ToLanguage>
<ToLanguageId>9</ToLanguageId>
<VideoSupportOptionCode>sample string 16</VideoSupportOptionCode>
<isOnline>true</isOnline>
<nextScheduleTime>2025-11-01T09:22:22.3300981Z</nextScheduleTime>
<Accepted>true</Accepted>
<Routed>true</Routed>
</WEYIDispatcherManager.OnlineInterpreter>
</OnlineInterpreterList>
<OriginalRequestAccepted>true</OriginalRequestAccepted>
<shouldAskOPIOption>true</shouldAskOPIOption>
</WEYIDispatcherManager.DispatcherModelInterpreterInfo>