Power BI · JSON Structure

Power Bi Rest Refresh Request Structure

Type: object Properties: 5
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Properties

type commitMode maxParallelism retryCount objects

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RefreshRequest",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "commitMode": {
      "type": "string"
    },
    "maxParallelism": {
      "type": "integer"
    },
    "retryCount": {
      "type": "integer"
    },
    "objects": {
      "type": "array"
    }
  }
}