As stated before this step is only needed when importing data to SyncSpider and is meant to take care of the different syntax in regards to pagination as well as determine the starting point which may vary between systems.
Options and fields available are:
Disable pagination
Used to disable pagination all together.
Page
Define key for Page (e.g. Page might be “p”) (to remove key from request type '-1')
Page start from
Define start number for page pagination (0 or 1)
Limit
Define key for Limit (to remove key from request type '-1')
Offset
Define key for Offset (to remove key from request type '-1')
Has More
Define key for pagination token - supports nesting - 'meta.next'
For all these fields there is an option to place -1 into the field which means that the system won't send out this field's value and should be used in the case that the specific way that api handles pagination is incompatible with our tool.

War dieser Artikel hilfreich?
Das ist großartig!
Vielen Dank für Ihr Feedback
Leider konnten wir nicht helfen
Vielen Dank für Ihr Feedback
Feedback gesendet
Wir wissen Ihre Bemühungen zu schätzen und werden versuchen, den Artikel zu korrigieren