EnvironmentListResponse

Response containing a list of Power Platform environments.

Business ApplicationsCopilot StudioDataverseLow-CodeMicrosoftNo-CodePower PagesPower Platform

Properties

Name Type Description
value array Array of environment resources.
View JSON Schema on GitHub

JSON Schema

power-platform-environmentlistresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnvironmentListResponse",
  "title": "EnvironmentListResponse",
  "type": "object",
  "description": "Response containing a list of Power Platform environments.",
  "properties": {
    "value": {
      "type": "array",
      "description": "Array of environment resources.",
      "items": {
        "$ref": "#/components/schemas/Environment"
      },
      "example": []
    }
  }
}