Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
FlowsAccessor
Class FlowsAccessor
Hierarchy (
View Summary
)
ElementListAccessor
<
Flow
,
FindFlowsQuery
,
CreateFlowRequest
>
FlowsAccessor
Index
Constructors
constructor
Methods
find
find
All
create
Constructors
constructor
new
FlowsAccessor
(
client
:
IntegrationAppApiClient
)
:
FlowsAccessor
Parameters
client
:
IntegrationAppApiClient
Returns
FlowsAccessor
Methods
find
find
(
query
?:
FindFlowsQuery
)
:
Promise
<
PaginationResponse
<
Flow
>
>
Parameters
Optional
query
:
FindFlowsQuery
Returns
Promise
<
PaginationResponse
<
Flow
>
>
find
All
findAll
(
query
?:
Omit
<
FindFlowsQuery
,
"limit"
>
)
:
Promise
<
Flow
[]
>
Parameters
Optional
query
:
Omit
<
FindFlowsQuery
,
"limit"
>
Returns
Promise
<
Flow
[]
>
create
create
(
data
:
CreateFlowRequest
)
:
Promise
<
Flow
>
Parameters
data
:
CreateFlowRequest
Returns
Promise
<
Flow
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
find
find
All
create
Console
SDK
REST API
Integration App React - v2.13.2
Loading...