Batch
Fetch Batch
Retrieve a batch of webhook journal entries starting from a specified offset. This endpoint allows you to fetch a defined number of entries, which can be useful for processing large datasets in manageable chunks.
get/webhooks-journal/journal/2026-03/batch/{offset}/next/{count}
Path parameters
countinteger required
The number of journal entries to retrieve. This must be an integer with a minimum value of 1.
offsetstring required
The starting point for fetching the journal entries. This is a string value.
Query parameters
installPortalIdinteger
The ID of the portal installation. This is an integer value.
Response
successful operation