Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon'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.
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
User | Count |
---|---|
117 | |
74 | |
59 | |
51 | |
48 |
User | Count |
---|---|
171 | |
118 | |
60 | |
59 | |
54 |