Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I am trying to call 3rd party Web.Content Get method , it requires a json parameter.
Hi @Anonymous ,
Check below thread for help:
Best Regards,
Kelly
Did I answer your question? Mark my raeply as a solution!
Sorry, but no your response did not answer my question. I am asking how to include json in a Request Body of GET api. Other replies have stated this is not possible.
Thanks
"I am trying to call 3rd party Web.Content Get method , it requires a json parameter. "
That is not possible with a GET request. You need to use a POST request by encoding your JSON payload into the Content attribute of the request.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 4 | |
| 4 |