Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
userabd1234
New Member

GET API Request with JSON Body

I am trying to use a GET API that has a query parameter & json body content needed for the GET request. I am getting a 405 error. Any help is appreciated

 

let

url = "",

body = "",

response = Web.Contents(url,

[

Headers=[#"Content-Type"="application/json", #"Accept"="*/*"],
Content = Text.ToBinary(body),
Query = reportFormat = "csv"

]
),

Source = Csv.Document(response)
in

Source

0 REPLIES 0

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.