Microsoft Windows 10 · JSON Structure

Microsoft Windows 10 Structure

Structural overview of the Microsoft Windows 10 API surface; extracted from openapi/.

Type: Properties: 0
DesktopOperating SystemUWPWin32Windows

Microsoft Windows 10 Structure is a JSON Structure definition published by Microsoft Windows 10.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Microsoft Windows 10",
  "providerId": "microsoft-windows-10",
  "kind": "json-structure",
  "description": "Structural overview of the Microsoft Windows 10 API surface; extracted from openapi/.",
  "schemaCount": 11,
  "operationCount": 10,
  "schemas": [
    {
      "name": "ToastNotificationRequest",
      "type": "object",
      "propertyCount": 7,
      "required": [
        "content"
      ]
    },
    {
      "name": "ToastContent",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ToastNotification",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "ScheduledToastNotificationRequest",
      "type": "object",
      "propertyCount": 6,
      "required": [
        "content",
        "deliveryTime"
      ]
    },
    {
      "name": "ScheduledToastNotification",
      "type": "object",
      "propertyCount": 7,
      "required": []
    },
    {
      "name": "TileNotificationRequest",
      "type": "object",
      "propertyCount": 5,
      "required": [
        "template"
      ]
    },
    {
      "name": "TileNotification",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "BadgeNotificationRequest",
      "type": "object",
      "propertyCount": 2,
      "required": [
        "type",
        "value"
      ]
    },
    {
      "name": "BadgeNotification",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ToastCollection",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "ToastCollectionRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "id",
        "displayName"
      ]
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/notifications/toast",
      "operationId": "listToastNotifications",
      "summary": "Microsoft Windows 10 List active toast notifications",
      "tags": [
        "Toast Notifications"
      ]
    },
    {
      "method": "POST",
      "path": "/notifications/toast",
      "operationId": "createToastNotification",
      "summary": "Microsoft Windows 10 Create a toast notification",
      "tags": [
        "Toast Notifications"
      ]
    },
    {
      "method": "GET",
      "path": "/notifications/toast/{notificationTag}",
      "operationId": "getToastNotification",
      "summary": "Microsoft Windows 10 Get a toast notification by tag",
      "tags": [
        "Toast Notifications"
      ]
    },
    {
      "method": "DELETE",
      "path": "/notifications/toast/{notificationTag}",
      "operationId": "removeToastNotification",
      "summary": "Microsoft Windows 10 Remove a toast notification",
      "tags": [
        "Toast Notifications"
      ]
    },
    {
      "method": "GET",
      "path": "/notifications/toast/scheduled",
      "operationId": "listScheduledToastNotifications",
      "summary": "Microsoft Windows 10 List scheduled toast notifications",
      "tags": [
        "Scheduled Notifications"
      ]
    },
    {
      "method": "POST",
      "path": "/notifications/toast/scheduled",
      "operationId": "scheduleToastNotification",
      "summary": "Microsoft Windows 10 Schedule a toast notification",
      "tags": [
        "Scheduled Notifications"
      ]
    },
    {
      "method": "POST",
      "path": "/notifications/tile",
      "operationId": "updateTileNotification",
      "summary": "Microsoft Windows 10 Update a tile notification",
      "tags": [
        "Tile Notifications"
      ]
    },
    {
      "method": "POST",
      "path": "/notifications/badge",
      "operationId": "updateBadgeNotification",
      "summary": "Microsoft Windows 10 Update a badge notification",
      "tags": [
        "Badge Notifications"
      ]
    },
    {
      "method": "GET",
      "path": "/notifications/collections",
      "operationId": "listToastCollections",
      "summary": "Microsoft Windows 10 List toast notification collections",
      "tags": [
        "Collections"
      ]
    },
    {
      "method": "POST",
      "path": "/notifications/collections",
      "operationId": "createToastCollection",
      "summary": "Microsoft Windows 10 Create a toast notification collection",
      "tags": [
        "Collections"
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/microsoft-windows-10-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.