@webitel/api-services
Preparing search index...
cases-chat-catalog/cases-chat-catalog
getCasesChatCatalog
Function getCasesChatCatalog
getCasesChatCatalog
(
axiosInstance
?:
AxiosInstance
,
)
:
{
casesChatCatalogGetCaseChatHistory
:
(
caseId
:
string
,
chatId
:
string
,
params
?:
CasesChatCatalogGetCaseChatHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMessages
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
casesChatCatalogGetCaseChatHistory
:
(
caseId
:
string
,
chatId
:
string
,
params
?:
CasesChatCatalogGetCaseChatHistoryParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelChatChatMessages
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...