You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought I can get e.g. invoices of two projects by global filters:
/api/v1/invoices?project_id=123,124
but I only geht the result of the first id. same for payments:
/api/v1/invoices/payments?invoice_id=567,568
what am I doing wrong?