@webitel/api-services
Preparing search index...
tags/tags
getTags
Function getTags
getTags
(
axiosInstance
?:
AxiosInstance
,
)
:
{
listTags
:
(
params
?:
ListTagsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
KnowledgebaseTagsList
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
listTags
:
(
params
?:
ListTagsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
KnowledgebaseTagsList
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...