@webitel/api-services
Preparing search index...
case-timeline/case-timeline
getCaseTimeline
Function getCaseTimeline
getCaseTimeline
(
axiosInstance
?:
AxiosInstance
,
)
:
{
getTimeline
:
(
caseId
:
string
,
params
?:
GetTimelineParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesGetTimelineResponse
,
any
,
{}
>
>
;
getTimelineCounter
:
(
caseId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesGetTimelineCounterResponse
,
any
,
{}
>
,
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
getTimeline
:
(
caseId
:
string
,
params
?:
GetTimelineParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesGetTimelineResponse
,
any
,
{}
>
>
;
getTimelineCounter
:
(
caseId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesGetTimelineCounterResponse
,
any
,
{}
>
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...