REST API issue - offset
5-14-20
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?

Hector Parada
5-22-20
Hello,

Please see the below segment.

offset and limit

If the result is larger than the api user can handle in one request, the result can be retrieved in smaller pieces.

The offset will skip the specified number of records before producing output and the limit will restrict the number of records retrieved.

Example


http://hostname/api/1/IVVc?offset=0&limit=5

http://hostname/api/1/IVVc?offset=5&limit=5

http://hostname/api/1/IVVc?offset=10&limit=5


will retrieve the 15 first invoices in 3 separate requests.

offset and limit works together will all other parameters


Best Regard
This thread has been closed for further comments. Please create a new thread
Back to the list
Latest Posts
I have a new advertising system, Table advertisement android terminal running android 11. I have be...
06:38 25 Apr 2024
Piotr Teteruk
Hi Agnieszka, ok, will try to it remove one more time and will Łęt you know if it works. Thank ...
16:14 21 Apr 2024
You can subscribe to notifications for any post in this forum by selecting the 'star' icon on the top right corner of the topics list. You have to log in to use this functionality.