@webitel/api-services
Preparing search index...
groups/groups
getGroups
Function getGroups
getGroups
(
axiosInstance
?:
AxiosInstance
,
)
:
{
addContactsToGroups
:
(
contactsAddContactsToGroupRequest
:
ContactsAddContactsToGroupRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsContactList
,
any
,
{}
>
>
;
createGroup
:
(
contactsCreateGroupRequest
:
ContactsCreateGroupRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
deleteGroup
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
listGroups
:
(
params
?:
ListGroupsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroupList
,
any
,
{}
>
>
;
locateGroup
:
(
id
:
string
,
params
?:
LocateGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLocateGroupResponse
,
any
,
{}
>
>
;
removeContactsFromGroup
:
(
groupId
:
string
,
params
?:
RemoveContactsFromGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsContactList
,
any
,
{}
>
>
;
updateGroup
:
(
id
:
string
,
contactsInputGroup
:
ContactsInputGroup
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
updateGroup2
:
(
id
:
string
,
contactsInputGroup
:
ContactsInputGroup
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
addContactsToGroups
:
(
contactsAddContactsToGroupRequest
:
ContactsAddContactsToGroupRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsContactList
,
any
,
{}
>
>
;
createGroup
:
(
contactsCreateGroupRequest
:
ContactsCreateGroupRequest
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
deleteGroup
:
(
id
:
string
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
listGroups
:
(
params
?:
ListGroupsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroupList
,
any
,
{}
>
>
;
locateGroup
:
(
id
:
string
,
params
?:
LocateGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsLocateGroupResponse
,
any
,
{}
>
>
;
removeContactsFromGroup
:
(
groupId
:
string
,
params
?:
RemoveContactsFromGroupParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsContactList
,
any
,
{}
>
>
;
updateGroup
:
(
id
:
string
,
contactsInputGroup
:
ContactsInputGroup
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
updateGroup2
:
(
id
:
string
,
contactsInputGroup
:
ContactsInputGroup
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
ContactsGroup
,
any
,
{}
>
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...