list
Was this helpful?
GET /workflows/:workflowReference/parametersworkflowReference
A qualified reference to the parameter's workflow. See referencing resources for more information.
maxResults
Default 100. Must be less than 1000.
pageToken
For paginating through results, provide the value returned from the previous parameter.list call
This endpoint extends the general API structure.
You must have read access to the underlying workflow, and hour access token must have one of the following scopes:
workflow.read
The request body must be empty.
Returns a JSON representation of an array of parameter resources.
Was this helpful?
Was this helpful?
{
"kind": "parameterList",
"nextPageToken": string,
"results": [
object(parameter.list)
]
}
