Microsoft.MarketplaceNotifications (stable:2021-03-03)

2025/09/19 • 3 new, 3 deleted methods

Notifications_List (new)
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotifications
{
subscription: string ,
principalId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
offerId: string ,
createdDate: string ,
offerDisplayName: string ,
principalId: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Notification_Get (new)
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotification/{notification}
{
subscription: string ,
notification: string ,
principalId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
offerId: string ,
createdDate: string ,
offerDisplayName: string ,
principalId: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Notification_GetOperations (new)
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MarketplaceNotifications/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
resource: string ,
provider: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties: object ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Notifications_List (removed)
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotifications
{
subscription: string ,
principalId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
offerId: string ,
createdDate: string ,
offerDisplayName: string ,
principalId: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Notification_Get (removed)
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscription}/providers/Microsoft.MarketplaceNotifications/reviewsNotification/{notification}
{
subscription: string ,
notification: string ,
principalId: string ,
api-version: string ,
}

⚐ Response (200)

{
systemData:
{
createdBy: string ,
createdByType: enum ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: enum ,
lastModifiedAt: string ,
}
,
properties:
{
offerId: string ,
createdDate: string ,
offerDisplayName: string ,
principalId: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Notification_GetOperations (removed)
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.MarketplaceNotifications/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
resource: string ,
provider: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties: object ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}