Why the import mapping response is coming empty but the status code is 200 ok, whereas the same when checked on postman I am getting the proper response

0
Hi Experts, When i am selecting the response as 'apply import mapping' i am getting the json object list empty whereas when i test the same url on postman I am getting the proper response.  Also if I change the response as 'Store as Http Response' I am getting the following response.    
asked
1 answers
0

That is the response from the API you are calling. It is the API returning no results, and not a problem with your import mapping.

 

I would look at the request to see if that is different between Mendix and Postman. You can see the requests and responses from the Mendix application if you turn the log level of "REST Consume" to TRACE. 

 

Good luck!

answered