Get products in order they are listed for a user

Is it possible to get products in order they are listed for a user? 

To get products we use an API call like "v10/Quotes/123213123/link/products?max_num=-1" but we don't get any fields relating to order.

According to https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_9.2/Integration/Web_Services/REST_API/Endpoints/modulerecordlinklink_name_GET/ we can use `order_by` argument. Could we use it to sort products by their index? Or should we do one more request to get product indices?

Thanks.