Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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 |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 15 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |