Page 1 of 1

submit PageLink using SOAP api

Posted: Thu Apr 28, 2016 11:41 am
by brittonclair
We are using the SOAP api to get search results. If there are more than one page of matches, the Pages section of the results has PageLink elements for additional pages. How can we submit those values using the api to get another page of results? I wasn't sure which parameter to put the PageLink value into in the successive api call.

submit PageLink using SOAP api

Posted: Thu Apr 28, 2016 12:01 pm
by jason112
You don't submit PageLink directly, but the "jump" parameter. "jump" is the number of results to skip, so 0 gives the first page of results, 10 gives the second page, 20 for the third page, etc. (assuming 10 results per page).