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:Jump to 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....
6 Replies
AI Support Bot Information
<@265662074254917632> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI Response
I'm unable to find a specific solution for your issue in the resources I have access to. However, I suggest checking how your REST API is set up in the workflow. Normally, data in the 'Raw body' should be mapped to the Body JSON for further processing. If this isn't happening, it might be due to configuration errors in the nodes or the API call setup.
For in-depth troubleshooting specific to BuildShip and FlutterFlow integration, you might want to contact BuildShip support directly through their in-app support system. They can provide you with direct assistance tailored to your particular project setup.
Feel free to reach out if you have more details or need further assistance!
BuildShip AI Support
@KARIM moved your question here
could you share this via in app support form as that will help us debug this faster.
I contacted you on technical support
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.
it's good thank you