| 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
,
sku:
{
,
name:
enum
,
plan:
}
{
,
id:
string
,
name:
string
,
type:
string
,
}
integrationAccount:
{
,
id:
string
,
name:
string
,
type:
string
,
}
definition:
object
,
parameters:
object
,
}
nextLink:
string
,
}