GET | /portal/assistants |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AccountId | query | string | No | |
CustomerId | query | string | No | |
NameFilter | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Page | form | int | No | The page of data to retrieve |
All | form | bool | No | If you want all objects to be returned. This should be used with care |
CountPerPage | form | int | No | The number per page to retrieve |
SpecificIds | form | List<string> | No | Specific IDs |
SortField | form | string | No | Specify a sort field |
SortOrder | form | SortOrders | No | Specify a sort order |
SimplifiedPaging | form | bool | No | Disables total / page counts - improves performance. Returns only data. If there is no more data, Items will be empty array |
Ascend | |
Descend |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AccountId | form | string | No | The account ID this endpoint is associated with |
AccountName | form | string | No | The name of the account this endpoint is associated with |
CustomerId | form | string | No | The ID of the customer this endpoint is associated with |
CustomerName | form | string | No | The name of the customer this endpoint is associated with |
ReferenceId | form | string | No | The third party reference ID for the endpoint |
CustomerBreadcrumb | form | List<CustomerBreadcrumb> | No | The breadcrumb to the customer for this endpoint |
DisplayName | form | string | No | The display name of the endpoint |
Type | form | EndpointTypes | No | The type of endpoint |
ExtraInformation | form | string | No | Extra info for this endpoint (typically to show in grid) |
FlowId | form | string | No | The ID of the flow to use for voice |
FlowName | form | string | No | The name of the flow to use for voice |
FlowParams | form | Struct | No | The params for the voice flow |
FlowSchedule | form | EndpointFlowSchedules | No | Whether to use a single flow always or use scheduled flow system |
Schedule | form | Schedule | No | This endpoint's schedule |
ScheduledFlows | form | List<ScheduledFlow> | No | The list of scheduled flows when using scheduling |
DisableSms | form | bool | No | Disable SMS |
UseExternal10DlcCampaign | form | bool | No | Set this to true to prevent Evo Voice from overriding the 10DLC / SMS settings for this number |
IsVirtualPhoneNumber | form | bool | No | Is this a virtual phone number? |
IsCallerIdVerified | form | bool | No | Is caller ID verified for this virtual number? |
CallerIdVerificationCode | form | string | No | The verification code for this number |
PhoneNumber | form | string | No | The phone number |
PhoneNumberSid | form | string | No | The Sid of the phone number |
CallerIdName | form | string | No | The caller ID Name (CNAM) for the phone number |
AddressSid | form | string | No | The address SID associated with the phone number |
DoNotTouchPhoneNumber | form | bool | No | Do not touch this phone number - for BYOA accounts |
IsEnrolledIn10DlcService | form | bool | No | Is this number enrolled in a 10DLC messaging service campaign |
EnableCallerIdLookup | form | bool | No | Whether we look up caller ID or not |
UserEmailAddress | form | string | No | The email address of the user |
SipRegion | form | TwilioSipRegions | No | The Twilio Region for the SIP endpoint |
SipCredentialSid | form | string | No | The Twilio Sid of the credentials for Sip |
SipUserName | form | string | No | The Twilio SIP user name |
SipPassword | form | string | No | The Twilio SIP password |
SipDomain | form | string | No | The SIP domain |
EnableEmergencyCalling | form | bool | No | Is emergency calling enabled on this number? |
EmergencyAddressSid | form | string | No | The SID of the emergency address for this number |
EmergencyPhoneNumberId | form | string | No | The ID of the phone number to use for emergency dialing |
AgentState | form | AgentStates | No | The current agent state of this user endpoint |
AgentStateReason | form | AgentStateReasons | No | The current agent state reason of this user endpoint |
UserMode | form | UserModes | No | The mode for this user |
VoicemailGreetingId | form | string | No | The ID of the file to use for voicemail greeting |
Data | form | Struct | No | The endpoint's data |
EmailAddress | form | string | No | The email address for email endpoints |
UserFirstName | form | string | No | The first name of the user (for user endpoints) |
UserLastName | form | string | No | The last name of the user (for user endpoints) |
AvatarUrl | form | string | No | The URL of an image for this user's avatar |
ManagerRole | form | UserManagerRoles | No | Does this user have manager role? |
DashboardPermissions | form | List<DashboardPermissions> | No | The list of dashboard permissions for when the manager role is custom |
MyFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to their own fields |
CustomerFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to customer fields |
OtherUserFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to other user fields |
OtherEndpointFieldPermissions | form | UserDataFieldModes | No | The type of visibility this user has to other endpoint fields |
Name | form | string | No | The name of this endpoint (for bots etc.) |
Tags | form | List<Tag> | No | The list of tags for this endpoint |
ActionUrls | form | List<EndpointActionUrl> | No | The list of action URLs |
TeamMemberIds | form | List<string> | No | The list of members in this team |
ContactListVisibility | form | CustomerVisibility | No | Visibility of this user/team in contact lists |
Contacts | form | List<EndpointContact> | No | The list of contacts personal to this user |
DocumoId | form | string | No | The documo ID for this number |
IntegrationData | form | EntityIntegrationData | No | Integration data for this endpoint |
ThirdPartyPhoneSystemSettings | form | ThirdPartyPhoneSystemSettings | No | Settings for third party phone system |
OverrideAppSettings | form | bool | No | Should this user override the parent customer's app settings |
AppSettings | form | AppSettings | No | App / Portal settings for this user |
AssistantSettings | form | AssistantSettings | No | Configuration for the AI assistant |
EmbedSettings | form | EmbedSettings | No | Configuration for the embed |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | The ID of the object |
DateCreated | form | string | No | The date the object was created |
DateLastModified | form | string | No | The date the object was last modified |
CreatedBy | form | string | No | The user that created this object |
LastModifiedBy | form | string | No | The user that last modified this object |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Name | form | string | No |
PhoneNumber | |
User | |
FaxNumber | |
EmailAddress | |
Unused_1 | |
Unused_2 | |
Unused_3 | |
Unused_4 | |
Unused_5 | |
Team | |
Assistant |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
BoolValue | form | bool? | No | |
StringValue | form | string | No | |
NumberValue | form | double? | No | |
ListValue | form | List<Struct> | No | |
StructValue | form | Struct | No |
Always | |
Scheduled | |
Simple |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
TimeZoneId | form | string | No | |
Inherit | form | bool | No | |
ForceClosed | form | bool | No | |
Rules | form | List<SchedulingRule> | No | |
DefaultState | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Name | form | string | No | |
Priority | form | int | No | |
State | form | string | No | |
Source | form | string | No | |
Condition | form | string | No | |
SimpleRuleType | form | SimpleSchedulingRuleTypes | No | |
CustomerState | form | string | No | |
FlowId | form | string | No | |
FlowParams | form | Struct | No | |
IsAllDay | form | bool | No | |
StartDate | form | string | No | |
StartTime | form | string | No | |
EndTime | form | string | No | |
BySetPosition | form | List<int> | No | |
ByMonth | form | List<int> | No | |
ByWeekNo | form | List<int> | No | |
ByYearDay | form | List<int> | No | |
ByMonthDay | form | List<int> | No | |
ByDay | form | List<ScheduleDay> | No | |
ByHour | form | List<int> | No | |
ByMinute | form | List<int> | No | |
Interval | form | int | No | |
Count | form | int | No | |
UntilDate | form | string | No | |
Frequency | form | SchedulingRuleFrequency | No |
Always | |
CustomerState | |
Time |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Offset | form | int | No | |
DayOfWeek | form | DayOfWeek | No |
None | |
Secondly | |
Minutely | |
Hourly | |
Daily | |
Weekly | |
Monthly | |
Yearly |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
StateName | form | string | No | |
FlowId | form | string | No | |
FlowParams | form | Struct | No |
NorthAmericaVirginia | |
NorthAmericaOregon | |
EuropeIreland | |
EuropeFrankfurt | |
AsiaPacificSingapore | |
AsiaPacificTokyo | |
AsiaPacificSydney | |
SouthAmericaSanPaolo |
Unknown | |
Ready | |
NotReady | |
LoggedOut | |
WrapUp | |
Outgoing | |
Other |
Unknown | |
SetByUser | |
MissedCall | |
SetBySystem |
SoftPhone | |
Sip | |
Flow | |
DataOnly | |
ThirdParty |
None | |
Manager | |
VoicemailAndCallHistory | |
Custom |
ViewFiles | |
ViewNotifications | |
ViewSessions | |
ViewEndpoints | |
ViewReports | |
ViewCustomers | |
ViewFlows |
Hidden | |
ReadOnly | |
ReadWrite |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Name | form | string | No | |
Color | form | TagColors | No |
Magenta | |
Red | |
Volcano | |
Orange | |
Gold | |
Lime | |
Green | |
Cyan | |
Blue | |
GeekBlue | |
Purple |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Url | form | string | No | |
Method | form | ActionUrlHttpMethods | No |
GET | |
POST |
None | |
CurrentCustomer | |
CurrentAndChildCustomers |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
DisplayName | form | string | No | |
Address | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ThirdPartyId | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Type | form | ThirdPartyPhoneSystemTypes | No | |
SipSettings | form | ThirdPartySipSettings | No | |
DemoSettings | form | ThirdPartyDemoSettings | No |
Demo | |
Sip |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Accounts | form | List<ThirdPartySipAccountSettings> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Number | form | string | No | |
Agent | form | string | No | |
AuthName | form | string | No | |
UserName | form | string | No | |
DisplayName | form | string | No | |
Password | form | string | No | |
UserDomain | form | string | No | |
RegistrationExpires | form | int | No | |
TransportType | form | TransportTypes | No | |
LocalIP | form | string | No | |
LocalPort | form | int | No | |
SipServer | form | string | No | |
SipServerPort | form | int | No | |
OutboundServer | form | string | No | |
OutboundServerPort | form | int | No | |
StunServer | form | string | No | |
StunPort | form | int | No | |
AudioPlaybackDeviceName | form | string | No | |
AudioRecordingDeviceName | form | string | No | |
AudioCodecs | form | List<AudioCodecTypes> | No | |
DTMFMethod | form | DtmfMethods | No |
UDP | |
TLS | |
TCP | |
PERS |
Name | Value | |
---|---|---|
PCMU | 0 | |
GSM | 3 | |
PCMA | 8 | |
G722 | 9 | |
G729 | 18 | |
ILBC | 97 | |
AMR | 98 | |
AMRWB | 99 | |
SPEEX | 100 | |
DTMF | 101 | |
SPEEXWB | 102 | |
ISACWB | 103 | |
ISACSWB | 104 | |
OPUS | 105 | |
G7221 | 121 | |
NONE | -1 |
RFC2833 | |
INFO |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Extension | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
EnablePhoneNumberManagement | form | bool | No | |
EnableDeviceManagement | form | bool | No | |
EnableDialer | form | bool | No | |
EnableCallHistory | form | bool | No | |
EnableAssistants | form | bool | No | |
ShowFileNameInMessageCenter | form | bool | No | |
ChakraTheme | form | string | No | |
CustomCss | form | string | No | |
PageTitle | form | string | No | |
StringMappings | form | string | No | |
LogoutUrl | form | string | No | |
PortMyNumberUrl | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
CompanyName | form | string | No | |
Greeting | form | string | No | |
CompanyInformation | form | string | No | |
CustomPrompt | form | string | No | |
Voice | form | string | No | |
VoiceStyle | form | string | No | |
Tuning | form | AssistantTunings | No | |
Words | form | List<AssistantWord> | No | |
Links | form | List<AssistantLink> | No | |
Contacts | form | List<AssistantContact> | No | |
Integrations | form | List<AssistantIntegration> | No |
Accuracy | |
Speed |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Word | form | string | No | |
Pronounced | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Url | form | string | No | |
Description | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
PhoneNumber | form | string | No | |
TransferType | form | AssistantTransferTypes | No | |
About | form | string | No | |
EmailAddress | form | string | No | |
TakeMessageFields | form | List<AssistantTakeMessageField> | No |
Blind | |
Supervised | |
MessagesOnly |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
Description | form | string | No | |
Required | form | bool | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Uri | form | string | No | |
HttpMethod | form | string | No | |
AuthToken | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Enabled | form | bool | No | |
AllowedHosts | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Items | form | List<AccountInfo> | No | The items |
TotalCount | form | int | No | The total number of items |
TotalPages | form | int | No | The total number of pages |
HasMorePages | form | bool | No | Are there more pages of items? Used with simplified paging |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | The name of this account |
ParentAccountId | form | string | No | The ID of this account's parent |
TwilioAccountSid | form | string | No | The twilio account SID |
AncestorIds | form | List<string> | No | The ancestors of this account. Useful for breadcrumbs |
MaxPhoneNumbers | form | int | No | The max number of phone numbers this account can have |
IsBYOA | form | bool | No | This account is BYOA |
TrustHubProfileSid | form | string | No | TrustHub Profile Sid |
LogoId | form | string | No | The ID of the logo file |
LogoUri | form | string | No | The URI of the logo file |
BillingSettings | form | BillingSettings | No | The billing settings for this account |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Base | form | BillingItem | No | |
LocalNumbers | form | BillingItem | No | |
TollFreeNumbers | form | BillingItem | No | |
InboundVoiceCalls | form | BillingItem | No | |
OutboundVoiceCalls | form | BillingItem | No | |
InboundFaxes | form | BillingItem | No | |
OutboundFaxes | form | BillingItem | No | |
InboundSmsMessages | form | BillingItem | No | |
OutboundSmsMessages | form | BillingItem | No | |
AIInsights | form | BillingItem | No | |
AILiveMinutes | form | BillingItem | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
BaseCost | form | double | No | |
RawUnitMultiplier | form | double | No | |
UnitCost | form | double | No | |
Allowance | form | int | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /portal/assistants HTTP/1.1 Host: team.evovoice.io Accept: application/xml
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <ListResponseOfEndpointInfoWeVlXEog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Voice.Api"> <HasMorePages>false</HasMorePages> <Items xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Endpoints"> <d2p1:EndpointInfo> <CreatedBy>String</CreatedBy> <DateCreated>String</DateCreated> <DateLastModified>String</DateLastModified> <Id>String</Id> <LastModifiedBy>String</LastModifiedBy> <d2p1:AccountId>String</d2p1:AccountId> <d2p1:AccountName>String</d2p1:AccountName> <d2p1:ActionUrls> <d2p1:EndpointActionUrl> <d2p1:Id>String</d2p1:Id> <d2p1:Method>GET</d2p1:Method> <d2p1:Url>String</d2p1:Url> </d2p1:EndpointActionUrl> </d2p1:ActionUrls> <d2p1:AddressSid>String</d2p1:AddressSid> <d2p1:AgentState>Unknown</d2p1:AgentState> <d2p1:AgentStateReason>Unknown</d2p1:AgentStateReason> <d2p1:AppSettings xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Customers"> <d4p1:ChakraTheme>String</d4p1:ChakraTheme> <d4p1:CustomCss>String</d4p1:CustomCss> <d4p1:EnableAssistants>false</d4p1:EnableAssistants> <d4p1:EnableCallHistory>false</d4p1:EnableCallHistory> <d4p1:EnableDeviceManagement>false</d4p1:EnableDeviceManagement> <d4p1:EnableDialer>false</d4p1:EnableDialer> <d4p1:EnablePhoneNumberManagement>false</d4p1:EnablePhoneNumberManagement> <d4p1:LogoutUrl>String</d4p1:LogoutUrl> <d4p1:PageTitle>String</d4p1:PageTitle> <d4p1:PortMyNumberUrl>String</d4p1:PortMyNumberUrl> <d4p1:ShowFileNameInMessageCenter>false</d4p1:ShowFileNameInMessageCenter> <d4p1:StringMappings>String</d4p1:StringMappings> </d2p1:AppSettings> <d2p1:AssistantSettings> <d2p1:CompanyInformation>String</d2p1:CompanyInformation> <d2p1:CompanyName>String</d2p1:CompanyName> <d2p1:Contacts> <d2p1:AssistantContact> <d2p1:About>String</d2p1:About> <d2p1:EmailAddress>String</d2p1:EmailAddress> <d2p1:Name>String</d2p1:Name> <d2p1:PhoneNumber>String</d2p1:PhoneNumber> <d2p1:TakeMessageFields> <d2p1:AssistantTakeMessageField> <d2p1:Description>String</d2p1:Description> <d2p1:Name>String</d2p1:Name> <d2p1:Required>false</d2p1:Required> </d2p1:AssistantTakeMessageField> </d2p1:TakeMessageFields> <d2p1:TransferType>Blind</d2p1:TransferType> </d2p1:AssistantContact> </d2p1:Contacts> <d2p1:CustomPrompt>String</d2p1:CustomPrompt> <d2p1:Greeting>String</d2p1:Greeting> <d2p1:Integrations> <d2p1:AssistantIntegration> <d2p1:AuthToken>String</d2p1:AuthToken> <d2p1:HttpMethod>String</d2p1:HttpMethod> <d2p1:Uri>String</d2p1:Uri> </d2p1:AssistantIntegration> </d2p1:Integrations> <d2p1:Links> <d2p1:AssistantLink> <d2p1:Description>String</d2p1:Description> <d2p1:Url>String</d2p1:Url> </d2p1:AssistantLink> </d2p1:Links> <d2p1:Tuning>Accuracy</d2p1:Tuning> <d2p1:Voice>String</d2p1:Voice> <d2p1:VoiceStyle>String</d2p1:VoiceStyle> <d2p1:Words> <d2p1:AssistantWord> <d2p1:Pronounced>String</d2p1:Pronounced> <d2p1:Word>String</d2p1:Word> </d2p1:AssistantWord> </d2p1:Words> </d2p1:AssistantSettings> <d2p1:AvatarUrl>String</d2p1:AvatarUrl> <d2p1:CallerIdName>String</d2p1:CallerIdName> <d2p1:CallerIdVerificationCode>String</d2p1:CallerIdVerificationCode> <d2p1:ContactListVisibility>None</d2p1:ContactListVisibility> <d2p1:Contacts> <d2p1:EndpointContact> <d2p1:Address>String</d2p1:Address> <d2p1:DisplayName>String</d2p1:DisplayName> <d2p1:Id>String</d2p1:Id> </d2p1:EndpointContact> </d2p1:Contacts> <d2p1:CustomerBreadcrumb xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Customers"> <d4p1:CustomerBreadcrumb> <d4p1:Id>String</d4p1:Id> <d4p1:Name>String</d4p1:Name> </d4p1:CustomerBreadcrumb> </d2p1:CustomerBreadcrumb> <d2p1:CustomerFieldPermissions>Hidden</d2p1:CustomerFieldPermissions> <d2p1:CustomerId>String</d2p1:CustomerId> <d2p1:CustomerName>String</d2p1:CustomerName> <d2p1:DashboardPermissions xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Authentication"> <d4p1:DashboardPermissions>ViewFiles</d4p1:DashboardPermissions> </d2p1:DashboardPermissions> <d2p1:Data xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <d2p1:DisableSms>false</d2p1:DisableSms> <d2p1:DisplayName>String</d2p1:DisplayName> <d2p1:DoNotTouchPhoneNumber>false</d2p1:DoNotTouchPhoneNumber> <d2p1:DocumoId>String</d2p1:DocumoId> <d2p1:EmailAddress>String</d2p1:EmailAddress> <d2p1:EmbedSettings> <d2p1:AllowedHosts>String</d2p1:AllowedHosts> <d2p1:Enabled>false</d2p1:Enabled> </d2p1:EmbedSettings> <d2p1:EmergencyAddressSid>String</d2p1:EmergencyAddressSid> <d2p1:EmergencyPhoneNumberId>String</d2p1:EmergencyPhoneNumberId> <d2p1:EnableCallerIdLookup>false</d2p1:EnableCallerIdLookup> <d2p1:EnableEmergencyCalling>false</d2p1:EnableEmergencyCalling> <d2p1:ExtraInformation>String</d2p1:ExtraInformation> <d2p1:FlowId>String</d2p1:FlowId> <d2p1:FlowName>String</d2p1:FlowName> <d2p1:FlowParams xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <d2p1:FlowSchedule>Always</d2p1:FlowSchedule> <d2p1:IntegrationData xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:KeyValueOfstringIntegrationDataY_SkqLnhh> <d4p1:Key>String</d4p1:Key> <d4p1:Value xmlns:d6p1="http://schemas.datacontract.org/2004/07/Voice.Api.Integrations"> <d6p1:ThirdPartyId>String</d6p1:ThirdPartyId> </d4p1:Value> </d4p1:KeyValueOfstringIntegrationDataY_SkqLnhh> </d2p1:IntegrationData> <d2p1:IsCallerIdVerified>false</d2p1:IsCallerIdVerified> <d2p1:IsEnrolledIn10DlcService>false</d2p1:IsEnrolledIn10DlcService> <d2p1:IsVirtualPhoneNumber>false</d2p1:IsVirtualPhoneNumber> <d2p1:ManagerRole>None</d2p1:ManagerRole> <d2p1:MyFieldPermissions>Hidden</d2p1:MyFieldPermissions> <d2p1:Name>String</d2p1:Name> <d2p1:OtherEndpointFieldPermissions>Hidden</d2p1:OtherEndpointFieldPermissions> <d2p1:OtherUserFieldPermissions>Hidden</d2p1:OtherUserFieldPermissions> <d2p1:OverrideAppSettings>false</d2p1:OverrideAppSettings> <d2p1:PhoneNumber>String</d2p1:PhoneNumber> <d2p1:PhoneNumberSid>String</d2p1:PhoneNumberSid> <d2p1:ReferenceId>String</d2p1:ReferenceId> <d2p1:Schedule xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Scheduling"> <d4p1:DefaultState>String</d4p1:DefaultState> <d4p1:ForceClosed>false</d4p1:ForceClosed> <d4p1:Inherit>false</d4p1:Inherit> <d4p1:Rules> <d4p1:SchedulingRule> <d4p1:ByDay> <d4p1:ScheduleDay> <d4p1:DayOfWeek>Sunday</d4p1:DayOfWeek> <d4p1:Offset>0</d4p1:Offset> </d4p1:ScheduleDay> </d4p1:ByDay> <d4p1:ByHour xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>0</d7p1:int> </d4p1:ByHour> <d4p1:ByMinute xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>0</d7p1:int> </d4p1:ByMinute> <d4p1:ByMonth xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>0</d7p1:int> </d4p1:ByMonth> <d4p1:ByMonthDay xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>0</d7p1:int> </d4p1:ByMonthDay> <d4p1:BySetPosition xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>0</d7p1:int> </d4p1:BySetPosition> <d4p1:ByWeekNo xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>0</d7p1:int> </d4p1:ByWeekNo> <d4p1:ByYearDay xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d7p1:int>0</d7p1:int> </d4p1:ByYearDay> <d4p1:Condition>String</d4p1:Condition> <d4p1:Count>0</d4p1:Count> <d4p1:CustomerState>String</d4p1:CustomerState> <d4p1:EndTime>String</d4p1:EndTime> <d4p1:FlowId>String</d4p1:FlowId> <d4p1:FlowParams xmlns:d7p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <d4p1:Frequency>None</d4p1:Frequency> <d4p1:Id>String</d4p1:Id> <d4p1:Interval>0</d4p1:Interval> <d4p1:IsAllDay>false</d4p1:IsAllDay> <d4p1:Name>String</d4p1:Name> <d4p1:Priority>0</d4p1:Priority> <d4p1:SimpleRuleType>Always</d4p1:SimpleRuleType> <d4p1:Source>String</d4p1:Source> <d4p1:StartDate>String</d4p1:StartDate> <d4p1:StartTime>String</d4p1:StartTime> <d4p1:State>String</d4p1:State> <d4p1:UntilDate>String</d4p1:UntilDate> </d4p1:SchedulingRule> </d4p1:Rules> <d4p1:TimeZoneId>String</d4p1:TimeZoneId> </d2p1:Schedule> <d2p1:ScheduledFlows> <d2p1:ScheduledFlow> <d2p1:FlowId>String</d2p1:FlowId> <d2p1:FlowParams xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" i:nil="true" /> <d2p1:StateName>String</d2p1:StateName> </d2p1:ScheduledFlow> </d2p1:ScheduledFlows> <d2p1:SipCredentialSid>String</d2p1:SipCredentialSid> <d2p1:SipDomain>String</d2p1:SipDomain> <d2p1:SipPassword>String</d2p1:SipPassword> <d2p1:SipRegion>NorthAmericaVirginia</d2p1:SipRegion> <d2p1:SipUserName>String</d2p1:SipUserName> <d2p1:Tags xmlns:d4p1="http://schemas.datacontract.org/2004/07/Voice.Api.Settings"> <d4p1:Tag> <d4p1:Color>Magenta</d4p1:Color> <d4p1:Id>String</d4p1:Id> <d4p1:Name>String</d4p1:Name> </d4p1:Tag> </d2p1:Tags> <d2p1:TeamMemberIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>String</d4p1:string> </d2p1:TeamMemberIds> <d2p1:ThirdPartyPhoneSystemSettings> <d2p1:DemoSettings> <d2p1:Extension>String</d2p1:Extension> </d2p1:DemoSettings> <d2p1:SipSettings> <d2p1:Accounts> <d2p1:ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.ThirdPartySipAccountSettings> <d2p1:Agent>String</d2p1:Agent> <d2p1:AudioCodecs> <d2p1:ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.AudioCodecTypes>PCMU</d2p1:ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.AudioCodecTypes> </d2p1:AudioCodecs> <d2p1:AudioPlaybackDeviceName>String</d2p1:AudioPlaybackDeviceName> <d2p1:AudioRecordingDeviceName>String</d2p1:AudioRecordingDeviceName> <d2p1:AuthName>String</d2p1:AuthName> <d2p1:DTMFMethod>RFC2833</d2p1:DTMFMethod> <d2p1:DisplayName>String</d2p1:DisplayName> <d2p1:LocalIP>String</d2p1:LocalIP> <d2p1:LocalPort>0</d2p1:LocalPort> <d2p1:Number>String</d2p1:Number> <d2p1:OutboundServer>String</d2p1:OutboundServer> <d2p1:OutboundServerPort>0</d2p1:OutboundServerPort> <d2p1:Password>String</d2p1:Password> <d2p1:RegistrationExpires>0</d2p1:RegistrationExpires> <d2p1:SipServer>String</d2p1:SipServer> <d2p1:SipServerPort>0</d2p1:SipServerPort> <d2p1:StunPort>0</d2p1:StunPort> <d2p1:StunServer>String</d2p1:StunServer> <d2p1:TransportType>UDP</d2p1:TransportType> <d2p1:UserDomain>String</d2p1:UserDomain> <d2p1:UserName>String</d2p1:UserName> </d2p1:ThirdPartyPhoneSystemSettings.ThirdPartySipSettings.ThirdPartySipAccountSettings> </d2p1:Accounts> </d2p1:SipSettings> <d2p1:Type>Demo</d2p1:Type> </d2p1:ThirdPartyPhoneSystemSettings> <d2p1:Type>PhoneNumber</d2p1:Type> <d2p1:UseExternal10DlcCampaign>false</d2p1:UseExternal10DlcCampaign> <d2p1:UserEmailAddress>String</d2p1:UserEmailAddress> <d2p1:UserFirstName>String</d2p1:UserFirstName> <d2p1:UserLastName>String</d2p1:UserLastName> <d2p1:UserMode>SoftPhone</d2p1:UserMode> <d2p1:VoicemailGreetingId>String</d2p1:VoicemailGreetingId> </d2p1:EndpointInfo> </Items> <TotalCount>0</TotalCount> <TotalPages>0</TotalPages> </ListResponseOfEndpointInfoWeVlXEog>