Consume RESTful (Json)

0
Hello,   I'm using a RESFul API returing JSON, which i would like to build a list view on it (with pictures), how can i do it ?   Regardes Tareq
asked
3 answers
1

If this is your question, you can not directly call and consume the REST API using the List view. You need to have a domain model data structure containing the data.
You could use a datasource microflow that performs the rest call, does tha mapping,...

answered
0

Below url has step by step guide about consuming rest service.

https://docs.mendix.com/howto/integration/consume-a-rest-service

answered
0

This is old documentation but the section 4.2 of this document shows how to create a list with pictures. I would follow the documentation Mohan linked for consuming and refer to this one on how to create your results page.

https://docs.mendix.com/howto6/consume-a-rest-service

answered