Hi there,
I'm trying to export our invoices from Paymo and a lot of them have empty invoiceitems arrays whereas the invoice as shown in paymo has items. Could that be a bug?
The request I'm doing is:
curl -u <token>: -H 'Accept: application/json' "https://app.paymoapp.com/api/invoices?include=invoiceitems"
I've done the same request with our estimates and it seems to always work.
I can provide an example per e-mail if needed.