balanced / balanced-api

Balanced API specification.
220 stars 72 forks source link

Provide transactions endpoint for Orders #700

Open kyungmin opened 9 years ago

kyungmin commented 9 years ago

order details page

As a part of the order-centric dashboard view as shown above, we want to display transactions first grouped by customer, then sorted by date for each customer.

We would like /orders/:order_id/transactions?sort=start_at,desc&limit=10 to return a transactions grouped by customers.