Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2018-01-25 04:19 AM
Hi,
Statement:
I want to use Wep API to get all record of the existing report or make search from ExecuteSearch of WebAPI.
Issue:
All of the ExecuteSearch or GetReportById, etc. methods imply that I need to use the PageNumber attribute: <pageNumber>int</pageNumber>. However, what if I know that report or search would return more than 1 page, let us say 7, 10, 20, unknown number of pages? How do I retrieve all data from all pages by using Web API?
2018-01-25 04:27 AM
Okay, this was already asked it seems. Sorry for duplicates.