Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
srinivasg
Regular Visitor

How to get all reports from specific workspace of power bi using CURL PHP

Hi,

 

I am trying to get all reports from the specific workspace of power bi using the below CURL script of PHP, but it returns an empty response. even I could not get any error message. I can't understand what is the problem. please help me if any knows about this issue.

 

<?php

$curlPostToken = curl_init();
curl_setopt_array($curlPostToken, array(
CURLOPT_URL => "https://api.powerbi.com/v1.0/myorg/apps/3d9b93c6-7b6d-4801-a491-1738910904fd/reports",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_CUSTOMREQUEST => "GET",
));

$tokenResponse = curl_exec($curlPostToken);

print_r($tokenResponse);
$tokenError = curl_error($curlPostToken);
curl_close($curlPostToken);

?>

0 REPLIES 0

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors