submit PageLink using SOAP api

Post Reply
brittonclair
Posts: 12
Joined: Wed Sep 02, 2015 6:53 pm

submit PageLink using SOAP api

Post 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.
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

submit PageLink using SOAP api

Post 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).
Post Reply