Globus SDK for JavaScript
Preparing search index...
@globus/sdk
flows
webInputs
get
Function get
get
(
web_input_id
:
string
,
options
?:
{
query
?:
undefined
}
&
BaseServiceMethodOptions
,
sdkOptions
?:
SDKOptions
,
)
:
Promise
<
JSONFetchResponse
<
{
closed_timestamp
:
string
|
null
;
context
:
{
presentation_style
?:
string
;
rows
?:
{
field
:
string
;
value
:
string
}
[]
;
title
?:
string
;
}
;
created_timestamp
:
string
;
creator_urn
:
string
;
edited_timestamp
:
string
;
flow
:
{
id
:
string
;
title
:
string
}
;
id
:
string
;
input_schema
:
Record
<
string
,
unknown
>
;
input_type
:
"selection"
;
options
?:
{
description
:
string
;
label
:
string
;
option_id
:
string
}
[]
;
roles
:
{
respondent_urns
:
string
[]
;
viewer_urns
:
string
[]
}
;
run
:
{
id
:
string
;
label
:
string
|
null
}
;
status
:
"closed"
|
"open"
;
user_roles
:
(
"viewer"
|
"respondent"
)
[]
;
}
,
>
,
>
Parameters
web_input_id
:
string
Optional
options
:
{
query
?:
undefined
}
&
BaseServiceMethodOptions
Optional
sdkOptions
:
SDKOptions
Returns
Promise
<
JSONFetchResponse
<
{
closed_timestamp
:
string
|
null
;
context
:
{
presentation_style
?:
string
;
rows
?:
{
field
:
string
;
value
:
string
}
[]
;
title
?:
string
;
}
;
created_timestamp
:
string
;
creator_urn
:
string
;
edited_timestamp
:
string
;
flow
:
{
id
:
string
;
title
:
string
}
;
id
:
string
;
input_schema
:
Record
<
string
,
unknown
>
;
input_type
:
"selection"
;
options
?:
{
description
:
string
;
label
:
string
;
option_id
:
string
}
[]
;
roles
:
{
respondent_urns
:
string
[]
;
viewer_urns
:
string
[]
}
;
run
:
{
id
:
string
;
label
:
string
|
null
}
;
status
:
"closed"
|
"open"
;
user_roles
:
(
"viewer"
|
"respondent"
)
[]
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Globus SDK for JavaScript
Loading...