Circle V2 API Docs
Preparing search index...
@repo/db
ListRpaRunsParams
Type Alias ListRpaRunsParams
type
ListRpaRunsParams
=
{
createdAtDateRange
?:
{
from
:
string
;
to
:
string
}
;
entityIds
?:
EntityId
[]
;
limit
?:
number
;
offset
?:
number
;
patientIds
?:
PatientId
[]
;
search
?:
string
;
statuses
?:
RpaRunStatus
[]
;
syncTypes
?:
string
[]
;
}
Index
Properties
created
At
Date
Range?
entity
Ids?
limit?
offset?
patient
Ids?
search?
statuses?
sync
Types?
Properties
Optional
created
At
Date
Range
createdAtDateRange
?:
{
from
:
string
;
to
:
string
}
Optional
entity
Ids
entityIds
?:
EntityId
[]
Optional
limit
limit
?:
number
Optional
offset
offset
?:
number
Optional
patient
Ids
patientIds
?:
PatientId
[]
Optional
search
search
?:
string
Matches external run id, sync type, current step, patient name, or patient id.
Optional
statuses
statuses
?:
RpaRunStatus
[]
Optional
sync
Types
syncTypes
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
At
Date
Range
entity
Ids
limit
offset
patient
Ids
search
statuses
sync
Types
Circle V2 API Docs
Loading...
Matches external run id, sync type, current step, patient name, or patient id.