Discussions
No way to list Orders by date?
Based on the documentation (https://developers.myclickfunnels.com/reference/listorders) I can't find any way to list Orders for a workspace with any filtering by date.
This seems like an odd omission compared with e.g. PayPal or Stripe APIs. It seems like most (all?) CF2 API filters are to provide a fixed value, rather than supporting comparison operators. Whereas, for example, Stripe has fully flexible comparisons on date fields, and PayPal at least provides ..._before and ..._after fields (e.g. "created_before") to filter by.
This is requiring some quite awkward workarounds on our side to do something as simple as "list orders in a given date range" or "list subscriptions created on a certain date". It applies to Transactions and Invoices too.
Could support for this be added, please?