JSON with custom parsing pagination

I have a question regarding the JSON with custom parsing connector.

 

I have a dataset using the pagination settings to find the next page based (I think) on the ID of the last row returned.

 

If I set this dataset up for a regular refresh, will it look at the last ID in the dataset, or would it just restart from the beginning?

 

I would like to have the connector pull up the next x number of records based on the last ID pulled.

Tagged:

Comments

  • Jarvis
    Jarvis Contributor

    Currently the pagination will only apply during the get request. The connector will do a full refresh every run regarldess of the pagination settings.