Regarding the Rest Service

0
Hi Mendix, I followed this ref guide https://docs.mendix.com/refguide/integration/consume-a-rest-service/ and created a rest service but when I tried to get the summary page I am not able to see any logs in the console nor I am getting any response in UI. Can Anyone help me with this? I have called this rest API page using a button in dashboard and created a microflow from that button to call this page. These are the only 2 additional steps I have done.
asked
2 answers
0

If you set the log node called REST Consume to Trace you will be able to see more.

answered
0

What I can quickly see is that you need to fill the association between your input and summary, and refresh the screen. Also you need to fill the summary object if you dont make use of the rest call, currently you are creating an empty summary object. 

answered