Hello All,
I'm trying to setup pagination in the the CopyData Source tab in Azure Data factory but nothing seems to work.
I understand top and skip values are the JA alternatives to maxresults and startat but I don't understand how to apply them. I don't seem to have a next page URL. Nothing else seems to work.
There has to be a simple method right? All I want to do is collect the full recordset, not the first 100, and add them to a SQL Table.
Here is an example using orderby, top and skip. This call is repeated in a loop until the resultset contains less than the $TOP value, indicating you have reached the end of the virtual resultset.
GET https://YOURCOMPANY.jiraalign.com/rest/align/api/2/Epics?$select=id,title&$filter=primaryProgramId EQ 19 &orderby=id DESC &$top=100&$skip=0
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.