Hello,
I recognized that when I am using the REST API to collect the latest Invoices after a special sequence number, that the offset filter is not working.
Here is the calling URL:
http://:13011/api/1/IVVc
?updates_after=7091318
&fields=sernr,invdate,custcode,addr0,addr1,sum1,sum4,curncycode,artcode,quant,price,sum
&offset=100
&limit=100
Everything except the offset is working fine. It's coming the expected data, with the issue I could set offset to zero, or to a number, it always starts from the beginning.
Has anyone an idea?