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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
aliahasshim
Regular Visitor

Request POST with Json Body

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

 

 

1 REPLY 1
v-yanjiang-msft
Community Support
Community Support

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.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.