| GET | /portal/active-sessions |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| AccountId | query | string | No | |
| CustomerId | query | string | No | |
| StartDate | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Sessions | form | List<SessionInfo> | No |
| 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 |
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/active-sessions HTTP/1.1 Host: team.evovoice.io Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<AppGetActiveSessionsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Voice.Api.App.Portal">
<Sessions 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>
</Sessions>
</AppGetActiveSessionsResult>