You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get a pageable list of flows, filtered by query parameters
3862
-
Multiple IDs can be specified, in which case all matching flows will be returned, and no other parameters will be evaluated.
3862
+
If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.
3863
3863
3864
3864
This method makes a synchronous HTTP request by default. To make an
3865
3865
asynchronous HTTP request, please define a `callback` function
Get a pageable list of basic flow information objects filterable by query parameters.
4330
-
This returns a simplified version of /flow consisting of name and type.
4330
+
This returns a simplified version of /flow consisting of name and type. If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.
4331
4331
4332
4332
This method makes a synchronous HTTP request by default. To make an
4333
4333
asynchronous HTTP request, please define a `callback` function
0 commit comments