REST API issue - offset
2020-05-14
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
2020-05-22
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
Please log in to view the files
This thread has been closed for further comments. Please create a new thread
Back to the list
Latest Posts
I need direction, materials and any relevant information that can get me started in learning HAL....
10:45 25 Mar 2024
Bom dia Venho por este meio solicitar resolução para um problema que estamos a nos deparar com o Ha...
10:43 15 Mar 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.