Power BI · JSON Structure

Power Bi Rest Refresh Structure

Type: object Properties: 7
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Properties

requestId id refreshType startTime endTime status serviceExceptionJson

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Refresh",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "refreshType": {
      "type": "string"
    },
    "startTime": {
      "type": "string"
    },
    "endTime": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "serviceExceptionJson": {
      "type": "string"
    }
  }
}