@webitel/api-services
Preparing search index...
timeline/timeline
getTimeline
Function getTimeline
getTimeline
(
axiosInstance
?:
AxiosInstance
,
)
:
{
getTimelineCounterTimeline
:
(
contactId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGetTimelineCounterResponse
,
any
,
{}
>
>
;
getTimelineTimeline
:
(
contactId
:
string
,
params
?:
GetTimelineTimelineParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGetTimelineResponse
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
getTimelineCounterTimeline
:
(
contactId
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGetTimelineCounterResponse
,
any
,
{}
>
>
;
getTimelineTimeline
:
(
contactId
:
string
,
params
?:
GetTimelineTimelineParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGetTimelineResponse
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...