@webitel/api-services
Preparing search index...
_models/searchFilesByCallParams.zod
SearchFilesByCallParams
Type Alias SearchFilesByCallParams
type
SearchFilesByCallParams
=
{
channel
?:
SearchFilesByCallChannelItem
[]
;
fields
?:
string
[]
;
id
?:
string
[]
;
page
?:
number
;
q
?:
string
;
referenceId
?:
string
[]
;
retentionUntilFrom
?:
string
;
retentionUntilTo
?:
string
;
size
?:
number
;
sort
?:
string
;
uploadedAtFrom
?:
string
;
uploadedAtTo
?:
string
;
}
Index
Properties
channel?
fields?
id?
page?
q?
reference
Id?
retention
Until
From?
retention
Until
To?
size?
sort?
uploaded
At
From?
uploaded
At
To?
Properties
Optional
channel
channel
?:
SearchFilesByCallChannelItem
[]
ScreenRecordingChannel: ScreenshotChannel = 8; // deprecated
Optional
fields
fields
?:
string
[]
Optional
id
id
?:
string
[]
Optional
page
page
?:
number
Optional
q
q
?:
string
Optional
reference
Id
referenceId
?:
string
[]
Optional
retention
Until
From
retentionUntilFrom
?:
string
Optional
retention
Until
To
retentionUntilTo
?:
string
Optional
size
size
?:
number
Optional
sort
sort
?:
string
Optional
uploaded
At
From
uploadedAtFrom
?:
string
Optional
uploaded
At
To
uploadedAtTo
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel
fields
id
page
q
reference
Id
retention
Until
From
retention
Until
To
size
sort
uploaded
At
From
uploaded
At
To
@webitel/api-services
Loading...