Microsoft Power Platform APIs · JSON Structure

Power Platform Operation Status Structure

Type: object Properties: 5
Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

OperationStatus is a JSON Structure definition published by Microsoft Power Platform APIs, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id status createdDateTime lastActionDateTime error

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OperationStatus",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "createdDateTime": {
      "type": "string"
    },
    "lastActionDateTime": {
      "type": "string"
    },
    "error": {
      "type": "['object', 'null']"
    }
  }
}