@webitel/api-services
Preparing search index...
logger-service/logger-service
getLoggerService
Function getLoggerService
getLoggerService
(
axiosInstance
?:
AxiosInstance
,
)
:
{
loggerServiceSearchLogByConfigId
:
(
configId
:
number
,
params
?:
LoggerServiceSearchLogByConfigIdParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerLogs
,
any
,
{}
>
>
;
loggerServiceSearchLogByRecordId
:
(
object
:
|
"contacts"
|
"cc_list"
|
"calendars"
|
"devices"
|
"cc_agent"
|
"cc_team"
|
"cc_resource"
|
"cc_resource_group"
|
"cc_queue"
|
"users"
|
"schema"
|
"chat_bots"
|
"cases"
|
"cc_list_number"
|
"case_comments"
|
"record_file"
,
recordId
:
number
,
params
?:
LoggerServiceSearchLogByRecordIdParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerLogs
,
any
,
{}
>
>
;
loggerServiceSearchLogByUserId
:
(
userId
:
number
,
params
?:
LoggerServiceSearchLogByUserIdParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerLogs
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
loggerServiceSearchLogByConfigId
:
(
configId
:
number
,
params
?:
LoggerServiceSearchLogByConfigIdParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerLogs
,
any
,
{}
>
>
;
loggerServiceSearchLogByRecordId
:
(
object
:
|
"contacts"
|
"cc_list"
|
"calendars"
|
"devices"
|
"cc_agent"
|
"cc_team"
|
"cc_resource"
|
"cc_resource_group"
|
"cc_queue"
|
"users"
|
"schema"
|
"chat_bots"
|
"cases"
|
"cc_list_number"
|
"case_comments"
|
"record_file"
,
recordId
:
number
,
params
?:
LoggerServiceSearchLogByRecordIdParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerLogs
,
any
,
{}
>
>
;
loggerServiceSearchLogByUserId
:
(
userId
:
number
,
params
?:
LoggerServiceSearchLogByUserIdParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LoggerLogs
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...