How paginate through get folders bulk API
I am trying to retrieve the folders in bulk using the following API:
developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Folders/getFolderUsingGET
I have kept the maxReturn=200 but have more than 200 folders. I have gone through the posts and they suggest to use offset but doesn't mention how? The response object doesn't return total_count or any indicator which tells me there is a next batch/page ? How do I know I have reached the last url call? What should I use for to derive 'have next url' and next url parameters. We are using Snaplogic as integration tool.