@webitel/api-services
Preparing search index...
webitel-im-api-gateway-v1-threadmanagement/webitel-im-api-gateway-v1-threadmanagement
getWebitelImApiGatewayV1Threadmanagement
Function getWebitelImApiGatewayV1Threadmanagement
getWebitelImApiGatewayV1Threadmanagement
(
axiosInstance
?:
AxiosInstance
,
)
:
{
threadManagementAddMember
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementAddMemberBody
:
WebitelImApiGatewayV1ThreadManagementAddMemberBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1AddMemberResponse
,
any
,
{}
>
,
>
;
threadManagementFlushVariables
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementFlushVariablesBody
:
WebitelImApiGatewayV1ThreadManagementFlushVariablesBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ThreadVariables
,
any
,
{}
>
>
;
threadManagementGet
:
(
id
:
string
,
params
?:
ThreadManagementGetParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Thread
,
any
,
{}
>
>
;
threadManagementLocateVariables
:
(
threadId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ThreadVariables
,
any
,
{}
>
>
;
threadManagementRemoveMember
:
(
threadId
:
string
,
memberId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1RemoveMemberResponse
,
any
,
{}
>
,
>
;
threadManagementSearch
:
(
params
?:
ThreadManagementSearchParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SearchThreadResponse
,
any
,
{}
>
,
>
;
threadManagementSearchVariables
:
(
params
?:
ThreadManagementSearchVariablesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SearchVariablesResponse
,
any
,
{}
>
,
>
;
threadManagementSetVariables
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementSetVariablesBody
:
WebitelImApiGatewayV1ThreadManagementSetVariablesBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ThreadVariables
,
any
,
{}
>
>
;
threadManagementTransfer
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementTransferBody
:
WebitelImApiGatewayV1ThreadManagementTransferBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1TransferResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
threadManagementAddMember
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementAddMemberBody
:
WebitelImApiGatewayV1ThreadManagementAddMemberBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1AddMemberResponse
,
any
,
{}
>
,
>
;
threadManagementFlushVariables
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementFlushVariablesBody
:
WebitelImApiGatewayV1ThreadManagementFlushVariablesBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ThreadVariables
,
any
,
{}
>
>
;
threadManagementGet
:
(
id
:
string
,
params
?:
ThreadManagementGetParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1Thread
,
any
,
{}
>
>
;
threadManagementLocateVariables
:
(
threadId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ThreadVariables
,
any
,
{}
>
>
;
threadManagementRemoveMember
:
(
threadId
:
string
,
memberId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1RemoveMemberResponse
,
any
,
{}
>
,
>
;
threadManagementSearch
:
(
params
?:
ThreadManagementSearchParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SearchThreadResponse
,
any
,
{}
>
,
>
;
threadManagementSearchVariables
:
(
params
?:
ThreadManagementSearchVariablesParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1SearchVariablesResponse
,
any
,
{}
>
,
>
;
threadManagementSetVariables
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementSetVariablesBody
:
WebitelImApiGatewayV1ThreadManagementSetVariablesBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1ThreadVariables
,
any
,
{}
>
>
;
threadManagementTransfer
:
(
threadId
:
string
,
webitelImApiGatewayV1ThreadManagementTransferBody
:
WebitelImApiGatewayV1ThreadManagementTransferBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelImApiGatewayV1TransferResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...