The SentBiz API uses offset-based pagination when querying lists.
- offset : Starting position of the list
- OFFSET 10 means skipping the first 10 data and starting from the next data.
- limit : Maximum number of data to be displayed at once
- LIMIT 10 means displaying a maximum of 10 data per page.
- total : Total number of items in the data list
- count : Number of items returned on the current page
When using the SentBiz list query API, the query parameters are entered as follows :
/virtual-accounts/{virtual_account_id}/transactions?offset=0\&limit=1