| Description | : Gets a list of workflows by subscription. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Logic/workflows
{
subscriptionId:
string
,
api-version:
string
,
$top:
integer
,
$filter:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
provisioningState:
enum
,
createdTime:
string
,
changedTime:
string
,
state:
enum
,
version:
string
,
accessEndpoint:
string
,
endpointsConfiguration:
{
,
workflow:
{
,
outgoingIpAddresses:
[
]
,
{
,
address:
string
,
}
accessEndpointIpAddresses:
}
[
]
,
{
,
address:
string
,
}
connector:
}
{
,
outgoingIpAddresses:
[
]
,
{
,
address:
string
,
}
accessEndpointIpAddresses:
}
[
]
,
{
,
address:
string
,
}
accessControl:
{
,
triggers:
{
,
allowedCallerIpAddresses:
[
]
,
{
,
addressRange:
string
,
}
openAuthenticationPolicies:
}
{
,
policies:
object
,
}
contents:
{
,
allowedCallerIpAddresses:
[
]
,
{
,
addressRange:
string
,
}
openAuthenticationPolicies:
}
{
,
policies:
object
,
}
actions:
{
,
allowedCallerIpAddresses:
[
]
,
{
,
addressRange:
string
,
}
openAuthenticationPolicies:
}
{
,
policies:
object
,
}
workflowManagement:
}
{
,
allowedCallerIpAddresses:
[
]
,
{
,
addressRange:
string
,
}
openAuthenticationPolicies:
}
{
,
policies:
object
,
}
sku:
{
,
name:
enum
,
plan:
}
{
,
id:
string
,
name:
string
,
type:
string
,
}
integrationAccount:
{
,
id:
string
,
name:
string
,
type:
string
,
}
integrationServiceEnvironment:
{
,
id:
string
,
name:
string
,
type:
string
,
}
definition:
object
,
parameters:
object
,
}
identity:
}
{
,
type:
enum
,
tenantId:
string
,
principalId:
string
,
userAssignedIdentities:
object
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}