POST api/v2/call/CallHistory
Request Information
URI Parameters
None.
Body Parameters
CallHistoryFilterV2Name | 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": "5cb9200f-e947-4a5b-8f0d-cb662b8ebc49", "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>5cb9200f-e947-4a5b-8f0d-cb662b8ebc49</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
OperatorRoomName | 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": "6683ce75-2b49-4ac6-914d-34b0fee0308f", "SessionKey": "sample string 4", "TokenKey": "sample string 5", "APIKey": "sample string 6", "IsVideoCall": true, "CallerId": 8, "LeadKey": "095d8c58-9682-4662-8349-579e4dca9ff0", "CampaignKey": "c27c7224-2e9b-4e94-bf77-cb250e532008", "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>c27c7224-2e9b-4e94-bf77-cb250e532008</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>095d8c58-9682-4662-8349-579e4dca9ff0</LeadKey> <Mobile>sample string 14</Mobile> <Name>sample string 12</Name> <ParticipantKey>sample string 22</ParticipantKey> <RecordMeeting>true</RecordMeeting> <RoomKey>6683ce75-2b49-4ac6-914d-34b0fee0308f</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>