Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ Cognitive Engagement Center/ API Reference/ Chatbot Management Interface Reference/ Interface for Querying the Recordings of Calls Transferred to a Third Party

Interface for Querying the Recordings of Calls Transferred to a Third Party

Updated on 2023-09-27 GMT+08:00

Description

This interface is invoked to query the recordings of calls transferred from a common IVR to a third party.

Interface Method

POST

URL

https://IP:PORT/oifde/rest/api/queryTransferRecordHistory

Request

Table 1 Parameters in the request body

Parameter

Type

Position

Mandatory

Description

tenantId

String

Body

Yes

Tenant ID.

authToken

String

Body

Yes

Valid token value for accessing the interface.

You can obtain the valid token information by invoking the interface for obtaining tokens.

For details, see C3 OIAP Interface Authentication.

beginTime

String

Body

No

Start time.

Format:

yyyy-MM-dd HH:mm:ss

endTime

String

Body

No

End time.

Format:

yyyy-MM-dd HH:mm:ss

pageNum

String

Body

No

Page number.

Number of the page to be queried. The value 1 is for the first page.

If this parameter is not transferred, the default value of page number is 1.

pageSize

String

Body

No

Number of records on each page.

The value can be 5, 10, 20, 50, or 100.

If this parameter is not transferred, 100 records are displayed on each page by default.

callId

String

Body

No

Flow call ID. One of the userMobile, callId, and ctiCallId parameters must be transferred.

userMobile

String

Body

No

Subscriber number. One of the userMobile, callId, and ctiCallId parameters must be transferred.

ctiCallId

String

Body

No

CTI call ID. One of the userMobile, callId, and ctiCallId parameters must be transferred.

Response

Table 2 Parameters in the response body

Parameter

Type

Position

Mandatory

Description

errorCode

Integer

Body

Yes

Error code.

  • 0: success
  • Other values: failure

errorMessage

String

Body

Yes

Error description.

total

Long

Body

No

Total number of records.

transferRecordList

transferRecord[]

Body

No

Call transfer record list (array structure).

Table 3 transferRecord

Parameter

Type

Position

Mandatory

Description

id

String

Body

Yes

Unique ID of a transfer record.

tenantId

String

Body

Yes

Tenant ID.

callId

String

Body

Yes

Flow call ID.

ctiCallId

String

Body

Yes

CTI call ID.

flowInstId

String

Body

Yes

Flow instance ID.

callingNumber

String

Body

Yes

Calling number (user number).

calledNumber

String

Body

Yes

Called flow access code.

transfNumber

String

Body

Yes

Number to be transferred to a third-party.

startTime

Long

Body

Yes

Start time of a call.

The value is in timestamp format.

endTime

Long

Body

No

Call end time.

The value is in timestamp format.

recordFilePath

String

Body

No

Recording file address.

locationId

String

Body

Yes

Recording node, which is used when the CTI pool is used.

opResult

String

Body

Yes

Transfer result. The options are INIT (start), SUCCESS (successful), and FAIL (failed).

recordResult

String

Body

No

Recording result. The options are 0 (success), N/A (no feedback), and other values (failure).

Example

  • Request
    {
    	"authToken": "P********************oN1ix",
    	"tenantId": "202204017094",
            "beginTime":"2022-02-21 20:04:38",
            "endTime":"",
    	"pageNum": "1",
    	"pageSize": "5",
    	"callId": "1648805538-165717321823298",
    	"userMobile": "",
    	"ctiCallId": ""
    }
  • Response
    {
      "errorCode": 0, //Interface success or failure flag.
      "errorMessage": "success!",//Interface success or failure description.
      "total": 1,//Total
      "transferRecordList": [
        {
          "id": "202204013156893697",
          "tenantId": "202204017094",
          "callId": "1648805538-165717321823298",
          "ctiCallId": "1648805538-1657",
          "flowInstId": "88880301202204011732186311648805538-165717321823298",
          "callingNumber": "88880301",
          "calledNumber": "30502",
          "transfNumber": "88880302",
          "startTime": 1648805539000,
          "endTime": 1648805558000,
          "recordFilePath": "Y:/61/transferrecord/20220401/77448039.wav",
          "locationId": "0",
          "opResult": "SUCCESS",
          "recordResult": "N/A"
        }
      ]
    }

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback