Forum Discussion
Anonymous
3 years agoNot applicable
Need some help calling API with body
so i have an API link to get data, it requires simply a post command with the api link and some body information the body info is as followed: This works fine in Postman and I get the d...
- 3 years ago
Hi Anonymous ,
While the Power Query Web.Contents() function generates a GET request by default, you can make it generate a POST request by specifying the Content option.
For more details, please refer to:
Web.Contents - PowerQuery M | Microsoft Learn
Chris Webb's BI Blog: Web Services And POST Requests In Power Query
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
3 years agoNot applicable
Any help is appreciated btw 🙂