@webitel/api-services
Preparing search index...
case-communications/case-communications
getCaseCommunications
Function getCaseCommunications
getCaseCommunications
(
axiosInstance
?:
AxiosInstance
,
)
:
{
linkCommunication
:
(
caseEtag
:
string
,
webitelCasesInputCaseCommunication
:
WebitelCasesInputCaseCommunication
,
params
?:
LinkCommunicationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLinkCommunicationResponse
,
any
,
{}
>
>
;
listCommunications
:
(
caseEtag
:
string
,
params
?:
ListCommunicationsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesListCommunicationsResponse
,
any
,
{}
>
,
>
;
unlinkCommunication
:
(
caseEtag
:
string
,
id
:
string
,
params
?:
UnlinkCommunicationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesUnlinkCommunicationResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
linkCommunication
:
(
caseEtag
:
string
,
webitelCasesInputCaseCommunication
:
WebitelCasesInputCaseCommunication
,
params
?:
LinkCommunicationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesLinkCommunicationResponse
,
any
,
{}
>
>
;
listCommunications
:
(
caseEtag
:
string
,
params
?:
ListCommunicationsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesListCommunicationsResponse
,
any
,
{}
>
,
>
;
unlinkCommunication
:
(
caseEtag
:
string
,
id
:
string
,
params
?:
UnlinkCommunicationParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesUnlinkCommunicationResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...