In the terminal app, using the Poynt SDK, how would I accomplish the equivalent of this CloudAPI call:
GET /businesses/{businessId}/orders
.
I need to fetch all orders for a business for a specified time span.
Follow up question: how to fetch all orders for a specific employee for a specific timespan? Thanks!