March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
I know there are lots of similar question like this but I have tried to follow and request body from API call but somehow it returns (400) Bad Request. Can anyone help to check on my code? 😞
let
payload = "{
""resultMode"": 1,
""startDate"": ""2022-12-01"",
""endDate"": ""2022-12-01""
}",
options = [Headers =[ #"Content-Type" = "application/json"], Content = Text.ToBinary(payload)],
result = Json.Document(Web.Contents("https://api.questionpro.com/a/api/v2/surveys/xxx/responses?page=1&perPage=1000&apiKey=xxxxx", options))
in
result
Hi @aliahasshim ,
Please refer to the document:
API Call and Request Body Syntax (informatica.com)
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.