Globus SDK for JavaScript
Preparing search index...
@globus/sdk
flows
webInputs
getAll
Function getAll
getAll
(
options
?:
{
query
?:
{
filter_flow_ids
?:
string
[]
;
filter_roles
?:
(
"viewer"
|
"respondent"
)
[]
;
filter_run_ids
?:
string
[]
;
filter_states
?:
(
"closed"
|
"open"
)
[]
;
marker
?:
string
;
orderby
?:
string
[]
;
per_page
?:
number
;
}
;
}
&
BaseServiceMethodOptions
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
JSONFetchResponse
<
{
marker
?:
string
|
null
;
web_input_summaries
:
{
closed_timestamp
:
string
|
null
;
created_timestamp
:
string
;
edited_timestamp
:
string
;
flow
:
{
id
:
string
;
title
:
string
}
;
id
:
string
;
input_type
:
"selection"
;
run
:
{
id
:
string
;
label
:
string
|
null
}
;
status
:
"closed"
|
"open"
;
title
:
string
;
user_roles
:
(
"viewer"
|
"respondent"
)
[]
;
}
[]
;
}
,
>
,
>
Parameters
Optional
options
:
{
query
?:
{
filter_flow_ids
?:
string
[]
;
filter_roles
?:
(
"viewer"
|
"respondent"
)
[]
;
filter_run_ids
?:
string
[]
;
filter_states
?:
(
"closed"
|
"open"
)
[]
;
marker
?:
string
;
orderby
?:
string
[]
;
per_page
?:
number
;
}
;
}
&
BaseServiceMethodOptions
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
JSONFetchResponse
<
{
marker
?:
string
|
null
;
web_input_summaries
:
{
closed_timestamp
:
string
|
null
;
created_timestamp
:
string
;
edited_timestamp
:
string
;
flow
:
{
id
:
string
;
title
:
string
}
;
id
:
string
;
input_type
:
"selection"
;
run
:
{
id
:
string
;
label
:
string
|
null
}
;
status
:
"closed"
|
"open"
;
title
:
string
;
user_roles
:
(
"viewer"
|
"respondent"
)
[]
;
}
[]
;
}
,
>
,
>
See
https://flows.globus.org/redoc#tag/Web-Inputs/paths/~1web_inputs/get
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...
See
https://flows.globus.org/redoc#tag/Web-Inputs/paths/~1web_inputs/get