@webitel/api-services
Preparing search index...
imclients/imclients
getImclients
Function getImclients
getImclients
(
axiosInstance
?:
AxiosInstance
,
)
:
{
deleteIMClient
:
(
contactId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsEmptyResponse
,
any
,
{}
>
>
;
listIMClients
:
(
contactId
:
string
,
params
?:
ListIMClientsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsIMClientList
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
deleteIMClient
:
(
contactId
:
string
,
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsEmptyResponse
,
any
,
{}
>
>
;
listIMClients
:
(
contactId
:
string
,
params
?:
ListIMClientsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsIMClientList
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...