Microsoft Edge · Example Payload

Addons Api Product List Example

BrowserChromiumDeveloper ToolsEdgeExtensionsMicrosoftProgressive Web AppsWeb DevelopmentWebView

Addons Api Product List Example is an example object payload from Microsoft Edge, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

valuetotalCount

Example Payload

Raw ↑
{
  "value": [
    {
      "id": "ext-500123",
      "name": "My Extension",
      "status": "Published",
      "lastUpdatedUtc": "2026-04-15T10:00:00Z"
    },
    {
      "id": "ext-500456",
      "name": "Tab Manager Pro",
      "status": "Published",
      "lastUpdatedUtc": "2026-04-10T08:30:00Z"
    }
  ],
  "totalCount": 5
}