pls help how to retrieve list of products for order(1) in rest api

-2
how to retrieve list of products for one particular order(1) it needs to show all products inside that order how to do this            
asked
2 answers
1

If you want to retrieve anything via a rest API, see: https://docs.mendix.com/refguide7/call-rest-action. You will be passing along the order an you will be receiving the orderlines containing the product.

answered
0

Add a listview and do a retrieve over the association order_product (if there is one)?

You really need to give more information if you want us to be able to help you. 

answered