CALL REST API

1
      I m facing this error at the call rest API. Please help me in this. 
asked
2 answers
4

Hey Hiral,

 

According to the error the request you're sending has some syntax error as it throws 400 bad request.

I would suggest you to test this through postman first with which it is easier to debug.

What is the Body of the rest call you're trying to make etc. need to be checked

Read more here:

https://docs.mendix.com/apidocs-mxsdk/apidocs/build-api

https://docs.mendix.com/apidocs-mxsdk/apidocs/deploy-api

https://community.mendix.com/link/space/microflows/questions/107038

answered
0

Hi Hiral,

 

Looks like there is an issue with the REST call, as the response is '400' bad request. 

 

Make sure the REST API you are calling is running, because we can only use the API successfully when the application in which REST API is running.

 

hope it helps

regards Bhargav.

answered