Microsoft Power Platform APIs · JSON Structure

Power Platform Structure

Structural overview of the Microsoft Power Platform APIs API surface; extracted from openapi/.

Type: Properties: 0
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

Power Platform Structure is a JSON Structure definition published by Microsoft Power Platform APIs.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Microsoft Power Platform APIs",
  "providerId": "power-platform",
  "kind": "json-structure",
  "description": "Structural overview of the Microsoft Power Platform APIs API surface; extracted from openapi/.",
  "schemaCount": 19,
  "operationCount": 13,
  "schemas": [
    {
      "name": "EnvironmentListResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Environment",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "EnvironmentProperties",
      "type": "object",
      "propertyCount": 20,
      "required": []
    },
    {
      "name": "LinkedEnvironmentMetadata",
      "type": [
        "object",
        "null"
      ],
      "propertyCount": 13,
      "required": []
    },
    {
      "name": "Principal",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "CapacityInfo",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "AddonInfo",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ApplicationPackageListResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "ApplicationPackage",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "OperationStatus",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "FlowRunListResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "FlowRun",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "FlowRunProperties",
      "type": "object",
      "propertyCount": 5,
      "required": []
    },
    {
      "name": "BillingPolicyListResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "BillingPolicy",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "BillingInstrument",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "BillingPolicyCreateRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "name",
        "location",
        "billingInstrument"
      ]
    },
    {
      "name": "BillingPolicyUpdateRequest",
      "type": "object",
      "propertyCount": 3,
      "required": []
    },
    {
      "name": "ErrorResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/providers/Microsoft.BusinessAppPlatform/scopes/admin/environments",
      "operationId": "listEnvironments",
      "summary": "List Environments",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "GET",
      "path": "/providers/Microsoft.BusinessAppPlatform/scopes/admin/environments/{environmentId}",
      "operationId": "getEnvironment",
      "summary": "Get Environment",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "DELETE",
      "path": "/providers/Microsoft.BusinessAppPlatform/scopes/admin/environments/{environmentId}",
      "operationId": "deleteEnvironment",
      "summary": "Delete Environment",
      "tags": [
        "Environments"
      ]
    },
    {
      "method": "GET",
      "path": "/appmanagement/environments/{environmentId}/applicationPackages",
      "operationId": "getEnvironmentApplicationPackages",
      "summary": "Get Environment Application Packages",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "POST",
      "path": "/appmanagement/environments/{environmentId}/applicationPackages/{applicationPackageId}/install",
      "operationId": "installApplicationPackage",
      "summary": "Install Application Package",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "GET",
      "path": "/appmanagement/environments/{environmentId}/operations/{operationId}",
      "operationId": "getApplicationPackageInstallStatus",
      "summary": "Get Application Package Install Status",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "GET",
      "path": "/appmanagement/applicationPackages",
      "operationId": "getTenantApplicationPackages",
      "summary": "Get Tenant Application Packages",
      "tags": [
        "Applications"
      ]
    },
    {
      "method": "GET",
      "path": "/powerautomate/environments/{environmentId}/flowRuns",
      "operationId": "listFlowRuns",
      "summary": "List Flow Runs",
      "tags": [
        "Flow Runs"
      ]
    },
    {
      "method": "GET",
      "path": "/licensing/billingPolicies",
      "operationId": "listBillingPolicies",
      "summary": "List Billing Policies",
      "tags": [
        "Licensing"
      ]
    },
    {
      "method": "POST",
      "path": "/licensing/billingPolicies",
      "operationId": "createBillingPolicy",
      "summary": "Create Billing Policy",
      "tags": [
        "Licensing"
      ]
    },
    {
      "method": "GET",
      "path": "/licensing/billingPolicies/{billingPolicyId}",
      "operationId": "getBillingPolicy",
      "summary": "Get Billing Policy",
      "tags": [
        "Licensing"
      ]
    },
    {
      "method": "DELETE",
      "path": "/licensing/billingPolicies/{billingPolicyId}",
      "operationId": "deleteBillingPolicy",
      "summary": "Delete Billing Policy",
      "tags": [
        "Licensing"
      ]
    },
    {
      "method": "PATCH",
      "path": "/licensing/billingPolicies/{billingPolicyId}",
      "operationId": "updateBillingPolicy",
      "summary": "Update Billing Policy",
      "tags": [
        "Licensing"
      ]
    }
  ]
}

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/power-platform-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.