Power BI · Example Payload

Power Bi Rest Refresh Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Power Bi Rest Refresh Example is an example object payload from Power BI, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestIdidrefreshTypestartTimeendTimestatusserviceExceptionJson

Example Payload

Raw ↑
{
  "requestId": "500123",
  "id": "abc123",
  "refreshType": "example_value",
  "startTime": "example_value",
  "endTime": "example_value",
  "status": "example_value",
  "serviceExceptionJson": "example_value"
}