Get-AdminFlowWithHttpAction
Lists Power Automate flows with HTTP action.
Syntax
Get-AdminFlowWithHttpAction
-EnvironmentName <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Get-AdminFlowWithHttpAction cmdlet returns a list of flow IDs with HTTP action in the flow definition. Use Get-Help Get-AdminFlowWithHttpAction -Examples for more detail.
Examples
EXAMPLE 1
Get-AdminFlowWithHttpAction -EnvironmentName Default-00aa00aa-bb11-cc22-dd33-44ee44ee44ee
Returns a array of flow IDs for environment "Default-00aa00aa-bb11-cc22-dd33-44ee44ee44ee" that contains HTTP action in the flow definition.
Parameters
-ApiVersion
Specifies the API version.
Type: | String |
Position: | Named |
Default value: | 2016-11-01 |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-EnvironmentName
Limit apps returned to those in a specified environment.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |