How do you use the pages variable for a HTTP rest API endpoint when the {page} variable is two parts:
From Brysonwf on reddit:
How do you use the pages variable for a HTTP rest API endpoint when the {page} variable is two parts:
/endpoint?begingPage=1&EndPage=2
0
Comments
Hi u/brysonwf, can you tell us what application you are using? That would help us to be more precise. Are you using HTTP or REST connector? If you look in the Does this API support paging? section, you can set:
Paging method: Next page URL
Path: begingPage
Last page status code: leave blank
Lat pagepath: EndPage
Last page values: 2
Please let us know if that worked?
Please sign in to leave a comment.