Microsoft Power Platform APIs · Example Payload

Power Platform Operation Status Example

Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

Power Platform Operation Status Example is an example object payload from Microsoft Power Platform APIs, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatuscreatedDateTimelastActionDateTimeerror

Example Payload

Raw ↑
{
  "id": "abc123",
  "status": "example_value",
  "createdDateTime": "example_value",
  "lastActionDateTime": "example_value",
  "error": "example_value"
}