@webitel/api-services
Preparing search index...
comments/comments
getComments
Function getComments
getComments
(
axiosInstance
?:
AxiosInstance
,
)
:
{
deleteCommentComments
:
(
contactId
:
string
,
etag
:
string
[]
,
params
?:
DeleteCommentCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsComment
[]
,
any
,
{}
>
>
;
publishCommentComments
:
(
contactId
:
string
,
contactsInputComment
:
ContactsInputComment
,
params
?:
PublishCommentCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsComment
,
any
,
{}
>
>
;
searchComments
:
(
contactId
:
string
,
params
?:
SearchCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCommentList
,
any
,
{}
>
>
;
updateCommentComments
:
(
contactId
:
string
,
etag
:
string
,
updateCommentCommentsBody
:
UpdateCommentCommentsBody
,
params
?:
UpdateCommentCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsComment
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
deleteCommentComments
:
(
contactId
:
string
,
etag
:
string
[]
,
params
?:
DeleteCommentCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsComment
[]
,
any
,
{}
>
>
;
publishCommentComments
:
(
contactId
:
string
,
contactsInputComment
:
ContactsInputComment
,
params
?:
PublishCommentCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsComment
,
any
,
{}
>
>
;
searchComments
:
(
contactId
:
string
,
params
?:
SearchCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsCommentList
,
any
,
{}
>
>
;
updateCommentComments
:
(
contactId
:
string
,
etag
:
string
,
updateCommentCommentsBody
:
UpdateCommentCommentsBody
,
params
?:
UpdateCommentCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsComment
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...