Forum Discussion
call to API https://api.powerbi.com/v1.0/myorg/datasets returns nothing
Hi,
when I call https://api.powerbi.com/v1.0/myorg/datasets or any other API it returns nothing. No error. nothing at all.
(Please only respond if you understand Rest APIs, curl, and oauth2. I am not using c#, just Rest.)
curl -X GET -H "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSU...QRHjkxeL01PTgDKQjxjuLjiXtnZwgmnnCchc3e7-Tr1zkZJOxxkPuo8SG1CN0qBK8obxybqFS3QtH48EeLOBMMJdSVYRQEAV1s_nwyaxzVI-oCkUioJvtmQG7z32BW_A" -H "Content-Type: application/json" https://api.powerbi.com/v1.0/myorg/datasets
3 Replies
- V-lianl-msftCommunity Support
Hi walkerrowe ,
Please refer to this thread:
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- walkerroweNew Member
Hi,
You've respond to the wrong question. I am not trying to call a rest endpoint outside Power BI. I am trying to call a Power BI endpoint, like list datasets.
I am following these instructions.
- RobbiefHelper II
Hi - Trying the same, did you get to a solution?