Forum Discussion
@sravankunadi - please check the REST Get snap documentation. The “Has Next” and “Next URL” properties will do what you are trying to do without recursion. The documentation also has examples to perform pagination, which is what you are doing here.
- sravankunadi4 years agoNew Contributor II
Thanks for your response @koryknick. Unfortunately we don’t have anything that we can rely on Has Next and Next URL.
Here is the response from marketo for marketo folders API:- dmiller4 years agoFormer Employee
The topic Connecting to Marketo with the REST Snap Pack describes pagination int eh REST Snaps with Marketo.
- sravankunadi4 years agoNew Contributor II
Thanks @dmiller. Pagination supports for activities but for the marketo folders there is no pagination that will support. Only the increment parameter needs to send as Offset untill it returns less than 200 this needs to go through loop