POST api/v2/call/CallHistory
Request Information
URI Parameters
None.
Body Parameters
CallHistoryFilterV2| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| Secret | string |
Required |
|
| FromDate | string |
Required |
|
| ToDate | string |
Required |
|
| CallStatusType | string |
None. |
|
| CampaignKey | string |
None. |
|
| IGroupKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientId": "2164c3e8-7e23-4bde-bf5a-89b9d8f4b139",
"Secret": "sample string 2",
"FromDate": "sample string 3",
"ToDate": "sample string 4",
"CallStatusType": "sample string 5",
"CampaignKey": "sample string 6",
"IGroupKey": "sample string 7"
}
application/xml, text/xml
Sample:
<CallHistoryFilterV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.Models"> <CallStatusType>sample string 5</CallStatusType> <CampaignKey>sample string 6</CampaignKey> <ClientId>2164c3e8-7e23-4bde-bf5a-89b9d8f4b139</ClientId> <FromDate>sample string 3</FromDate> <IGroupKey>sample string 7</IGroupKey> <Secret>sample string 2</Secret> <ToDate>sample string 4</ToDate> </CallHistoryFilterV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OperatorRoom| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| StatusMessage | string |
None. |
|
| RoomKey | globally unique identifier |
None. |
|
| SessionKey | string |
None. |
|
| TokenKey | string |
None. |
|
| APIKey | string |
None. |
|
| IsVideoCall | boolean |
None. |
|
| CallerId | integer |
None. |
|
| LeadKey | globally unique identifier |
None. |
|
| CampaignKey | globally unique identifier |
None. |
|
| CompanyName | string |
None. |
|
| Name | string |
None. |
|
| string |
None. |
||
| Mobile | string |
None. |
|
| GeoLocation | string |
None. |
|
| UserEnvironment | string |
None. |
|
| CampaignName | string |
None. |
|
| CampaignDesc | string |
None. |
|
| InviteMsg | string |
None. |
|
| IsHost | boolean |
None. |
|
| RecordMeeting | boolean |
None. |
|
| ParticipantKey | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"StatusMessage": "sample string 2",
"RoomKey": "8008bfd1-436f-4394-8c39-ada9a05212f8",
"SessionKey": "sample string 4",
"TokenKey": "sample string 5",
"APIKey": "sample string 6",
"IsVideoCall": true,
"CallerId": 8,
"LeadKey": "23380276-f613-4bb7-9aea-ba14f75e9c58",
"CampaignKey": "5265d67d-cd37-438a-b031-c8c4cce12ef3",
"CompanyName": "sample string 11",
"Name": "sample string 12",
"Email": "sample string 13",
"Mobile": "sample string 14",
"GeoLocation": "sample string 15",
"UserEnvironment": "sample string 16",
"CampaignName": "sample string 17",
"CampaignDesc": "sample string 18",
"InviteMsg": "sample string 19",
"IsHost": true,
"RecordMeeting": true,
"ParticipantKey": "sample string 22"
}
application/xml, text/xml
Sample:
<OperatorRoom xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SeeTheProWebAPI.Models"> <APIKey>sample string 6</APIKey> <CallerId>8</CallerId> <CampaignDesc>sample string 18</CampaignDesc> <CampaignKey>5265d67d-cd37-438a-b031-c8c4cce12ef3</CampaignKey> <CampaignName>sample string 17</CampaignName> <CompanyName>sample string 11</CompanyName> <Email>sample string 13</Email> <GeoLocation>sample string 15</GeoLocation> <InviteMsg>sample string 19</InviteMsg> <IsHost>true</IsHost> <IsVideoCall>true</IsVideoCall> <LeadKey>23380276-f613-4bb7-9aea-ba14f75e9c58</LeadKey> <Mobile>sample string 14</Mobile> <Name>sample string 12</Name> <ParticipantKey>sample string 22</ParticipantKey> <RecordMeeting>true</RecordMeeting> <RoomKey>8008bfd1-436f-4394-8c39-ada9a05212f8</RoomKey> <SessionKey>sample string 4</SessionKey> <Status>1</Status> <StatusMessage>sample string 2</StatusMessage> <TokenKey>sample string 5</TokenKey> <UserEnvironment>sample string 16</UserEnvironment> </OperatorRoom>