| 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
,
}
definitionLink:
{
,
uri:
string
,
contentVersion:
string
,
contentSize:
integer
,
contentHash:
{
,
algorithm:
string
,
value:
string
,
}
metadata:
object
,
}
definition:
object
,
parametersLink:
{
,
uri:
string
,
contentVersion:
string
,
contentSize:
integer
,
contentHash:
{
,
algorithm:
string
,
value:
string
,
}
metadata:
object
,
}
parameters:
object
,
}
nextLink:
string
,
}