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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.