@webitel/api-services
Preparing search index...
case-comments/case-comments
getCaseComments
Function getCaseComments
getCaseComments
(
axiosInstance
?:
AxiosInstance
,
)
:
{
deleteComment
:
(
etag
:
string
,
params
?:
DeleteCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
listComments
:
(
caseEtag
:
string
,
params
?:
ListCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseCommentList
,
any
,
{}
>
>
;
locateComment
:
(
etag
:
string
,
params
?:
LocateCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
publishComment
:
(
caseEtag
:
string
,
webitelCasesInputCaseComment
:
WebitelCasesInputCaseComment
,
params
?:
PublishCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
updateComment
:
(
updateCommentBody
:
UpdateCommentBody
,
params
?:
UpdateCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
updateComment2
:
(
updateComment2Body
:
UpdateComment2Body
,
params
?:
UpdateComment2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
deleteComment
:
(
etag
:
string
,
params
?:
DeleteCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
listComments
:
(
caseEtag
:
string
,
params
?:
ListCommentsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseCommentList
,
any
,
{}
>
>
;
locateComment
:
(
etag
:
string
,
params
?:
LocateCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
publishComment
:
(
caseEtag
:
string
,
webitelCasesInputCaseComment
:
WebitelCasesInputCaseComment
,
params
?:
PublishCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
updateComment
:
(
updateCommentBody
:
UpdateCommentBody
,
params
?:
UpdateCommentParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
updateComment2
:
(
updateComment2Body
:
UpdateComment2Body
,
params
?:
UpdateComment2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
WebitelCasesCaseComment
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...