| Description | : Get marketplace terms. |
| Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.MarketplaceOrdering/offerTypes/{offerType}/publishers/{publisherId}/offers/{offerId}/plans/{planId}/agreements/current
{
api-version:
string
,
subscriptionId:
string
,
offerType:
string
,
publisherId:
string
,
offerId:
string
,
planId:
string
,
}
⚐ Response (200)
{
properties:
{
,
publisher:
string
,
product:
string
,
plan:
string
,
licenseTextLink:
string
,
privacyPolicyLink:
string
,
marketplaceTermsLink:
string
,
retrieveDatetime:
string
,
signature:
string
,
accepted:
boolean
,
}
systemData:
}
{
,
createdBy:
string
,
createdByType:
enum
,
createdAt:
string
,
lastModifiedBy:
string
,
lastModifiedByType:
enum
,
lastModifiedAt:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
}