@webitel/api-services
Preparing search index...
records/records
getRecords
Function getRecords
getRecords
(
axiosInstance
?:
AxiosInstance
,
)
:
{
_delete
:
(
repo
:
string
,
params
:
_DeleteParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataDataset
,
any
,
{}
>
>
;
create
:
(
repo
:
string
,
createBody
:
CreateBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Create200
,
any
,
{}
>
>
;
locateRecords
:
(
repo
:
string
,
id
:
string
,
params
?:
LocateRecordsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LocateRecords200
,
any
,
{}
>
>
;
searchRecords
:
(
repo
:
string
,
params
?:
SearchRecordsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataDataset
,
any
,
{}
>
>
;
update
:
(
repo
:
string
,
id
:
string
,
updateBody
:
UpdateBody
,
params
?:
UpdateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Update200
,
any
,
{}
>
>
;
update2
:
(
repo
:
string
,
id
:
string
,
update2Body
:
Update2Body
,
params
?:
Update2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Update2200
,
any
,
{}
>
>
;
}
Parameters
axiosInstance
:
AxiosInstance
= axios
Returns
{
_delete
:
(
repo
:
string
,
params
:
_DeleteParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataDataset
,
any
,
{}
>
>
;
create
:
(
repo
:
string
,
createBody
:
CreateBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Create200
,
any
,
{}
>
>
;
locateRecords
:
(
repo
:
string
,
id
:
string
,
params
?:
LocateRecordsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LocateRecords200
,
any
,
{}
>
>
;
searchRecords
:
(
repo
:
string
,
params
?:
SearchRecordsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataDataset
,
any
,
{}
>
>
;
update
:
(
repo
:
string
,
id
:
string
,
updateBody
:
UpdateBody
,
params
?:
UpdateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Update200
,
any
,
{}
>
>
;
update2
:
(
repo
:
string
,
id
:
string
,
update2Body
:
Update2Body
,
params
?:
Update2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Update2200
,
any
,
{}
>
>
;
}
_delete
:
(
repo
:
string
,
params
:
_DeleteParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataDataset
,
any
,
{}
>
>
create
:
(
repo
:
string
,
createBody
:
CreateBody
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Create200
,
any
,
{}
>
>
(Record) {
locateRecords
:
(
repo
:
string
,
id
:
string
,
params
?:
LocateRecordsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
LocateRecords200
,
any
,
{}
>
>
(Record) {
searchRecords
:
(
repo
:
string
,
params
?:
SearchRecordsParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
DataDataset
,
any
,
{}
>
>
update
:
(
repo
:
string
,
id
:
string
,
updateBody
:
UpdateBody
,
params
?:
UpdateParams
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Update200
,
any
,
{}
>
>
(Record) {
update2
:
(
repo
:
string
,
id
:
string
,
update2Body
:
Update2Body
,
params
?:
Update2Params
,
options
?:
AxiosRequestConfig
,
)
=>
Promise
<
AxiosResponse
<
Update2200
,
any
,
{}
>
>
(Record) {
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@webitel/api-services
Loading...
(Record) {