HariniH
BuildShip15mo ago
9 replies
Harini

Body JSON

Hi, I would like to return results from an API call through Buildship on the body, but the Body JSON is null. The results are in the 'Raw body'. How can I get Buildship to return the results in the body?? thank you, (first is a Rest Api Call and not api call). I use flutterflow

By @KARIM
Solution
Hi @KARIM On FlutterFlow, you'll be required to ensure you are API Call setting body is set to accept JSON Response

Then you should be able to get the response in JSON body instead of Raw body. (image below for an example).

Sent you an email.
You can followup on the email for more questions.
image.png
image.png
Was this page helpful?