@webitel/api-services
Preparing search index...
call-service/call-service
getCallService
Function getCallService
getCallService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
aggregateHistoryCall
:
(
engineAggregateHistoryCallRequest
:
EngineAggregateHistoryCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListAggregate
,
any
,
{}
>
>
;
blindTransferCall
:
(
id
:
string
,
engineCallServiceBlindTransferCallBody
:
EngineCallServiceBlindTransferCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineBlindTransferCallResponse
,
any
,
{}
>
>
;
confirmPush
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineConfirmPushResponse
,
any
,
{}
>
>
;
createCall
:
(
engineCreateCallRequest
:
EngineCreateCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCreateCallResponse
,
any
,
{}
>
>
;
createCallAnnotation
:
(
callId
:
string
,
engineCallServiceCreateCallAnnotationBody
:
EngineCallServiceCreateCallAnnotationBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCallAnnotation
,
any
,
{}
>
>
;
deleteCallAnnotation
:
(
callId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCallAnnotation
,
any
,
{}
>
>
;
dtmfCall
:
(
id
:
string
,
engineCallServiceDtmfCallBody
:
EngineCallServiceDtmfCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineDtmfCallResponse
,
any
,
{}
>
>
;
eavesdropCall
:
(
id
:
string
,
engineCallServiceEavesdropCallBody
:
EngineCallServiceEavesdropCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCreateCallResponse
,
any
,
{}
>
>
;
hangupCall
:
(
id
:
string
,
engineCallServiceHangupCallBody
:
EngineCallServiceHangupCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHangupCallResponse
,
any
,
{}
>
>
;
holdCall
:
(
id
:
string
,
engineCallServiceHoldCallBody
:
EngineCallServiceHoldCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHoldCallResponse
,
any
,
{}
>
>
;
patchHistoryCall
:
(
id
:
string
,
engineCallServicePatchHistoryCallBody
:
EngineCallServicePatchHistoryCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHistoryCall
,
any
,
{}
>
>
;
readCall
:
(
id
:
string
,
params
?:
ReadCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineActiveCall
,
any
,
{}
>
>
;
redialCall
:
(
callId
:
string
,
engineCallServiceRedialCallBody
:
EngineCallServiceRedialCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCreateCallResponse
,
any
,
{}
>
>
;
searchActiveCall
:
(
params
?:
SearchActiveCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListCall
,
any
,
{}
>
>
;
searchHistoryCall
:
(
params
?:
SearchHistoryCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListHistoryCall
,
any
,
{}
>
>
;
searchHistoryCallPost
:
(
engineSearchHistoryCallRequest
:
EngineSearchHistoryCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListHistoryCall
,
any
,
{}
>
>
;
setVariablesCall
:
(
id
:
string
,
engineCallServiceSetVariablesCallBody
:
EngineCallServiceSetVariablesCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineSetVariablesCallResponse
,
any
,
{}
>
>
;
unHoldCall
:
(
id
:
string
,
engineCallServiceUnHoldCallBody
:
EngineCallServiceUnHoldCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHoldCallResponse
,
any
,
{}
>
>
;
updateCallAnnotation
:
(
callId
:
string
,
id
:
string
,
engineCallServiceUpdateCallAnnotationBody
:
EngineCallServiceUpdateCallAnnotationBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCallAnnotation
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
aggregateHistoryCall
:
(
engineAggregateHistoryCallRequest
:
EngineAggregateHistoryCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListAggregate
,
any
,
{}
>
>
;
blindTransferCall
:
(
id
:
string
,
engineCallServiceBlindTransferCallBody
:
EngineCallServiceBlindTransferCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineBlindTransferCallResponse
,
any
,
{}
>
>
;
confirmPush
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineConfirmPushResponse
,
any
,
{}
>
>
;
createCall
:
(
engineCreateCallRequest
:
EngineCreateCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCreateCallResponse
,
any
,
{}
>
>
;
createCallAnnotation
:
(
callId
:
string
,
engineCallServiceCreateCallAnnotationBody
:
EngineCallServiceCreateCallAnnotationBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCallAnnotation
,
any
,
{}
>
>
;
deleteCallAnnotation
:
(
callId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCallAnnotation
,
any
,
{}
>
>
;
dtmfCall
:
(
id
:
string
,
engineCallServiceDtmfCallBody
:
EngineCallServiceDtmfCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineDtmfCallResponse
,
any
,
{}
>
>
;
eavesdropCall
:
(
id
:
string
,
engineCallServiceEavesdropCallBody
:
EngineCallServiceEavesdropCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCreateCallResponse
,
any
,
{}
>
>
;
hangupCall
:
(
id
:
string
,
engineCallServiceHangupCallBody
:
EngineCallServiceHangupCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHangupCallResponse
,
any
,
{}
>
>
;
holdCall
:
(
id
:
string
,
engineCallServiceHoldCallBody
:
EngineCallServiceHoldCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHoldCallResponse
,
any
,
{}
>
>
;
patchHistoryCall
:
(
id
:
string
,
engineCallServicePatchHistoryCallBody
:
EngineCallServicePatchHistoryCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHistoryCall
,
any
,
{}
>
>
;
readCall
:
(
id
:
string
,
params
?:
ReadCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineActiveCall
,
any
,
{}
>
>
;
redialCall
:
(
callId
:
string
,
engineCallServiceRedialCallBody
:
EngineCallServiceRedialCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCreateCallResponse
,
any
,
{}
>
>
;
searchActiveCall
:
(
params
?:
SearchActiveCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListCall
,
any
,
{}
>
>
;
searchHistoryCall
:
(
params
?:
SearchHistoryCallParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListHistoryCall
,
any
,
{}
>
>
;
searchHistoryCallPost
:
(
engineSearchHistoryCallRequest
:
EngineSearchHistoryCallRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineListHistoryCall
,
any
,
{}
>
>
;
setVariablesCall
:
(
id
:
string
,
engineCallServiceSetVariablesCallBody
:
EngineCallServiceSetVariablesCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineSetVariablesCallResponse
,
any
,
{}
>
>
;
unHoldCall
:
(
id
:
string
,
engineCallServiceUnHoldCallBody
:
EngineCallServiceUnHoldCallBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineHoldCallResponse
,
any
,
{}
>
>
;
updateCallAnnotation
:
(
callId
:
string
,
id
:
string
,
engineCallServiceUpdateCallAnnotationBody
:
EngineCallServiceUpdateCallAnnotationBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
EngineCallAnnotation
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...