Search (stable:2025-05-01)

2025/10/27 • 3 new methods

Facets (new)
Description Get counts of Marketplace public products with requested properties.
Reference Link ¶

⚼ Request

GET:  /facets
{
api-version: string ,
facets: array ,
language: string ,
market: string ,
azureBenefit: string ,
badges: array ,
hideKeys: array ,
industryCloud: string ,
operatingSystems: array ,
pricingTypes: array ,
productTypes: array ,
publisherDisplayName: string ,
publisherIds: array ,
publisherTypes: array ,
publishingStage: string ,
ratingBuckets: array ,
searchQuery: string ,
supportedProducts: array ,
vmArchitectureTypes: array ,
vmSecurityTypes: array ,
}

⚐ Response (200)

{
value: object ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
}
,
}
Suggestions (new)
Description Make suggestions while user is typing a search query for products.
Reference Link ¶

⚼ Request

GET:  /suggestions
{
api-version: string ,
language: string ,
searchQuery: string ,
suggestionTypes: array ,
azureBenefit: string ,
badges: array ,
industryCloud: string ,
operatingSystems: array ,
pricingTypes: array ,
productTypes: array ,
publisherDisplayName: string ,
publisherIds: array ,
publisherTypes: array ,
ratingBuckets: array ,
select: array ,
supportedProducts: array ,
top: integer ,
vmArchitectureTypes: array ,
vmSecurityTypes: array ,
}

⚐ Response (200)

{
value:
[
{
displayText: string ,
iconUrl: string ,
id: string ,
linkedAddInsTypes: object ,
productType: enum ,
suggestionType: enum ,
}
,
]
,
totalCount: integer ,
}

⚐ Response (default)

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