Filter Invoices By Multiple Criteria
Hello,
Can you get a list of invoice using the API using the filter_by parameter and multiple criteria, such as Status.Unpaid and Status.Viewed? I tried "filter_by=Status.Unpaid,Status.Viewed" and the system responded with an error about value being passed.