@webitel/api-services
Preparing search index...
_models/searchScreenRecordingsByAgentParams.zod
SearchScreenRecordingsByAgentParams
Type Alias SearchScreenRecordingsByAgentParams
type
SearchScreenRecordingsByAgentParams
=
{
channel
?:
SearchScreenRecordingsByAgentChannel
;
fields
?:
string
[]
;
id
?:
string
[]
;
page
?:
number
;
q
?:
string
;
referenceId
?:
string
[]
;
retentionUntilFrom
?:
string
;
retentionUntilTo
?:
string
;
size
?:
number
;
sort
?:
string
;
type
?:
SearchScreenRecordingsByAgentType
;
uploadedAtFrom
?:
string
;
uploadedAtTo
?:
string
;
}
Index
Properties
channel?
fields?
id?
page?
q?
reference
Id?
retention
Until
From?
retention
Until
To?
size?
sort?
type?
uploaded
At
From?
uploaded
At
To?
Properties
Optional
channel
channel
?:
SearchScreenRecordingsByAgentChannel
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
type
type
?:
SearchScreenRecordingsByAgentType
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
type
uploaded
At
From
uploaded
At
To
@webitel/api-services
Loading...