| Description | : Gets the list of user solutions |
| Reference | : Link ¶ |
⚼ Request
GET:
/providers/Microsoft.Marketplace/mysolutions
{}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
displayName:
string
,
products:
}
[
]
,
{
,
uniqueProductId:
string
,
displayName:
string
,
description:
string
,
summary:
string
,
smallIconUri:
string
,
publisherDisplayName:
string
,
productType:
string
,
pricingTypes:
[
,
string
,
]
storeFronts:
[
,
string
,
]
ratingAverage:
number
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}