Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
How can I use web.content to get data from POST API function
Here's an example of invoking that API
POST https://YOURSERVER/ws/schema/query/com.mycompany.mydivision.student.studentnumber
Accept: application/json
Content-Type: application/json
Authorization: Bearer xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Note: I was able to connect and easly get the access token without any problems.
Please advise ?
Please refer to the following document, hope it can help you.
https://docs.microsoft.com/rest/api/power-bi/datasets/get-datasources
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Providing a Content payload in a Web.Contents call's options section will convert the call from GET to POST.