Power BI · Example Payload

Power Bi Exportreport Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "exportReport",
  "method": "GET",
  "path": "/reports/{reportId}/Export",
  "summary": "Power Bi Export a Report",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/zip",
      "name": "Exportreport200Example",
      "example": "example_value"
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "Exportreport401Example",
      "example": {
        "error": {
          "code": "example_value",
          "message": "example_value",
          "details": [
            {
              "message": "example_value",
              "target": "example_value"
            }
          ]
        }
      }
    },
    {
      "status": "404",
      "contentType": "application/json",
      "name": "Exportreport404Example",
      "example": {
        "error": {
          "code": "example_value",
          "message": "example_value",
          "details": [
            {
              "message": "example_value",
              "target": "example_value"
            }
          ]
        }
      }
    }
  ]
}