Forum Discussion
koryknick
2 years agoEmployee
DMG fabriciocarboni - I recommend using the HTTP Client snap in the API Client snap pack. You can use the Pagination section to test if there is more to do based on the API results (i.e. number of returned records is less than the expected page size). Then use the "Reuse request parameters" to provide the next offset. You can use the built-in snap.out.totalCount to assist with this expression, which would probably be something like:
Hope this helps!