GET | /portal/home |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
AccountId | query | string | No | |
CustomerId | query | string | No | |
FromDate | query | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
IsHostedSuiteCustomer | form | bool | No | |
Conversations | form | List<ConversationInfo> | No | |
Calls | form | List<SessionInfo> | No | |
CallMetrics | form | List<AppHomeCallMetric> | No | |
Voicemail | form | List<FileInfo> | No | |
Forms | form | List<HostedSuiteCompletedForm> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
EndpointId | form | string | No | |
OtherAddress | form | string | No | |
MostRecentMessage | form | MessageInfo | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
AccountId | form | string | No | |
CustomerId | form | string | No | |
EndpointId | form | string | No | |
EndpointDisplayName | form | string | No | |
Date | form | string | No | |
Direction | form | MessageDirections | No | |
OtherAddress | form | string | No | |
Sender | form | string | No | |
Text | form | string | No | |
IsUnread | form | bool | No |
Incoming | |
Outgoing |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
DialState | form | SessionDialState | No | The state of the session |
CallState | form | SessionCallState | No | The call state of the session |
QueueState | form | SessionQueueStates | No | The queue state of the session |
AccountId | form | string | No | The ID of the account associated with the flow |
AccountName | form | string | No | The name of the account associated with the session |
CustomerId | form | string | No | The ID of the customer this session is associated with |
CustomerBreadcrumb | form | List<CustomerBreadcrumb> | No | The customer breadcrumb this session is associated with |
CustomerName | form | string | No | The name of the customer this session is associated with |
EndpointId | form | string | No | The ID of the endpoint associated with this session |
EndpointName | form | string | No | The name of the endpoint associated with this session |
DateCompleted | form | string | No | The date the call completed |
Destination | form | string | No | The destination of the session (e.g. what was entered into the Dial box) |
ToAddress | form | string | No | The to address if any |
FromAddress | form | string | No | The from address if any |
FromName | form | string | No | The from name if any |
AnsweredByName | form | string | No | Answered by name (if any) |
QueueMemberId | form | string | No | The ID of the queue member assigned to this call |
Channel | form | FlowChannels | No | The flow channel |
Ended | form | bool | No | Has the session ended |
Outcome | form | string | No | The outcome of the call |
CallSid | form | string | No | The twilio Call SID of this session |
ConsoleData | form | string | No | Any console data for this session |
HoldQueueName | form | string | No | The name of the hold queue for this call |
HeldByUserId | form | string | No | The user ID who put this call on hold |
HoldReason | form | SessionHoldReasons | No | The reason for the hold |
ConferenceSid | form | string | No | The SID of the conference if in a conference call |
DisplayName | form | string | No | The display name for this session |
Log | form | List<SessionLogInfo> | No | The log entries for this session |
Members | form | List<SessionMemberInfo> | No | The members of this session |
CallbackNumber | form | string | No | The callback number (typically used for SIP to User calls) |
AnsweredById | form | string | No | The ID of the endpoint that answered |
Direction | form | SessionDirections | No | Is this session incoming or outgoing? |
FromPhoneNumber | form | string | No | The phone number that this session is coming from (used with SMS chats) |
MostRecentParticipantCallSid | form | string | No | The Call SID of the most recently added conference participant |
WasMissed | form | bool | No | Was this session missed? |
RingQueueId | form | string | No | The ring queue that the call is currently in |
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 |
None | |
Active |
Disconnected | |
Ringing | |
Connected | |
Hold | |
Passive |
None | |
Queued | |
Ringing | |
Connected | |
Hold | |
Disconnected |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Name | form | string | No |
Voice | |
Chat | |
Fax |
None | |
Transferring |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Date | form | string | No | |
Message | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Identity | form | string | No | |
EndpointId | form | string | No | |
DisplayName | form | string | No | |
IsOriginalMember | form | bool | No | |
AvatarUrl | form | string | No | |
ApplicationData | form | Dictionary<string, string> | No | |
CallState | form | SessionMemberCallState | No | |
Role | form | SessionMemberRoles | No | |
CallSid | form | string | No | |
Muted | form | bool | No |
None | |
Ringing | |
Connected | |
Hold |
None | |
Caller | |
Agent | |
Transfer |
Incoming | |
Outgoing |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
MetricKey | form | string | No | |
Total | form | double | No | |
Average | form | double | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Type | form | FileTypes | No | The type of file this is |
AccountId | form | string | No | The account ID this file is associated with |
AccountName | form | string | No | The name of the account this file is associated with |
CustomerId | form | string | No | The ID of the customer this file is associated with |
CustomerName | form | string | No | The name of the customer this file is associated with |
CustomerBreadcrumb | form | List<CustomerBreadcrumb> | No | The breadcrumb to the customer for this file |
UserId | form | string | No | The ID of the user this file is assocaited with |
UserName | form | string | No | The name of the user this file is associated with |
FileName | form | string | No | The original file name for the file |
Uri | form | string | No | The URI of the file |
ContentType | form | string | No | The Content type of the file |
ContentLength | form | long | No | The size of the file |
RecordingSid | form | string | No | The Twilio ID of the recording |
RecordingDuration | form | int | No | The duration of the recording in seconds |
RecordingFrom | form | string | No | Who is the recording from? |
Transcription | form | string | No | Transcription (if available) |
FromAddress | form | string | No | From Address (e.g. caller ID) for incoming calls |
ToAddress | form | string | No | To Address (e.g. dialed number) for outgoing calls |
AITranscription | form | string | No | The AI transcription for this call |
Upload | |
VoiceMessage | |
CallRecording | |
Fax | |
Attachment | |
FaxOutgoing |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | string | No | |
Name | form | string | No | |
DateCreated | form | string | No | |
DateCompleted | form | string | No | |
FormId | form | string | No | |
FormName | form | string | No | |
ClientId | form | string | No | |
ClientName | form | string | No | |
ContactId | form | string | No | |
ContactName | form | string | No | |
ContactsIds | form | List<string> | No | |
ContactsNames | form | List<string> | No | |
EmailSubject | form | string | No | |
CallerNumber | form | string | No | |
Fields | form | List<HostedSuiteCompletedFormField> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Name | form | string | No | |
Values | form | List<string> | 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/home HTTP/1.1 Host: team.evovoice.io Accept: application/xml
HTTP/1.1 200 OK Content-Type: application/xml Content-Length: length <AppHomeInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Voice.Api.Portal"> <CallMetrics> <AppHomeCallMetric> <Average>0</Average> <MetricKey>String</MetricKey> <Total>0</Total> </AppHomeCallMetric> </CallMetrics> <Calls xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Sessions"> <d2p1:SessionInfo> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</CreatedBy> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</DateCreated> <DateLastModified xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</DateLastModified> <Id xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</Id> <LastModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</LastModifiedBy> <d2p1:AccountId>String</d2p1:AccountId> <d2p1:AccountName>String</d2p1:AccountName> <d2p1:AnsweredById>String</d2p1:AnsweredById> <d2p1:AnsweredByName>String</d2p1:AnsweredByName> <d2p1:CallSid>String</d2p1:CallSid> <d2p1:CallState>Disconnected</d2p1:CallState> <d2p1:CallbackNumber>String</d2p1:CallbackNumber> <d2p1:Channel>Voice</d2p1:Channel> <d2p1:ConferenceSid>String</d2p1:ConferenceSid> <d2p1:ConsoleData>String</d2p1:ConsoleData> <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:CustomerId>String</d2p1:CustomerId> <d2p1:CustomerName>String</d2p1:CustomerName> <d2p1:DateCompleted>String</d2p1:DateCompleted> <d2p1:Destination>String</d2p1:Destination> <d2p1:DialState>None</d2p1:DialState> <d2p1:Direction>Incoming</d2p1:Direction> <d2p1:DisplayName>String</d2p1:DisplayName> <d2p1:Ended>false</d2p1:Ended> <d2p1:EndpointId>String</d2p1:EndpointId> <d2p1:EndpointName>String</d2p1:EndpointName> <d2p1:FromAddress>String</d2p1:FromAddress> <d2p1:FromName>String</d2p1:FromName> <d2p1:FromPhoneNumber>String</d2p1:FromPhoneNumber> <d2p1:HeldByUserId>String</d2p1:HeldByUserId> <d2p1:HoldQueueName>String</d2p1:HoldQueueName> <d2p1:HoldReason>None</d2p1:HoldReason> <d2p1:Log> <d2p1:SessionLogInfo> <d2p1:Date>String</d2p1:Date> <d2p1:Message>String</d2p1:Message> </d2p1:SessionLogInfo> </d2p1:Log> <d2p1:Members> <d2p1:SessionMemberInfo> <d2p1:ApplicationData xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:KeyValueOfstringstring> <d6p1:Key>String</d6p1:Key> <d6p1:Value>String</d6p1:Value> </d6p1:KeyValueOfstringstring> </d2p1:ApplicationData> <d2p1:AvatarUrl>String</d2p1:AvatarUrl> <d2p1:CallSid>String</d2p1:CallSid> <d2p1:CallState>None</d2p1:CallState> <d2p1:DisplayName>String</d2p1:DisplayName> <d2p1:EndpointId>String</d2p1:EndpointId> <d2p1:Identity>String</d2p1:Identity> <d2p1:IsOriginalMember>false</d2p1:IsOriginalMember> <d2p1:Muted>false</d2p1:Muted> <d2p1:Role>None</d2p1:Role> </d2p1:SessionMemberInfo> </d2p1:Members> <d2p1:MostRecentParticipantCallSid>String</d2p1:MostRecentParticipantCallSid> <d2p1:Outcome>String</d2p1:Outcome> <d2p1:QueueMemberId>String</d2p1:QueueMemberId> <d2p1:QueueState>None</d2p1:QueueState> <d2p1:RingQueueId>String</d2p1:RingQueueId> <d2p1:ToAddress>String</d2p1:ToAddress> <d2p1:WasMissed>false</d2p1:WasMissed> </d2p1:SessionInfo> </Calls> <Conversations xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Messaging"> <d2p1:ConversationInfo> <d2p1:EndpointId>String</d2p1:EndpointId> <d2p1:Id>String</d2p1:Id> <d2p1:MostRecentMessage> <d2p1:AccountId>String</d2p1:AccountId> <d2p1:CustomerId>String</d2p1:CustomerId> <d2p1:Date>String</d2p1:Date> <d2p1:Direction>Incoming</d2p1:Direction> <d2p1:EndpointDisplayName>String</d2p1:EndpointDisplayName> <d2p1:EndpointId>String</d2p1:EndpointId> <d2p1:Id>String</d2p1:Id> <d2p1:IsUnread>false</d2p1:IsUnread> <d2p1:OtherAddress>String</d2p1:OtherAddress> <d2p1:Sender>String</d2p1:Sender> <d2p1:Text>String</d2p1:Text> </d2p1:MostRecentMessage> <d2p1:OtherAddress>String</d2p1:OtherAddress> </d2p1:ConversationInfo> </Conversations> <Forms> <HostedSuiteCompletedForm> <CallerNumber>String</CallerNumber> <ClientId>String</ClientId> <ClientName>String</ClientName> <ContactId>String</ContactId> <ContactName>String</ContactName> <ContactsIds xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>String</d4p1:string> </ContactsIds> <ContactsNames xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d4p1:string>String</d4p1:string> </ContactsNames> <DateCompleted>String</DateCompleted> <DateCreated>String</DateCreated> <EmailSubject>String</EmailSubject> <Fields> <HostedSuiteCompletedFormField> <Name>String</Name> <Values xmlns:d6p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d6p1:string>String</d6p1:string> </Values> </HostedSuiteCompletedFormField> </Fields> <FormId>String</FormId> <FormName>String</FormName> <Id>String</Id> <Name>String</Name> </HostedSuiteCompletedForm> </Forms> <IsHostedSuiteCustomer>false</IsHostedSuiteCustomer> <Voicemail xmlns:d2p1="http://schemas.datacontract.org/2004/07/Voice.Api.Files"> <d2p1:FileInfo> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</CreatedBy> <DateCreated xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</DateCreated> <DateLastModified xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</DateLastModified> <Id xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</Id> <LastModifiedBy xmlns="http://schemas.datacontract.org/2004/07/Voice.Api">String</LastModifiedBy> <d2p1:AITranscription>String</d2p1:AITranscription> <d2p1:AccountId>String</d2p1:AccountId> <d2p1:AccountName>String</d2p1:AccountName> <d2p1:ContentLength>0</d2p1:ContentLength> <d2p1:ContentType>String</d2p1:ContentType> <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:CustomerId>String</d2p1:CustomerId> <d2p1:CustomerName>String</d2p1:CustomerName> <d2p1:FileName>String</d2p1:FileName> <d2p1:FromAddress>String</d2p1:FromAddress> <d2p1:RecordingDuration>0</d2p1:RecordingDuration> <d2p1:RecordingFrom>String</d2p1:RecordingFrom> <d2p1:RecordingSid>String</d2p1:RecordingSid> <d2p1:ToAddress>String</d2p1:ToAddress> <d2p1:Transcription>String</d2p1:Transcription> <d2p1:Type>Upload</d2p1:Type> <d2p1:Uri>String</d2p1:Uri> <d2p1:UserId>String</d2p1:UserId> <d2p1:UserName>String</d2p1:UserName> </d2p1:FileInfo> </Voicemail> </AppHomeInformation>